PC Review Forums Newsgroups Windows XP Windows XP Embedded rehash of old Q: why does XPE mess with the display of our apps

Reply

rehash of old Q: why does XPE mess with the display of our apps

 
Thread Tools Rate Thread
Old 09-12-2003, 06:40 AM   #1
Gareth Pye
Guest
 
Posts: n/a
Default rehash of old Q: why does XPE mess with the display of our apps


i've asked this a while ago and i didn't get any answers that seamed
to solve it so i'm asking again in the hope that someone now knows.

All of our programs that we write display perfectly under XP pro/home
but on XPE they always display to small, this isn't a resolution issue
as even small dialog boxes do this. We write our software in Borland
Builder (c++ and delphi) and it seams that on XPE the size of the
window that is drawn is significantly smaller than the one the program
works with, as in when the position of something is anchored to the
bottom right hand corner and you resize the window it moves around as
if the corner of the window was actualy 20 or 30 pixels further away
in both directions.

It doesn't happen when we use alignments just when we are useing
anchors. Although even when we use alignments the program when it
initialy runs is significantly smaller than it was during design.

Does anyone have any ideas on this problem, or are we the only people
to have seen this problem
  Reply With Quote
Old 09-12-2003, 04:47 PM   #2
Gordon Smith \(eMVP\)
Guest
 
Posts: n/a
Default Re: rehash of old Q: why does XPE mess with the display of our apps

Gareth Pye wrote:
> i've asked this a while ago and i didn't get any answers that seamed
> to solve it so i'm asking again in the hope that someone now knows.
>
> All of our programs that we write display perfectly under XP pro/home
> but on XPE they always display to small, this isn't a resolution issue
> as even small dialog boxes do this. We write our software in Borland
> Builder (c++ and delphi) and it seams that on XPE the size of the
> window that is drawn is significantly smaller than the one the program
> works with, as in when the position of something is anchored to the
> bottom right hand corner and you resize the window it moves around as
> if the corner of the window was actualy 20 or 30 pixels further away
> in both directions.
>
> It doesn't happen when we use alignments just when we are useing
> anchors. Although even when we use alignments the program when it
> initialy runs is significantly smaller than it was during design.
>
> Does anyone have any ideas on this problem, or are we the only people
> to have seen this problem


Are you sure you have the correct fonts included? I've had problems in the
past with dialog boxes looking really odd until I add the correct fonts to
the build.

--
Gordon Smith (eMVP)
Gordon.Smith@nospam.avnet.com


  Reply With Quote
Old 09-12-2003, 11:13 PM   #3
Gareth Pye
Guest
 
Posts: n/a
Default Re: rehash of old Q: why does XPE mess with the display of our apps

Its not that text isn't fitting in where it should, but that objects
like graphs and tables and frames etc aren't fitting in the window

On Tue, 9 Dec 2003 08:47:07 -0700, "Gordon Smith \(eMVP\)"
<Gordon.Smith@avnet.com> wrote:

>Gareth Pye wrote:
>> i've asked this a while ago and i didn't get any answers that seamed
>> to solve it so i'm asking again in the hope that someone now knows.
>>
>> All of our programs that we write display perfectly under XP pro/home
>> but on XPE they always display to small, this isn't a resolution issue
>> as even small dialog boxes do this. We write our software in Borland
>> Builder (c++ and delphi) and it seams that on XPE the size of the
>> window that is drawn is significantly smaller than the one the program
>> works with, as in when the position of something is anchored to the
>> bottom right hand corner and you resize the window it moves around as
>> if the corner of the window was actualy 20 or 30 pixels further away
>> in both directions.
>>
>> It doesn't happen when we use alignments just when we are useing
>> anchors. Although even when we use alignments the program when it
>> initialy runs is significantly smaller than it was during design.
>>
>> Does anyone have any ideas on this problem, or are we the only people
>> to have seen this problem

>
>Are you sure you have the correct fonts included? I've had problems in the
>past with dialog boxes looking really odd until I add the correct fonts to
>the build.


  Reply With Quote
Old 20-02-2004, 12:57 AM   #4
Gareth Pye
Guest
 
Posts: n/a
Default Re: rehash of old Q: why does XPE mess with the display of our apps

