Hello Richard,

You're right when you say that no software is bug free and that Revolution is a great piece of software. I agree with it. But it's perhaps not a reason that so obvious bugs aren't squashed more quickly.

I agree that there is no long code to produce to have a workaround. The solution I did use is very near to the one you proposed:

on preOpenStack
   set the decorations of this stack to default
   if the platform is "MacOS" then
     set the metal of this stack to true
     set the liveresizing of this stack to true
   end if
end preOpenStack

The time you loose is not in writting the code, but in finding why it doesn't work as expected. I have the habit to think that I did something wrong before thinking it's a bug in the tool I use (perhaps a not so good habit :-)).

Last thing, the workaround is only partial because you can't disable the closeBox under Windows without disabling the resizable of the stack and that means you'll have to write your own code for resizing stacks and add your own piece of GUI to manage it.

Thanks once again for your wise advices, regards,

ÉrIC

Le 18 juin 05 à 20:12, Richard Gaskin a écrit :

Éric Miclo wrote:

Hello, Richard again,
I took a look at bug 2585 and I don't understand why you only set it as a normal bug. I find it more severe. BTW, the more I use Revolution, the more I encounter bugs that are around for a long time.
Some of them have been told to be resolved but aren't.
I'd really like to see all those bugs cleaned up, I don't like to have to write workarounds for features that don't really work as described.


Yeah, I'd like greater convenience too, which is why I posted the BZ report. But even with a little scripting now and then I still have righer ROI than I've had with any other tool I've used before.

What software have you been using that's bug-free? You're a luckier man than me if you've find such a beast.

That particular issue is marked as "normal" because it can be completely resolved by pasting a short scipt (see my previous post).

--
 Richard Gaskin
 Managing Editor, revJournal
 _______________________________________________________
 Rev tips, tutorials and more: http://www.revJournal.com
_______________________________________________
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



-- My NeXT computer will Be a Mac too! --


_______________________________________________
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

Reply via email to