IonicWind Software

Creative Basic => GUI Programs => Topic started by: TexasPete on October 30, 2010, 07:13:01 AM

Title: changes for the latest version of Cb
Post by: TexasPete on October 30, 2010, 07:13:01 AM
I have made changes for the latest version of CB . Change the buttons from "B" to"BS" . Under this version of CB the program hangs and the buttons stop working. Doc or anyone that has been using the latest release. I need someone to look at it and see why making the button changes have caused such a problem.  Maybe the latest CB release has some bugs in it and I will have to fall back to the old version. I hoping someone has some experience by now with the newer release. Any way if someone has some time let me know.

Thanks
Texas Pete
Title: Re: changes for the latest version of Cb
Post by: Brian on October 30, 2010, 09:23:41 AM
Is BS a sysbutton? (I don't use Creative that much)

If so, you need something like:

IF @NOTIFYCODE=0
your button handler code...
ENDIF

Brian
Title: Re: changes for the latest version of Cb
Post by: aurelCB on October 30, 2010, 11:56:38 AM
Probably Brian have right..
But i dont understand why you insist on latest release for me old freeware version work
perfect.
Title: Re: changes for the latest version of Cb
Post by: TexasPete on October 31, 2010, 06:41:37 AM
Aurel,
The reason I am trying to use this version is because paul had made some improvement in the error checking. It just flat works better. Also other improvement were made and I am just trying to learn how to use them.

I may have to go back to the older version.
Thanks

Texas Pete
Title: Re: changes for the latest version of Cb
Post by: TexasPete on October 31, 2010, 07:16:49 AM
AUREL,
I modified your old cbpaint program and it works just fine under the newer version of CB. I will check some other programs.

Texas Pete
Title: Re: changes for the latest version of Cb
Post by: aurelCB on October 31, 2010, 10:31:20 AM
Hi Pete...
Im glad that work... ;)