PDA

View Full Version : Statusbar_SetIcon



catventure
22-02-2015, 14:13
Hi,

Anyone had any problems using this? Does anyone know if it is working OK in latest beta of thinbasic - or is broken?

I am using Vista with .ico files (32x32) for statusbar in my adventure creator program.

You can see they show up just fine in thinbasic stable release - but do not appear in latest beta...

The code is the same but can someone point me to any code example for Statusbar_SetIcon so I can investigate?


Thanks,
catventure.

catventure
04-03-2015, 20:28
Still no luck with this in the latest beta...

catventure
22-01-2016, 12:51
Still a mystery to me why the icons are a no-show in the beta...

Can anyone else confirm about StatusBar_SetIcon being broken?

Thank you and best regards,
catventure.

ErosOlmi
23-01-2016, 00:59
Sorry, I do not know why I missed this old request.
Attached a thinBasic_UI.dll module version 1.9.16.13.
You need thinBasic beta 1.9.16-13 installed. See this post: http://www.thinbasic.com/community/showthread.php?12600
After installation, substitute \thinBasic\Lib\thinBasic_UI.dll with attached one

I think problem what that a pointer to a Icon Handle has changed from BYREF to BYVAL in a declaration and I didn't apply that change to thinBasic.

Let me know if it works.
If ok, it will be included in next beta update.

Ciao
Eros

catventure
23-01-2016, 13:08
Hi Eros,

What attachment? Did you delete the attachment thinBasic_UI.dll module version 1.9.16.13. Or?

catventure.

ErosOlmi
23-01-2016, 13:54
Sorry catventure,

I was in hurry yesterday and I forgot to attach file.

In any case, new beta 1.9.16.14 contains the fix.
Try and let me know if it works

Ciao
Eros

catventure
23-01-2016, 14:08
Confirmed Eros.

Working OK in new beta 1.9.16.14! :)


Thank you.

catventure.