Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread My application does not display in the browser tab
Sat, Sep 13 2014 1:50 AMPermanent Link

Graham Marsden

ElectroPlan

I have created a small web application using the EWB trial version 1.3 Build 7
It is a simple form with an image and a button. The button toggles the visible property of the image.
When I press F9 to run from the IDE it works as expected.
When I deploy to the web the html project file is found ok but the form and the image do not appear. Both files are in the same folder.
I have tried this on two different websites and two different browsers (Firefox and Chrome) by copying the files to a folder on the website using an ftp client.
What have not done correctly with the deployment or the application ?
Sat, Sep 13 2014 7:04 AMPermanent Link

Matthew Jones

<Graham Marsden> wrote:
> I have created a small web application using the EWB trial version 1.3 Build 7
> It is a simple form with an image and a button. The button toggles the
> visible property of the image.
> When I press F9 to run from the IDE it works as expected.
> When I deploy to the web the html project file is found ok but the form
> and the image do not appear. Both files are in the same folder.
> I have tried this on two different websites and two different browsers
> (Firefox and Chrome) by copying the files to a folder on the website using an ftp client.
> What have not done correctly with the deployment or the application ?

Are all the files uploaded? The theme needs to be up too. In chrome press
F12 to get the debug window. It will have warning or error info.

--
Matthew Jones
Sat, Sep 13 2014 7:56 AMPermanent Link

Walter Matte

Tactical Business Corporation

Graham:

Within your Porject folder there will be an "output" folder.  All of the files and sub folders in the "output" folder need to be deployed to a folder on the Server

output
output\images
output\themes


serverfolder
serverfolder\images
serverfolder\themes

Walter
Sat, Sep 13 2014 4:59 PMPermanent Link

Graham Marsden

ElectroPlan

Thanks Walter and Matthew
Working Ok now, although I pressed F12 in chrome and got no reaction.
Graham
Sun, Sep 14 2014 10:28 AMPermanent Link

Raul

Team Elevate Team Elevate

On 9/13/2014 4:59 PM, Graham Marsden wrote:
> Thanks Walter and Matthew
> Working Ok now, although I pressed F12 in chrome and got no reaction.

What version of Chrome are you using?

F12 opens opens the developer tools pane (you can get to same place
using the Menu -> Tools -> Developer Tools).

Alternative is to use Ctrl+Shift+I

Raul
Image