Re: [Gambas-user] How do I left justify text in a DataControl

2015-04-18 Thread Benoît Minisini
Le 12/04/2015 15:39, Martin McGlensey a écrit : > How do I force a DataControl to display text, that is longer than the > control, as left justified. That is if the control is sized to accept ten > characters, on the form, and the text is twenty characters I want to see > the first ten. Now I see

Re: [Gambas-user] How do I left justify text in a DataControl

2015-04-13 Thread Tobias Boege
On Sun, 12 Apr 2015, Martin McGlensey wrote: > -Original Message- > Message: 1 > Date: Sun, 12 Apr 2015 16:20:59 +0200 > From: Tobias Boege > Subject: Re: [Gambas-user] How do I left justify text in a DataControl > To: mailing list for gambas users > Message-ID: &

Re: [Gambas-user] How do I left justify text in a DataControl

2015-04-13 Thread Tobias Boege
On Sun, 12 Apr 2015, Martin McGlensey wrote: > Tobi, > > Thanks for your response. I have a form with one datasource and twenty two > datacontrols within that datasource. They are used to display name, address, > city, state and other data that fits together logically on one form. Now if > I imple

[Gambas-user] How do I left justify text in a DataControl

2015-04-12 Thread Martin McGlensey
Tobi, Thanks for your response. I have a form with one datasource and twenty two datacontrols within that datasource. They are used to display name, address, city, state and other data that fits together logically on one form. Now if I implement your solution I need to apply it to all of the da

Re: [Gambas-user] How do I left justify text in a DataControl

2015-04-12 Thread Tobias Boege
On Sun, 12 Apr 2015, Martin McGlensey wrote: > How do I force a DataControl to display text, that is longer than the > control, as left justified. That is if the control is sized to accept ten > characters, on the form, and the text is twenty characters I want to see > the first ten. Now I see th

[Gambas-user] How do I left justify text in a DataControl

2015-04-12 Thread Martin McGlensey
How do I force a DataControl to display text, that is longer than the control, as left justified. That is if the control is sized to accept ten characters, on the form, and the text is twenty characters I want to see the first ten. Now I see the last ten. Want to see the first ten and be able to