> I have a substack to create a menubar. Its card consists of a group of > 14 menu btns > each with their own icon ids and names. The size of the group is the > same as the size of the stack (800/45). The stack doesn't have a > menubar of its own. > > Upon opening, the stack's rect is set to 0,0,800,45 and loc set to > 800,45. > Everything works fine in browse, pointer and suspend development tools > settings. > > Upon creating a standalone, only the btn names appear but clicking on > a btn name, > the icon appears with it's btn name.
What are the IDs of the icons. When you import an image into a stack, Rev usually gives it an ID of 100x. This can cause a problem in a standalone where the the internal images may have conflicting IDs. I always renumber all image IDs to something a lot higher, say 5000x. HTH, Sarah _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
