ErosOlmi
17-12-2007, 00:43
Spending some time into FreeBasic support forum at http://www.freebasic.net/forum I came across to this web site: http://www.radasm.com/
It is full of interesting code and some nice Windows Controls. You can find them under "RadASM projects" menu
I started to have a look at those controls to see if we can incorporate them into thinBasic arsenal
The attached one is the first example. It is a script using RACodeComplete.dll, a special list to be used for code completion. Maybe Roberto will find it useful for thinAir because all controls come with full ASM source code and Roberto is an ASM guru ;)
Script load some thinBasic keywords inside the list. A field can be used to filter keywords all in realtime.
The same library (RACodeComplete.dll) contains a code tooltip control able to color keywords syntax. So far I had no time to find the way how to use it. I will do next days.
More controls will follow as soon as I will understand how to use them.
Ciao
Eros
It is full of interesting code and some nice Windows Controls. You can find them under "RadASM projects" menu
I started to have a look at those controls to see if we can incorporate them into thinBasic arsenal
The attached one is the first example. It is a script using RACodeComplete.dll, a special list to be used for code completion. Maybe Roberto will find it useful for thinAir because all controls come with full ASM source code and Roberto is an ASM guru ;)
Script load some thinBasic keywords inside the list. A field can be used to filter keywords all in realtime.
The same library (RACodeComplete.dll) contains a code tooltip control able to color keywords syntax. So far I had no time to find the way how to use it. I will do next days.
More controls will follow as soon as I will understand how to use them.
Ciao
Eros