I just don't get it... A5 training courses frequently support/promote the usage of action scripting as a "stepping stone" to hard coding X-basic. This makes sense.....
However: These three (3) limitations within the a5 GUI significantly (IMHO) interfere with the progress of learning:
1.) SEARCHING FOR THE CORRECT ACTION SCRIPT
When trying to pick the correct action script (once you realize you have the wrong one in the list) why isn't there a "back button" so you don't loose your place looking???
2.) CUSTOMIZING X-BASIC ATTACHED TO A FORM OBJECT EVENT (Form object events originally created & converted from Action Scripting into X-basic.)
3.) RESTORE PRIOR VERSION FUNCTION LIMITATION (I suppose this is minor by comparison, but WHY NOT?)
This feature is not available on Operations, and more importantly, the Code tab. ~ Just sayin'
I can't tell you how many times (during the steep learning curve) that I became frustrated due to the above limitations.
Presently, I still use some button event coding with action scripting as a basis before converting to X-basic. (as many others, I am sure do too) Even with experience, this still presents itself to be detriment to productivity! For what it's worth, even the a5 instructors get twisted up sometimes (on syntax) when they generate code by hand without referencing the the X-basic Explorer.....
Does anyone else agree???
However: These three (3) limitations within the a5 GUI significantly (IMHO) interfere with the progress of learning:
1.) SEARCHING FOR THE CORRECT ACTION SCRIPT
When trying to pick the correct action script (once you realize you have the wrong one in the list) why isn't there a "back button" so you don't loose your place looking???
2.) CUSTOMIZING X-BASIC ATTACHED TO A FORM OBJECT EVENT (Form object events originally created & converted from Action Scripting into X-basic.)
When converting an action script into Xbasic, I first duplicate it. (convert one to X-basic, and the disable the other one)
The problem/limitation occurs when editing the converted X-Basic. (Sttached to a form's object event, ie: a button) Because the editor is modal, access is not granted to the drag and drop X-basic Explorer for proper code formatting. (which also includes the Function Explorer) ~This makes learning coding frustrating, tedious, and prone to syntax errors......
The problem/limitation occurs when editing the converted X-Basic. (Sttached to a form's object event, ie: a button) Because the editor is modal, access is not granted to the drag and drop X-basic Explorer for proper code formatting. (which also includes the Function Explorer) ~This makes learning coding frustrating, tedious, and prone to syntax errors......
3.) RESTORE PRIOR VERSION FUNCTION LIMITATION (I suppose this is minor by comparison, but WHY NOT?)
This feature is not available on Operations, and more importantly, the Code tab. ~ Just sayin'
A while back, I made an inquiry as to the first two. I was told they were not important. Maybe not for advanced / professionals, but nevertheless - everyone begins somewhere, right.....
I can't tell you how many times (during the steep learning curve) that I became frustrated due to the above limitations.
Presently, I still use some button event coding with action scripting as a basis before converting to X-basic. (as many others, I am sure do too) Even with experience, this still presents itself to be detriment to productivity! For what it's worth, even the a5 instructors get twisted up sometimes (on syntax) when they generate code by hand without referencing the the X-basic Explorer.....
Does anyone else agree???
Comment