We found that the way to fix this was to use align to client and such
in borland, this is rather anoying as it can make creating a gui much
slower and anoying, but at least we don't have to compile for xpe with
large fudge factors included.

On Wed, 10 Dec 2003 09:13:15 +1100, Gareth Pye
<gareth@gpsatsys.com.au> wrote:

>Its not that text isn't fitting in where it should, but that objects
>like graphs and tables and frames etc aren't fitting in the window
>
>On Tue, 9 Dec 2003 08:47:07 -0700, "Gordon Smith \(eMVP\)"
><Gordon.Smith@avnet.com> wrote:
>
>>Gareth Pye wrote:
>>> i've asked this a while ago and i didn't get any answers that seamed
>>> to solve it so i'm asking again in the hope that someone now knows.
>>>
>>> All of our programs that we write display perfectly under XP pro/home
>>> but on XPE they always display to small, this isn't a resolution issue
>>> as even small dialog boxes do this. We write our software in Borland
>>> Builder (c++ and delphi) and it seams that on XPE the size of the
>>> window that is drawn is significantly smaller than the one the program
>>> works with, as in when the position of something is anchored to the
>>> bottom right hand corner and you resize the window it moves around as
>>> if the corner of the window was actualy 20 or 30 pixels further away
>>> in both directions.
>>>
>>> It doesn't happen when we use alignments just when we are useing
>>> anchors. Although even when we use alignments the program when it
>>> initialy runs is significantly smaller than it was during design.
>>>
>>> Does anyone have any ideas on this problem, or are we the only people
>>> to have seen this problem

>>
>>Are you sure you have the correct fonts included? I've had problems in the
>>past with dialog boxes looking really odd until I add the correct fonts to
>>the build.


  Reply With Quote
Old 20-02-2004, 06:39 AM   #5
Kesavan
Guest
 
Posts: n/a
Default Re: rehash of old Q: why does XPE mess with the display of our apps

Gareth,

Resolution has been a issue and differently for everyone , much
sorted out
but there still lays few extremes that were compromised by everyone
,prob if not others i surely did..for me , i still guess that the
drivers were of major problem coz' i couldn't find anything wrong with
the fonts etc.. .Replaced the graphics drivers with ATI Radeon and got
the stuff working.Never looked into it again.

Regards,
Kesavan


Gareth Pye <gareth@gpsatsys.com.au> wrote in message news:<l8ja30139ko4q00rlsq7ncsgsntubc4l7k@4ax.com>...
> We found that the way to fix this was to use align to client and such
> in borland, this is rather anoying as it can make creating a gui much
> slower and anoying, but at least we don't have to compile for xpe with
> large fudge factors included.
>
> On Wed, 10 Dec 2003 09:13:15 +1100, Gareth Pye
> <gareth@gpsatsys.com.au> wrote:
>
> >Its not that text isn't fitting in where it should, but that objects
> >like graphs and tables and frames etc aren't fitting in the window
> >
> >On Tue, 9 Dec 2003 08:47:07 -0700, "Gordon Smith \(eMVP\)"
> ><Gordon.Smith@avnet.com> wrote:
> >
> >>Gareth Pye wrote:
> >>> i've asked this a while ago and i didn't get any answers that seamed
> >>> to solve it so i'm asking again in the hope that someone now knows.
> >>>
> >>> All of our programs that we write display perfectly under XP pro/home
> >>> but on XPE they always display to small, this isn't a resolution issue
> >>> as even small dialog boxes do this. We write our software in Borland
> >>> Builder (c++ and delphi) and it seams that on XPE the size of the
> >>> window that is drawn is significantly smaller than the one the program
> >>> works with, as in when the position of something is anchored to the
> >>> bottom right hand corner and you resize the window it moves around as
> >>> if the corner of the window was actualy 20 or 30 pixels further away
> >>> in both directions.
> >>>
> >>> It doesn't happen when we use alignments just when we are useing
> >>> anchors. Although even when we use alignments the program when it
> >>> initialy runs is significantly smaller than it was during design.
> >>>
> >>> Does anyone have any ideas on this problem, or are we the only people
> >>> to have seen this problem
> >>
> >>Are you sure you have the correct fonts included? I've had problems in the
> >>past with dialog boxes looking really odd until I add the correct fonts to
> >>the build.

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off