Re: Geometry Manager Re: Stack window/screen sizes

2010-12-22 Thread Peter Haworth
That's along the lines of what I have in mind. I've started to play around with some code to do this but I'm already finding lots of gotchas that I hadn't thought about, plus I still haven't figured out how to deal with font sizes. I'm definitely not a GUI expert but I'm thinking of provid

Re: Geometry Manager Re: Stack window/screen sizes

2010-12-21 Thread Robert Brenstein
On 21.12.2010 at 15:34 Uhr -0800 Peter Haworth apparently wrote: I am now thinking that I may be able to make use of my own custom properties along with some common code to implement all this. Without that, it sounds like thousands of lines of code. Alternatively, I'm naively hoping that I migh

Re: Geometry Manager Re: Stack window/screen sizes

2010-12-21 Thread Martin Blackman
There is also a handy plug in for geometry management by altuit which i always use. Writes code for you. I dont know about your situation but i never bother to adjust anything with screen size. On 12/22/10, Peter Haworth wrote: > Thank you! I just looked at the lesson and it odes indeed clarify

Re: Geometry Manager Re: Stack window/screen sizes

2010-12-21 Thread Peter Haworth
Thank you! I just looked at the lesson and it odes indeed clarify things. I think I have a huge amount of work ahead of me though since I have many screens and some of them have a large number of objects that will need to be resized. I do use a lot of my own cprops so unfortunately won;t

Re: Geometry Manager Re: Stack window/screen sizes

2010-12-21 Thread Björnke von Gierke
Hi Peter I made a lesson because of your confusion, maybe it helps? It's called "How to manage and position objects when a stack is resized". If you create the code by yourself, then you at least know who messed up your stack ;) http://tinyurl.com/2adxkwq (leads to runrev.com lesson site) As f