[Gambas-user] PB in GTK

2009-07-15 Thread Jean-Yves F. Barbier
Hi, I've got a PB on display with GTK: on a DataBrowse some fields have a 0 width and thus are hidden, under Qt display is Ok, under Gtk I found all hidden fields' names in the header. The police isn't respected either. JY PS: Sorry for the attachment, but talking graphics... -- inline:

Re: [Gambas-user] PB in GTK

2009-07-15 Thread Jean-Yves F. Barbier
Benoît Minisini a écrit : Benoît Minisini a écrit : Hi, I've got a PB on display with GTK: on a DataBrowse some fields have a 0 width and thus are hidden, under Qt display is Ok, under Gtk I found all hidden fields' names in the header. The police isn't respected either. JY PS: Sorry

Re: [Gambas-user] Forgot the attachment... re.: Listbox Border Misbehaving...

2009-07-14 Thread Jean-Yves F. Barbier
Stephen Bungay a écrit : Forgot the darn attachment... I HATE when I do that. I hate you too, so now we are too ;-) Have you got a piece of code to test? jy -- -- Enter the BlackBerry Developer Challenge This is

Re: [Gambas-user] Forgot the attachment... re.: Listbox Border Misbehaving...

2009-07-14 Thread Jean-Yves F. Barbier
Stephen Bungay a écrit : LOL, Benoit asked first, so I sent a test project along to him (didn't forget the attachment this time :). I'll include it here for the perusal of anyone who is interested. Seems the problem is in gb,gtk (GTK+ toolkit). If I deselect that and use only gb.gui

[Gambas-user] comments

2009-07-13 Thread Jean-Yves F. Barbier
Hi, AFAIK ther's no possibility to comment a block of code; could you add this? (such as C comment for example). JY -- What happens if a big asteroid hits Earth? Judging from realistic simulations involving a sledge hammer and a common laboratory frog, we can assume it will be pretty bad.

[Gambas-user] pb search replace

2009-07-13 Thread Jean-Yves F. Barbier
Debian sid regular 2.13.1-1 === Hi, The search replace command has a weird behaviour: it don't replace text that is commented; can I override this? JY -- Where does it go when you flush? --

[Gambas-user] ide

2009-07-13 Thread Jean-Yves F. Barbier
Hi, One thing would be cool: the possibility for the auto-completion to replace the current word we're on. JY -- -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a

Re: [Gambas-user] comments

2009-07-13 Thread Jean-Yves F. Barbier
Charlie Reinl a écrit : Am Montag, den 13.07.2009, 22:09 +0200 schrieb Jean-Yves F. Barbier: But thanks anyway :) JY -- Among all savage beasts, none is found so harmful as woman. -- St. John Chrysostom, 304-407. Oh my good, the church and woman

Re: [Gambas-user] pb search replace

2009-07-13 Thread Jean-Yves F. Barbier
Charlie Reinl a écrit : Am Montag, den 13.07.2009, 21:15 +0200 schrieb Benoît Minisini: Debian sid regular 2.13.1-1 === Hi, The search replace command has a weird behaviour: it don't replace text that is commented; can I override this? JY Toggle the button

Re: [Gambas-user] comments

2009-07-13 Thread Jean-Yves F. Barbier
Stephen Bungay a écrit : Highlight the block of code you want to comment out then click the little comment icon in the text-editor toolbar. Presto! The block of code is commented out. No fuss, no muss. Steve. Yes but no: many times I have to comment/decomment many parts of a single

[Gambas-user] database question

2009-07-11 Thread Jean-Yves F. Barbier
Hi, Based on Database example, is there a possibility to send parms to another Form? (i.e. table's name fields' names) JY -- Yes, but will I see the EASTER BUNNY in skintight leather at an IRON MAIDEN concert? --

[Gambas-user] graphic construction question

2009-07-11 Thread Jean-Yves F. Barbier
Hi, When you have a complex form, some parts may be unseen (underneath); when you select this kinda part, the 1st click on top of the whole always reselect the top widget :(even a click on melted hedges does that) Is it possible to change this behaviour (i.e.: only reselect the top widget on

[Gambas-user] database questions

2009-07-11 Thread Jean-Yves F. Barbier
Hi, Based on Database example: * I've noticed that column sorting is only ascending, not descending, is it it normal (and if not, how can I recover the descending order?) * I'd like to have a zone under the databrowser, tied to the sorting column, where I could enter some characters and

Re: [Gambas-user] database question

2009-07-11 Thread Jean-Yves F. Barbier
Werner a écrit : Jean-Yves F. Barbier wrote: Hi, Based on Database example, is there a possibility to send parms to another Form? (i.e. table's name fields' names) JY If you want to access objects on a different form you need to set Menu Project--Properties--Options Form controls

<    1   2   3