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
Thanks,
Ross
How are you designing your screen layout?
- Ross_ValuSoft
- Posts: 87
- Joined: Thu Dec 18, 2008 11:27 am
- Location: Melbourne, Australia
Re: How are you designing your screen layout?
look visual fwh http://forums.fivetechsupport.com/viewforum.php?f=5
Best Regards, Saludos
Falconi Silvio
Falconi Silvio
- Ross_ValuSoft
- Posts: 87
- Joined: Thu Dec 18, 2008 11:27 am
- Location: Melbourne, Australia
Re: How are you designing your screen layout?
Thank you Silvio.
Is it mature yet? Can it really be used for FWPPC applications?
Thanks,
Ross
Is it mature yet? Can it really be used for FWPPC applications?
Thanks,
Ross
- 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?
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.
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.
- Ross_ValuSoft
- Posts: 87
- Joined: Thu Dec 18, 2008 11:27 am
- Location: Melbourne, Australia
Re: How are you designing your screen layout?
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
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
- 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?
Ross,
Right, thats the idea for now
Right, thats the idea for now