Welcome, Guest
Username: Password: Remember me
CodeTyphon Web Development Pas2JS, WASM, etc, discussions and problems
  • Page:
  • 1

TOPIC:

First GUI Webproject help needed 2 weeks 3 days ago #18842

  • Adaptive Business Applications
  • Adaptive Business Applications's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 17
  • Thank you received: 0
Good day everone :)

I have just joined the community and installed Code Typhone according to instructions, all went well. I am now trying the "First GUI Webproject" step by step example and is well, except when I hit the play button, the compilations etc. works fine and the Firefox Web browser displays but nothing on the screen, it is just blank.

Any pointers would be welcome, I have no idea how to troubleshoot or what to do now?

Thanks in advance for any help.

Please Log in or Create an account to join the conversation.

First GUI Webproject help needed 2 weeks 2 days ago #18846

  • Matis A.
  • Matis A.'s Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1186
  • Thank you received: 185
Welcome Sir
First start from here
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

First GUI Webproject help needed 2 weeks 1 day ago #18850

  • Adaptive Business Applications
  • Adaptive Business Applications's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 17
  • Thank you received: 0
Hi, that is where I started, do you mean I must start from scratch and do it again?

Please Log in or Create an account to join the conversation.

First GUI Webproject help needed 2 weeks 1 day ago #18851

  • Matis A.
  • Matis A.'s Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1186
  • Thank you received: 185
You must use only components from jsGUI component palette.
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

First GUI Webproject help needed 2 weeks 1 day ago #18852

  • Adaptive Business Applications
  • Adaptive Business Applications's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 17
  • Thank you received: 0
Yes, I did, exactly as per the example...why do I get blank screen then when I click on "play" button of IDE?

Please Log in or Create an account to join the conversation.

First GUI Webproject help needed 2 weeks 18 hours ago #18855

  • Matis A.
  • Matis A.'s Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1186
  • Thank you received: 185
Please, zip and attach your project here
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

First GUI Webproject help needed 2 weeks 9 hours ago #18859

  • Adaptive Business Applications
  • Adaptive Business Applications's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 17
  • Thank you received: 0
Hi, thx for taking a look, I attach the project here. :)

Please Log in or Create an account to join the conversation.

First GUI Webproject help needed 2 weeks 8 hours ago #18860

  • Matis A.
  • Matis A.'s Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1186
  • Thank you received: 185
You rename the project and files but you forgot to 
set the new  *.js file to 
demo1.html
So, the web browser can't find the javascript file to run.

Not 
<script src="project1.js"></script> 
but
<script src="demo.js"></script>
at line 7 of demo1.html


 
PilotLogic Core Programmer
Attachments:

Please Log in or Create an account to join the conversation.

Last edit: by Matis A..
  • Page:
  • 1