TextAlignment problem in Buttons

J

Jack Wright

Dear All,
On one of our client machines the button Texts are all
Left-Aligned, while it is Centre Aligned in the code...we are not able
to reproduce this problem onour machines...what can be the problem?
Please help...

TALIA

Many Regards
Jack
 
H

Herfried K. Wagner [MVP]

* (e-mail address removed) (Jack Wright) scripsit:
On one of our client machines the button Texts are all
Left-Aligned, while it is Centre Aligned in the code...we are not able
to reproduce this problem onour machines...what can be the problem?

What Windows version? What operating system language? What .NET
version? Is 'FlatStyle' set to 'System'?
 
J

Jack Wright

Hi Herfried,
Thanks for replying...here is the data...
What Windows version?
Answer: ??
What operating system language?
Answer: ??
What .NETversion?
Answer: 1.0
Is 'FlatStyle' set to 'System'?
Answer: Yes. this has been done to inherit the Form's Font settings also
to make the text bold after applying skin...


Please help...

TALIA
Many Regards
Jack
 
J

Jack Wright

Hi Herfried,
Thanks for replying...here is the data...
What Windows version?
Answer: Windows XP
What operating system language?
Answer: German
What .NETversion?
Answer: 1.0
Is 'FlatStyle' set to 'System'?
Answer: Yes. this has been done to inherit the Form's Font settings also
to make the text bold after applying skin...


Please help...

TALIA
Many Regards
Jack
 
H

Herfried K. Wagner [MVP]

* Jack Wright said:
What Windows version?
Answer: Windows XP
What operating system language?
Answer: German
What .NETversion?
Answer: 1.0
Is 'FlatStyle' set to 'System'?
Answer: Yes. this has been done to inherit the Form's Font settings also
to make the text bold after applying skin...

I have tested a .NET 1.0 app on a German Windows XP SP1 system and I was
not able to repro the problem. Can you upload a simple test application
+ source code that can be used to repro the problem?
 
J

Jack Wright

Hi Herfried,
Thank you so much for taking efforts to help me...I appreciate it...I
called up the customer and he informed me that the problem is now
gone...he does not know how it started working...
But just to give you a hint...my Application was running fine in
standalone mode...the moment I launched my application with No Touch
deployment via a stub program...the button text used to get left
aligned...though it does not occur now...I am still guessing what could
have been the problem...

Thanks a lot...

Many Regards
Jack
 
H

Herfried K. Wagner [MVP]

Jack,

* Jack Wright said:
Thank you so much for taking efforts to help me...I appreciate it...I
called up the customer and he informed me that the problem is now
gone...he does not know how it started working...
:)

But just to give you a hint...my Application was running fine in
standalone mode...the moment I launched my application with No Touch
deployment via a stub program...the button text used to get left
aligned...though it does not occur now...I am still guessing what could
have been the problem...

Thank you for posting the possible reason for the problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top