Oxygen Basic

Programming => Example Code => Topic started by: Peter on March 20, 2011, 04:17:08 AM

Title: hotchpotch
Post by: Peter on March 20, 2011, 04:17:08 AM
Deleted
[attachment deleted by admin]
Title: Re: hotchpotch
Post by: Aurel on March 20, 2011, 09:26:49 AM
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.
Title: Re: hotchpotch
Post by: Aurel on March 21, 2011, 12:24:30 AM
Hi Peter...
You can try now...

download from:
http://aurelbasicsoft.ucoz.com/ABasic1v2.zip

All best...
Aurel
Title: Re: hotchpotch
Post by: Aurel on March 21, 2011, 05:35:10 AM
Hi Peter.... :)
Quote
What are you using for that bitmap? bitblt?

Belive or not ,this bitmaps are static controls - bitmap type
look:
Code: [Select]
'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 :-\