Oxygen Basic
Programming => Example Code => Topic started by: Peter on March 20, 2011, 04:17:08 AM
-
Deleted
[attachment deleted by admin]
-
Hi Peter...
heh this is bug in command LET.
It is fixed.
Bug is when you use Let and work with upercase LET.
Nothing big...
Heh this is funny....' I had weird expirience :D
Yes ABasic is weird .
And yes i must fix this.
-
Hi Peter...
You can try now...
download from:
http://aurelbasicsoft.ucoz.com/ABasic1v2.zip
All best...
Aurel
-
Hi Peter.... :)
What are you using for that bitmap? bitblt?
Belive or not ,this bitmaps are static controls - bitmap type
look:
'create static control - type bitmap 16x16
wControl wStaticBox 32 32 32 32 BITMAP 106
SetText@STARTPATH 106 "\ufo1.bmp"
Better option will be of course bitbliter.
Hmm about icon example i think that i must change image handler to INT.
You can try use icon names without backslash like:
imgname = "Tsign.ico"
Currently is FLOAT- problem with conversion,sometimes work sometimes not :-\