From: Conal E. <co...@co...> - 2007-11-29 04:16:20
|
I'm using an TextCtrl for output, and I want the beginning of the text to show rather than the end, when the text won't fit. The default seems to be the other way. Does anyone know how I can get the beginning showing after changing the text attribute? Thanks, - Conal |
From: Conal E. <co...@co...> - 2007-12-23 20:21:57
|
Does anyone have ideas about this one? I'm still stumped. - Conal On Nov 28, 2007 8:16 PM, Conal Elliott <co...@co...> wrote: > I'm using an TextCtrl for output, and I want the beginning of the text to > show rather than the end, when the text won't fit. The default seems to be > the other way. Does anyone know how I can get the beginning showing after > changing the text attribute? Thanks, - Conal > |
From: Eric K. <eri...@gm...> - 2007-12-24 09:10:03
|
SGkgQ29uYWwsCgo+IE9uIE5vdiAyOCwgMjAwNyA4OjE2IFBNLCBDb25hbCBFbGxpb3R0IDxjb25h bEBjb25hbC5uZXQ+IHdyb3RlOgo+ID4gSSdtIHVzaW5nIGFuIFRleHRDdHJsIGZvciBvdXRwdXQs IGFuZCBJIHdhbnQgdGhlIGJlZ2lubmluZyBvZiB0aGUgdGV4dCB0bwo+IHNob3cgcmF0aGVyIHRo YW4gdGhlIGVuZCwgd2hlbiB0aGUgdGV4dCB3b24ndCBmaXQuICBUaGUgZGVmYXVsdCBzZWVtcyB0 byBiZQo+IHRoZSBvdGhlciB3YXkuICBEb2VzIGFueW9uZSBrbm93IGhvdyBJIGNhbiBnZXQgdGhl IGJlZ2lubmluZyBzaG93aW5nIGFmdGVyCj4gY2hhbmdpbmcgdGhlIHRleHQgYXR0cmlidXRlPyAg VGhhbmtzLCAgLSBDb25hbAoKU29ycnksIHRoaXMgbWFpbCBpc24ndCBnb2luZyB0byBiZSB0b28g aGVscGZ1bC4gIEJ1dCBJIGhhdmUKZXhwZXJpZW5jZWQgdGhlIHByb2JsZW0gYmVmb3JlLCBzbyBh dCBzb21lYm9keSBoZXJlIGtub3dzIHdoYXQgeW91J3JlCmRlYWxpbmcgd2l0aC4gIEkgZG9uJ3Qg cmVtZW1iZXIgaWYgSSBoYXZlIHNvbHZlZCBpdCwgb3IgaG93LiAgR3JlcHBpbmcKbXkgc291cmNl IGNvZGUgZG9lcyBub3QgcmV2ZWFsIGFueXRoaW5nIG9idmlvdXMuICBJIHN1c3BlY3QgSSBlbmRl ZCB1cApqdXN0IG1ha2luZyBteSB0ZXh0Q3RybHMgbGFyZ2VyLiA6LSgKCk1heWJlIHlvdSBjb3Vs ZCBzZWUgaWYgeW91IGNhbiBzb2x2ZSB0aGUgcHJvYmxlbSBpbiB3eFdpZGdldHMgKGkuZS4Kd2l0 aCBhIGxpdHRsZSBzYW1wbGUgQysrIHByb2dyYW0pLi4uCgotLSAKRXJpYyBLb3cgICAgICAgICAg ICAgICAgICAgICBodHRwOi8vd3d3LmxvcmlhLmZyL35rb3cKUEdQIEtleSBJRDogMDhBQzA0Rjkg ICAgICAgICBNZXJjaSBkZSBjb3JyaWdlciBtb24gZnJhbsOnYWlzLgo= |
From: <ber...@ic...> - 2007-12-26 11:44:51
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> You can use<br> <br> <tt>textCtrlSetInsertionPoint textctrl 0</tt><br> <br> Regards,<br> Bernd<br> <blockquote cite="mid:ea8...@ma..." type="cite">Does anyone have ideas about this one? I'm still stumped. - Conal<br> <br> <div class="gmail_quote">On Nov 28, 2007 8:16 PM, Conal Elliott <<a moz-do-not-send="true" href="mailto:co...@co...">co...@co...</a>> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I'm using an TextCtrl for output, and I want the beginning of the text to show rather than the end, when the text won't fit. The default seems to be the other way. Does anyone know how I can get the beginning showing after changing the text attribute? Thanks, - Conal <br> </blockquote> </div> <br> <pre wrap=""> <hr size="4" width="90%"> ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. <a class="moz-txt-link-freetext" href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a></pre> <pre wrap=""> <hr size="4" width="90%"> _______________________________________________ wxhaskell-users mailing list <a class="moz-txt-link-abbreviated" href="mailto:wxh...@li...">wxh...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/wxhaskell-users">https://lists.sourceforge.net/lists/listinfo/wxhaskell-users</a> </pre> </blockquote> </body> </html> |
From: Conal E. <co...@co...> - 2007-12-26 17:35:50
|
That's exactly what I was looking for. Thanks, Bernd! - Conal On Dec 26, 2007 3:44 AM, Bernd Holzm=FCller <ber...@ic...> wrote: > You can use > > textCtrlSetInsertionPoint textctrl 0 > > Regards, > Bernd > > Does anyone have ideas about this one? I'm still stumped. - Conal > > On Nov 28, 2007 8:16 PM, Conal Elliott <co...@co...> wrote: > > > I'm using an TextCtrl for output, and I want the beginning of the text > > to show rather than the end, when the text won't fit. The default seem= s to > > be the other way. Does anyone know how I can get the beginning showing > > after changing the text attribute? Thanks, - Conal > > > > ------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005.http://clk.atdmt.com= /MRT/go/vse0120000070mrt/direct/01/ > > ------------------------------ > > _______________________________________________ > wxhaskell-users mailing lis...@li...https://= lists.sourceforge.net/lists/listinfo/wxhaskell-users > > |