toolbar error

Started by Marco Ruiz, July 06, 2005, 12:07:38 PM

Previous topic - Next topic

Marco Ruiz

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 ?

Roger Garstang

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...

TechSupport

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.

Marco Ruiz

Thanks Roger and Paul for reply.
Yes, this is problem.  I correct problem.
I hope upgrade to correct these and another problems.

TechSupport

Thanks Marco - I have logged this problem in my bug tracker and will try to fix it as soon as possible.