(FryDesigner) If the user selects a gadget, changes a property specific to that type of gadget, and selects a few other gadgets it will cause the application to crash at a random line (sometimes appending a new property or hiding/showing the category).
This only started happening once I added gadget specific properties to my grid (i.e. clearing a category of properties, but not removing the category from my grid or deleting the object - all of which I didn't do with general gadget properties before).
(only tested on Linux, so far)
http://files.filefront.com/fdwx+8+8+08+linux+beta1targz/;11415756;/fileinfo.html
To see for yourself, run the code (see compiling notes), create a new project and select a gadget (by clicking, doh!).
Change a value specific to that gadget (i.e. for a button, 'Text') and select a few other gadgets, it should crash with the typical "Unhandled Exception:appstub.linux signal handler 11" message.
NOTE: It may take a few tries, so if you have to do it more then once try selecting different gadgets and changing different gadget-specific properties.
COMPILING: libxml: http://www.blitzbasic.com/Community/posts.php?topic=78875
AND remember to move the frydwx.mod folder into your modules folder (also, you need pub.zipengine, koriolis.bufferedstream, and koriolis.zipstream )
This only started happening once I added gadget specific properties to my grid (i.e. clearing a category of properties, but not removing the category from my grid or deleting the object - all of which I didn't do with general gadget properties before).
(only tested on Linux, so far)
http://files.filefront.com/fdwx+8+8+08+linux+beta1targz/;11415756;/fileinfo.html
To see for yourself, run the code (see compiling notes), create a new project and select a gadget (by clicking, doh!).
Change a value specific to that gadget (i.e. for a button, 'Text') and select a few other gadgets, it should crash with the typical "Unhandled Exception:appstub.linux signal handler 11" message.
NOTE: It may take a few tries, so if you have to do it more then once try selecting different gadgets and changing different gadget-specific properties.
COMPILING: libxml: http://www.blitzbasic.com/Community/posts.php?topic=78875
AND remember to move the frydwx.mod folder into your modules folder (also, you need pub.zipengine, koriolis.bufferedstream, and koriolis.zipstream )