Page 3 of 4
Posted: Thu Dec 17, 2009 8:56 pm
by Kjell
You're right, content is king. But it might be slightly confusing for some ( see attached ).
Those Help creator applications / compilers are usually free ( even the Microsoft one is ), and since the pages are basically HTML you can just open / edit them in notepad etc.
K
Posted: Mon Dec 21, 2009 1:17 am
by y offs et
Updated Dec. 20/09
Fixed spacing (mis-use of tab)
New projects
BitmapFromFile - transparency
MeshLoop
MeshTransform
WebOpen
Posted: Fri Feb 19, 2010 10:18 am
by y offs et
Updated Feb. 19, 2010
ver 1.9.9
Posted: Fri Feb 19, 2010 5:42 pm
by y offs et
another update
I had written up the keypress issue, but apparently not compiled it yet.
Posted: Tue Feb 23, 2010 9:15 pm
by y offs et
minor update
Posted: Thu Feb 25, 2010 11:07 pm
by y offs et
updated -
Corrections, additions, index references
pictures (that's why it grew)
Posted: Sat Feb 27, 2010 3:50 pm
by y offs et
updated - break, continue
Edit - and crunched graphics
Posted: Wed Mar 03, 2010 5:26 pm
by y offs et
Concerning the Wiki / Overview / Application Structure - diagram Execution flow ...
I personally, and perhaps others, would like to get a clearer understanding of just where in the flow AppState lists are executed.
This also generally refers back to the situation I encountered here -
viewtopic.php?t=548
bug#2
and how to best explain avoiding this.
Edit - I've since determined if setAppState is in onLoaded, this is the calling order -
appState.onStart
appState.onUpdate
Zapp.onUpdate
Zapp.onRender
appState.onRender
It is logical to assume appState.onUpdate continues to be called first.
Posted: Thu Mar 04, 2010 12:52 pm
by VilleK
Pic is updated:

Posted: Thu Mar 04, 2010 3:42 pm
by y offs et
updated
appState
modelState
Posted: Thu Mar 04, 2010 4:37 pm
by y offs et
updated
conditional statement
switch statement
Posted: Sun Apr 11, 2010 1:47 am
by y offs et
updated April 10 2010
New help maker application.
VilleK - check help button
Posted: Sun Apr 11, 2010 4:22 pm
by y offs et
updated - correction & trial graphics first two items
Posted: Fri Apr 16, 2010 7:43 am
by y offs et
updated April 15
No new content, but I got this idea about listing the components in a more practical way. At least, it seems to me. See if you agree.
Posted: Sat Jun 12, 2010 3:40 pm
by y offs et
updated June 12, 2010
numerous small tweaks and updates