Re: 1.1.1 Buttons in 2.0

2003-06-13 Thread Kevin Miller
On 7/6/03 8:13 am, Emmanuel Companys <[EMAIL PROTECTED]> wrote: >> I opened a stack created in 1.1.1 in 2.0. All the buttons that were >> set as >> "Standard" appear as if they were 1.1.1's "Rectangle" buttons. And the >> "Rectangle" buttons don't have the same appearance as a new rectangle >> b

Subject: Re: 1.1.1 Buttons in 2.0

2003-06-10 Thread Dan Friedman
Sarah, Turns out this wasn't a bug at all!... There was a change in the engine. With some help from Jeanne and Geoff, we figured out that setting the backgroundColor to empty fixed the problem. Thanks for the assist! -Dan > How about writing a handler that loops through all the buttons, > che

Re: 1.1.1 Buttons in 2.0

2003-06-10 Thread Emmanuel Companys
Le mardi, 10 juin 2003, à 07:11 Europe/Paris, Jeanne A. E. DeVoto a écrit : My guess is that the opaque property of the buttons is false. It looks like something changed in the engine such that standard buttons whose opaque is set to false look like rectangle buttons. Looks like à bug, doesn't

Re: 1.1.1 Buttons in 2.0

2003-06-09 Thread Sarah
How about writing a handler that loops through all the buttons, checking their original style, setting their style to something else and then back to whatever you wanted. That might be enough to toggle the engine to display them correctly. Cheers, Sarah [EMAIL PROTECTED] http://www.troz.net/Rev

Re: 1.1.1 Buttons in 2.0

2003-06-07 Thread Emmanuel Companys
Le vendredi, 6 juin 2003, à 20:00 Europe/Paris, Dan Friedman a écrit : I opened a stack created in 1.1.1 in 2.0. All the buttons that were set as "Standard" appear as if they were 1.1.1's "Rectangle" buttons. And the "Rectangle" buttons don't have the same appearance as a new rectangle button.

1.1.1 Buttons in 2.0

2003-06-06 Thread Dan Friedman
I opened a stack created in 1.1.1 in 2.0. All the buttons that were set as "Standard" appear as if they were 1.1.1's "Rectangle" buttons. And the "Rectangle" buttons don't have the same appearance as a new rectangle button. If I delete the original button and create a new one it's fine. Can any