Search found 4 matches
- Wed Nov 16, 2016 3:07 pm
- Forum: Coding Questions
- Topic: Newbie question
- Replies: 9
- Views: 5276
Re: Newbie question
It is now working. Thank you so much!
- Wed Nov 16, 2016 11:57 am
- Forum: Coding Questions
- Topic: Newbie question
- Replies: 9
- Views: 5276
Re: Newbie question
Do you have a separate Create App button (or menu item)? I don't find one in the mac version.... perhaps I am missing something or misunderstand it. I use export in order to create the files.
I created the files and copied
app.hmtl
app.js
spiderbasic.js
and the Spiderbasic library folder to the ...
I created the files and copied
app.hmtl
app.js
spiderbasic.js
and the Spiderbasic library folder to the ...
- Wed Nov 16, 2016 11:23 am
- Forum: Coding Questions
- Topic: Newbie question
- Replies: 9
- Views: 5276
Re: Newbie question
Thanks a lot!
- Wed Nov 16, 2016 10:00 am
- Forum: Coding Questions
- Topic: Newbie question
- Replies: 9
- Views: 5276
Newbie question
Hi,
I'm a newbie to SpiderBasic and have used one of the sample codes to check how Spider Basic works
Procedure MenuEvents()
Debug "Menu item selected: " + EventMenu()
EndProcedure
If OpenWindow(0, 200, 200, 200, 100, "Menu Example")
If CreateMenu(0, WindowID(0)) ; menu creation starts ...
I'm a newbie to SpiderBasic and have used one of the sample codes to check how Spider Basic works
Procedure MenuEvents()
Debug "Menu item selected: " + EventMenu()
EndProcedure
If OpenWindow(0, 200, 200, 200, 100, "Menu Example")
If CreateMenu(0, WindowID(0)) ; menu creation starts ...