PDA

View Full Version : Interesting new controls



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

kryton9
17-12-2007, 06:50
Thanks Eros for the example and finding that site. I think you came upon a gold mine of exciting new stuff for you to play with and give us nice surprises as you always do!

Petr Schreiber
17-12-2007, 11:56
This looks nice,

I can imagine it in thinAir ;)
Sometimes this kind of helpers make editors "lag", but this sample seems to be fast enough.


Thanks,
Petr

ErosOlmi
17-12-2007, 12:07
I can imagine it in thinAir ;)
Sometimes this kind of helpers make editors "lag", but this sample seems to be fast enough.


Seems very fast. If I was able to use under thinBasic script example, can you imagine under a compiled application. There should not be problems also because Roberto knows assembler very well.

We will see.

Ciao
Eros