How are you designing your screen layout?

Post Reply
User avatar
Ross_ValuSoft
Posts: 87
Joined: Thu Dec 18, 2008 11:27 am
Location: Melbourne, Australia

How are you designing your screen layout?

Post 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
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: How are you designing your screen layout?

Post by Silvio »

Best Regards, Saludos

Falconi Silvio
User avatar
Ross_ValuSoft
Posts: 87
Joined: Thu Dec 18, 2008 11:27 am
Location: Melbourne, Australia

Re: How are you designing your screen layout?

Post by Ross_ValuSoft »

Thank you Silvio.

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

Thanks,

Ross
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: How are you designing your screen layout?

Post 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.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Ross_ValuSoft
Posts: 87
Joined: Thu Dec 18, 2008 11:27 am
Location: Melbourne, Australia

Re: How are you designing your screen layout?

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: How are you designing your screen layout?

Post by Antonio Linares »

Ross,

Right, thats the idea for now :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply