Scott, I don't know if this problem and the one I was experiencing is indeed the same but I managed to make my drawers stick to their stack.
I found that it is all related to who issued the drawer command in the first place. My drawer call was on the drawer stack itself, it was something like: drawer stack "Attribute editor" at right of stack "HTML Editor" which caused all kinds of trouble. If I moved that call to the mainstack where the drawer should attach itself, in this case, the stack "HTML Editor", then everything worked as expected. So, I guess the stack you want to be the parent stack, must be the one calling the drawer command, even if you use the parentStack option on the call... don't know, anyway, it is working, care to try if this solves your problem too? I am on intel mac running Mac OS X 10.4.10 andre Andre On 8/31/07, Scott Morrow <[EMAIL PROTECTED]> wrote: > > Bug 4738 describes this condition. It appears only to effect OSX > 3.x and below... so testing on an Intel Mac won't show this (unless > it is something to do with your code : ) I would invite people to > vote for this bug. While drawers were never perfect they did have > some basic reliable functionality in 2.6.1 which is now gone with the > later versions of Rev. if users have OSX 10.3 or less. > > Andre, if you found a way to make the drawer stay attached, I would > be interested to hear how. > > -Scott Morrow > > Elementary Software > (Now with 20% less chalk dust !) > web http://elementarysoftware.com/ > email [EMAIL PROTECTED] > > ----------------------------------------------------------------- > > > On Aug 31, 2007, at 9:20 AM, Andre Garzia wrote: > > > Hello friends, > > is "drawer" broken on 2.8.1 release? When I move the parent stack, > > it loses > > the drawer stack... it becomes a floating round thingy.... > > > > Any clue? > > > > andre > > _______________________________________________ > > > 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 > > > > > _______________________________________________ > > 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 > _______________________________________________ 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
