Ken Norris (dialup) wrote: > What should I do with the referenced images? > If I clear them, are the button icons supposed to remain?
Button icons use image IDs. The contents of an image can be either imported in advance or on-the-fly by reference. If you delete the images, the icon IDs the buttons use will refer to objects that no longer exist, and the buttons will not be able to display their icons. Hiding the images works well enough. If you have a lot of these and want to keep them tidy you may consider adding a substack and put all your image resources there. For most of my apps I import commonly-used images into a window named <appName>rsrc (e.g., "WebMergeRSRC"). -- Richard Gaskin Fourth World Media Corporation Developer of WebMerge 2.2: Publish any database on any site ___________________________________________________________ [EMAIL PROTECTED] http://www.FourthWorld.com Tel: 323-225-3717 AIM: FourthWorldInc _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
