|
kawapoulpe
|
 |
« on: August 25, 2010, 05:11:12 AM » |
|
Hello, I'm new and beginner ... and french ! Sorry for all ! (and for my english). I've installed Sigma Visual Builder in a live web site to be able to test and make my application (with DB interract). I am on the the page /VisualJS/index.html First thing, I have PHP5. I created a new project, as Blank application (as beginner, I would like to create a simple hello world). Form here is my problem : In the project manager, I click on "index.html" ... The page seems to open : I have a tab with the file name and under it, I have 3 deactivated buttons (Find and replace, jump to line and reindent). Just at the right of these buttons, I have a something like a progress bar with some green squares wich are moving form left to right in the progess bar and disappear at the right and back at the left and so on. (I'm sorry, but I don't know the name in english, that's why I try to describe it). And that'all ...  Following the manual or the tutorial heelo world, I think I should have on the left a panel named "toolbox", but I have nothing more than the project manager ... and the progress bar wich never stops ! Please, help me ! Thanks in advance. KP.
|
|
|
|
|
Logged
|
|
|
|
gelubt
Newbie

Posts: 3
|
 |
« Reply #1 on: August 25, 2010, 01:28:16 PM » |
|
Hi.After you create a blank project , go to App->js->index.js and will appera 2 buttons : Code and Design View.Click Design View an will apear the toolbox.
|
|
|
|
|
Logged
|
|
|
|
|
kawapoulpe
|
 |
« Reply #2 on: August 25, 2010, 02:03:56 PM » |
|
Ok, I'm a newbie, but .... I have already done that ...
I go to index.js as you said, and I have always the same progress bar wich appear as you can see in this attach picture. (when I take snapshot, the green squares were nearly at the end of the bar, and after that, blanks ones appears à the start of the bar, it looks like a snake progressing).
As you can see on the picture, I click on the "code" button (when there is a blank page under) and other buttons appears under it and a menu at the left (Instance ...) and another blank page at the right ...
And nothing else happen. The "snake" is always moving. The button "class outline" is on by default, I can click on the 4 buttons, they are actives, the menu under "instances" is active but do nothing, and I have always the project manager at the left of the page.
I can't do anything ...
|
|
|
|
|
Logged
|
|
|
|
gelubt
Newbie

Posts: 3
|
 |
« Reply #3 on: August 25, 2010, 03:09:47 PM » |
|
Click on the button "Design View" .
|
|
|
|
|
Logged
|
|
|
|
|
kawapoulpe
|
 |
« Reply #4 on: August 26, 2010, 08:00:16 AM » |
|
Hmmm  Yep, I'm stupid ... Sorry ... I forget to say I've done that too ... I've tried it after posting my precedent message ... But in "Design view" ... ok, I can put anything on It from the tools bar, but how could I save what I've done ? I put a label on the page (near the already existing button "click me"). How do I save it ? If I click on the code view, when I come back on the design view, the label is missing. I've tried to click on the upper button "Save all changed files" near the open project button ... I doesn't change anything. And another thing : If I put a button, for example, how change the "onclick" event ? When I click on the little icon a rigth of the event value, nothing happens ! And in the code view, If I want to put some code, It's impossible as I can't write anything in this page. And the menu "Instance" has no effect. In fact, nothing is working ... except the possiblity to add numbers of tools in the tool box, but I can't wirte any code, I can't save anything, I can't write any event ... I have the documentation, I've tried to follow it, but nothing is working as it's writen ! I don't understand ... Sory for my stupidity. KP.
|
|
|
|
« Last Edit: August 26, 2010, 08:18:02 AM by kawapoulpe »
|
Logged
|
|
|
|
|
ludwigl
|
 |
« Reply #5 on: August 26, 2010, 08:48:17 AM » |
|
Hi KP,
I am not sure, if I can help you, but maybe I can give you a hint.
I think your and gelupt's case is the same, since VisualJS is somehow is not able to load the selected file completely. This is in my opinion the reason why the progressbar continues to run. In a working environment the progress bar disapears as soon as the data is loaded into the editor. So as long as the progress bar is visible, visualjs is not ready.
So I would try to check if the file can be accessed correctly. Whenever you create a new project VS shows you a URL to the page file like: http://<something specific to your installation>/VisualJS/projects/<projektname>/index.html
Have you tried to enter this URL into your browser and see if it can be opened?
In case you have firebug installed in firefox, check in which statement/command visualjs hangs. Maybe this can help you to find out whats wrong.
Good luck,
Ludwig
|
|
|
|
|
Logged
|
|
|
|
|
kawapoulpe
|
 |
« Reply #6 on: August 26, 2010, 09:15:51 AM » |
|
Hi,
Thanks for your reply.
Yes the url opens correctly, I have the "click me" button (the default one). that's all.
KP
PS: I have not firebug ...
|
|
|
|
|
Logged
|
|
|
|
|
ludwigl
|
 |
« Reply #7 on: August 27, 2010, 01:22:38 PM » |
|
hi KP, I am able to reproduce the problem and will have a look at it. As a workaround you can use the following URL to start VisualJS http://localhost/<directory for sigma visual js>/VisualJS/debug.html This works fine with my installation. With best regards, Ludwig
|
|
|
|
|
Logged
|
|
|
|
|
ludwigl
|
 |
« Reply #8 on: August 27, 2010, 01:44:18 PM » |
|
Hi KP,
I have to admit, that I have no idea why the index.html file does not work and the debug.html works.
In case you want the index.html file also to work you need to rebuild visualJs with the batch file "build_visualjs.bat" in the directory "<....>\VisualJS\build".
After executing this batch, I can use VisualJS with index.html.
In genernal I suggest to use the debug.html anyway, since you can debug the jslinb code. This has helped me a lot to understand what is going on in there.
Happy coding.
Ludwig
|
|
|
|
|
Logged
|
|
|
|
|
kawapoulpe
|
 |
« Reply #9 on: August 28, 2010, 01:11:58 AM » |
|
YESSSSSSS !!!!
many many many thanks !!!!!
It works perfectly now! Ok I will stay with the debug file, it's perfect !!
Many many thanks !!
yesss!!! and this product seems to be exactly what I want so, I'm very happy to be able to test it !
Thanks again.
Bye !
KP.
|
|
|
|
|
Logged
|
|
|
|
yuskamal
Newbie

Posts: 3
|
 |
« Reply #10 on: September 01, 2010, 09:54:05 PM » |
|
Sorry still didn't work for me ...
I have put one button, label and input text, I've been saving that project but when I click run only show click me button ... always
Yuskamal
|
|
|
|
|
Logged
|
|
|
|
yuskamal
Newbie

Posts: 3
|
 |
« Reply #11 on: September 05, 2010, 01:10:02 AM » |
|
In case you want the index.html file also to work you need to rebuild visualJs with the batch file "build_visualjs.bat" in the directory "<....>\VisualJS\build".
After executing this batch, I can use VisualJS with index.html.
This Solved my Problem Now I can go on ... thx a lot ludwigl
Yuskamal
|
|
|
|
|
Logged
|
|
|
|
strigga
Newbie

Posts: 2
|
 |
« Reply #12 on: September 13, 2010, 01:36:29 AM » |
|
Hi All, I am also totally new to the tool. I have copied over the installation to a XAMPP installation. Running the tool at http://localhost/jsLinb/VisualJS/debug.html works find, in the index.html, the green progress bar doesn't stop running. I have rebuilt the tool using the build/build_visualjs.bat but still I have the same issue. Was there a fix found meanwhile? Many thanks Andre
|
|
|
|
|
Logged
|
|
|
|
|
linb
|
 |
« Reply #13 on: September 13, 2010, 05:51:26 AM » |
|
OS version?
XAMPP version (php version)?
browser version?
|
|
|
|
|
Logged
|
|
|
|
strigga
Newbie

Posts: 2
|
 |
« Reply #14 on: September 14, 2010, 12:18:24 AM » |
|
Hey,
it's xampp portable 1.7.3, PHP 5.3.1
Firefox 3.6.8, same issue on IE8
While testing again, I restarted the webserver (and as a matter of fact the machine) and the index.html seems to be working OK now. So please consider this one closed and thanks a lot!
Cheers strigga
|
|
|
|
|
Logged
|
|
|
|
|