Page 1 of 1

How are you designing your screen layout?

Posted: Mon May 18, 2009 2:53 pm
by Ross_ValuSoft
Hi folks,

In the Harbour mg Extended world where I normally "live", I use a graphical IDE to select and place my controls (eg labels, textboxes, listboxes, bmps, etc) on a form whose size I can adjust as the design evolves.

How do you guys achieve the same process of placing and sizing controls on a fixed Pocket PC sized screen? Counting pixels or trial and error does not appeal to me any longer :cry:

Thanks,

Ross

Re: How are you designing your screen layout?

Posted: Tue May 19, 2009 1:26 pm
by Silvio

Re: How are you designing your screen layout?

Posted: Wed May 20, 2009 10:12 am
by Ross_ValuSoft
Thank you Silvio.

Is it mature yet? Can it really be used for FWPPC applications?

Thanks,

Ross

Re: How are you designing your screen layout?

Posted: Wed May 20, 2009 1:47 pm
by Antonio Linares
Ross,

You can use any windows resources editor (Visual Studio, PellesC, etc.) to design your RC forms and have the coordinates and dimensions of your used controls.

Re: How are you designing your screen layout?

Posted: Wed May 20, 2009 11:55 pm
by Ross_ValuSoft
Thanks Antonio.

If I understand you correctly, you are saying ... use any GUI IDE to prototype the layout and then transfer the numerical data of the size and positions of the controls to the code. I have already had a lot of success using the IDE available with the Harbour mg Extended package. So I think that I will use it because I am very familiar with its operation. Obviously, in the longer term, your Visual FW tool would be preferred. I look forward to that.

Best wishes,

Ross

Re: How are you designing your screen layout?

Posted: Thu May 21, 2009 5:58 am
by Antonio Linares
Ross,

Right, thats the idea for now :-)