PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Marco Ruiz on July 06, 2005, 12:07:38 PM

Title: toolbar error
Post by: Marco Ruiz on July 06, 2005, 12:07:38 PM
To the try to add icon to the toolbar occur error :

Error : Access violation at Ox00499ACB (tried to read from Ox01625BA9), program terminated.

5 icons 16 x 16  256 colors.
Made with icon program : iconedit32

Win98, Win2000, WinXP , same error.
FireFly 2.10.

What happend ?
Title: toolbar error
Post by: Roger Garstang on July 06, 2005, 01:45:48 PM
Could be an issue with the new frx files that store the resources that hung around.  Back in beta there was a problem when images where changed a lot and the file got corrupted that would give that error.  He fixed it in image buttons and stuff, but the toolbar code could have some gremlins...
Title: toolbar error
Post by: TechSupport on July 06, 2005, 02:03:31 PM
Yes, I believe Roger may be right. The easiest way to check this is to open your Form's frm file in a normal text editor.

Scroll down to the section called "[ToolbarItems]".

You will see each button listed. The properties of the button are separated by a pipe symbol "|". Each button has three images associated with it. Take a look to see that the image name matches the name of your icon. Also, check the value immediately following the image name to see if it "looks" okay. For example, the value should not be very or negative.

If you like, you can email me your frm file and I will check it.
Title: toolbar error
Post by: Marco Ruiz on July 07, 2005, 11:57:35 AM
Thanks Roger and Paul for reply.
Yes, this is problem.  I correct problem.
I hope upgrade to correct these and another problems.
Title: toolbar error
Post by: TechSupport on July 07, 2005, 01:28:20 PM
Thanks Marco - I have logged this problem in my bug tracker and will try to fix it as soon as possible.