Author Topic: hotchpotch  (Read 2719 times)

0 Members and 1 Guest are viewing this topic.

Peter

  • Guest
hotchpotch
« on: March 20, 2011, 04:17:08 AM »
Deleted
[attachment deleted by admin]
« Last Edit: April 11, 2015, 09:32:04 AM by Peter »

Aurel

  • Guest
Re: hotchpotch
« Reply #1 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.
« Last Edit: March 20, 2011, 12:11:17 PM by Aurel »

Aurel

  • Guest
Re: hotchpotch
« Reply #2 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

Aurel

  • Guest
Re: hotchpotch
« Reply #3 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 :-\
« Last Edit: March 21, 2011, 06:02:47 AM by Aurel »