Trevor DeVore wrote:
On Feb 16, 2006, at 11:26 AM, Garrett Hylltun wrote:

Rev 2.6.1

Greetings,

My stack has no problem with being able to resize on OSX, but when I drop a compiled exe into Windows and run it, I can't resize the darn thing. No resize icons show up either.

I have the resize property set to true.

Am I missing something?

I've had this problem and setting the decorations of the stack to default fixed it. Maybe try that.

The downside is that setting the decorations to false turns off the liveResizing property, needed for a good OS X feel.

A request to fix this is at:
<http://support.runrev.com/bugdatabase/show_bug.cgi?id=2585>

In the meantime this works for all cases except going to another stack in the same window:

on preOpenStack
 if the platform is "MacOS" then
   set the liveResizing of this stack to true
 else
   set the decorations of this stack to default
 end if
 pass preOpenStack
end preOpenStack

--
 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

Reply via email to