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

TOPIC:

First GUI Webproject help needed 4 days 20 hours ago #18842

  • Adaptive Business Applications
  • Adaptive Business Applications's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 5
  • 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 3 days 17 hours ago #18846

  • Matis A.
  • Matis A.'s Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1176
  • Thank you received: 179
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 days 16 hours ago #18850

  • Adaptive Business Applications
  • Adaptive Business Applications's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 5
  • 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 days 15 hours ago #18851

  • Matis A.
  • Matis A.'s Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1176
  • Thank you received: 179
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 days 13 hours ago #18852

  • Adaptive Business Applications
  • Adaptive Business Applications's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 5
  • 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 1 day 23 hours ago #18855

  • Matis A.
  • Matis A.'s Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1176
  • Thank you received: 179
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 1 day 14 hours ago #18859

  • Adaptive Business Applications
  • Adaptive Business Applications's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 5
  • 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 1 day 13 hours ago #18860

  • Matis A.
  • Matis A.'s Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1176
  • Thank you received: 179
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