Re: [Gambas-user] UTF-8 in ListBox and ComboBox - Gambas1

2008-09-15 Thread Sevoir
Hi All, The hungarian language contains very special chars.. We testing programs the following string: "árvíztűrő TÜKÖRFÚRÓGÉP" this string contains all special chars :-) Regards, Norbert 2008. 09. 16, kedd keltezéssel 08.43-kor Doriano Blengino ezt írta: > Rolf-Werner Eilert ha scritto: > > A

Re: [Gambas-user] UTF-8 in ListBox and ComboBox - Gambas1

2008-09-15 Thread Doriano Blengino
Rolf-Werner Eilert ha scritto: > Anyway, thinking it over, I had the idea to use a separate list (array) > with correct values and only use the index property of the ComboBox to > point to it. So I'll be back at my own philosophy of "never use UI > elements for storage" but keep UI and data stri

Re: [Gambas-user] UTF-8 in ListBox and ComboBox - Gambas1

2008-09-15 Thread Rolf-Werner Eilert
Benoit Minisini schrieb: > On lundi 15 septembre 2008, Rolf-Werner Eilert wrote: >> Hi folks, >> >> just a short question on UTF-8: in a Gambas 1 project, I've got a >> ListBox and a ComboBox, both with the same contents: a short list of >> names like A 08 or C 07. >> >> One of them is "Ü 08". The

Re: [Gambas-user] UTF-8 in ListBox and ComboBox - Gambas1

2008-09-15 Thread Benoit Minisini
On lundi 15 septembre 2008, Rolf-Werner Eilert wrote: > Hi folks, > > just a short question on UTF-8: in a Gambas 1 project, I've got a > ListBox and a ComboBox, both with the same contents: a short list of > names like A 08 or C 07. > > One of them is "Ü 08". The Listbox and the ComboBox both show

[Gambas-user] UTF-8 in ListBox and ComboBox - Gambas1

2008-09-15 Thread Rolf-Werner Eilert
Hi folks, just a short question on UTF-8: in a Gambas 1 project, I've got a ListBox and a ComboBox, both with the same contents: a short list of names like A 08 or C 07. One of them is "Ü 08". The Listbox and the ComboBox both show these items correctly on screen. But when I read out the "Ü 08

Re: [Gambas-user] create pdf

2008-09-15 Thread Sevoir
Thx Stefano, this is very big help me. This work. Regards, Norbert 2008. 09. 15, hétfő keltezéssel 10.41-kor Stefano Palmeri ezt írta: > Il lunedì 15 settembre 2008 08:31:41 Sevoir ha scritto: > > Hi All, > > > > > > I tried creating a pdf file but not success :S > > Can anyone help me with a sim

[Gambas-user] Setting the title of a message box

2008-09-15 Thread richard terry
1) is this possible 2) Could I suggest that I (or someone with permission/telling me how) insert a simple example in the page: file:///usr/share/gambas3/help/help/comp/gb+qt/message.html for dummes like me such as Example: Select Message.Warning("Delete everything?" , "Yes", "No")

[Gambas-user] A Dim syntax question

2008-09-15 Thread richard terry
If one types in a subroutine Dim pn As cProgressNote pn = New cProgressNote could one just do it in one hit without consquences? Dim pn as New cProgressNote? Regards Richard - This SF.Net email is sponsored b

Re: [Gambas-user] create pdf

2008-09-15 Thread Stefano Palmeri
Il lunedì 15 settembre 2008 08:31:41 Sevoir ha scritto: > Hi All, > > > I tried creating a pdf file but not success :S > Can anyone help me with a simple method? > > Regards, Sevoir > A little example is attached. Saluti, Stefano > > -

Re: [Gambas-user] Listview (simple?) problem

2008-09-15 Thread Doriano Blengino
Gianni Piccini ha scritto: > Probably is a stupid question, but I can't resolve without help, due I'm a > newbie. > I've got a listview, where I add some items: for example, > > aaa > bbb > ccc > ddd > > I need to select an item, for example "ccc", and then move with the > previous. I think that