Page 2 of 2

Posted: Thu Oct 02, 2008 12:52 pm
by LCD
Thanks a lot! Just one question: If StatusBarIcon() is a deprecated function, what should I use to replace (If this was mentioned in instruction: I keept the german version from PB 4.20)?

Posted: Thu Oct 02, 2008 3:21 pm
by freak
Ha yes, we forgot to mention that.
It has been renamed to StatusBarImage(), and it now does not display the icon next to the text anymore, but needs a separate field for the image.
This change is in preparation for some StatusBar rework in 4.40, so we do not have to rename the command then.

Posted: Thu Oct 02, 2008 6:06 pm
by Little John
Much appreciated, thank you!

Using the EXE installer on Windows, is it necessary to uninstall the Beta 2 version previously, or can the Beta 3 version be installed "over" it?

Regards, Little John

Posted: Thu Oct 02, 2008 6:08 pm
by Fred
You should be able to install it over it.

Posted: Thu Oct 02, 2008 6:12 pm
by Little John
Huh, that was quick. :-) Thanks!

Regards, Little John

Posted: Thu Oct 02, 2008 7:50 pm
by EdzUp[SD]
As a question does compiled exe have Engine.dll built into the exe?

Posted: Thu Oct 02, 2008 7:56 pm
by Fred
No, and it won't ever as the DLL is LGPL, so it has to be apart of the exe.

Posted: Thu Oct 02, 2008 8:21 pm
by EdzUp[SD]
Ah ok just thought I would ask

Posted: Thu Oct 02, 2008 8:35 pm
by EdzUp[SD]
Has threading changed in PB4.3b3 as I have a function called UpdateNetwork( *Dummy ), I call it with CreateThread( @UpdateNetwork(), 0 ) but I get the following error.

[ERROR] The Procedure specified in '@ProcedureName()' does not have the required argument or return type


EDIT: fixed it the procedure had a return type this was ok in 4.3b2 but is pounced on in beta 3

Posted: Thu Oct 02, 2008 10:26 pm
by Fred
Please don't post such question in a announcement topic.

Posted: Fri Oct 03, 2008 2:25 pm
by Psychophanta
Many tons of thanks! :) :!: