Re: [Gambas-user] String and textboxes

2011-03-09 Thread Rolf-Werner Eilert
Am 08.03.2011 20:11, schrieb k p: >> When doing the following: >> TextLabel1.Text = "i"& TextBox1.Text& ""& " iEQU"& ""& "0" >> >> I expect a string in a text box, which I get. >> However the length of the spacing stays the same no matter how many spaces > I >> put between the " " >> >

Re: [Gambas-user] displaying mysql query result into gridview

2011-03-09 Thread Michael
NUgroho, Here is code from one of my projects: Private Sub PopulateCharges() Dim intRow As Integer = 0 Dim strType As String = "" If rsCharges.Available Then rsCharges.MoveFirst grdCharge.Rows.Count = rsCharges.Count For

[Gambas-user] displaying mysql query result into gridview

2011-03-09 Thread Nugroho Al Gopar
I have learn how to connect mysql through gambas and make simple query like select * from table. My problem is, i can not display the results inti gridview or table view. I've try many codes style, include the code written in ebook titled "gambas-beginner-guide", but none is works. I put the code

[Gambas-user] Issue 49 in gambas: gb3 IDE tab order not preserved

2011-03-09 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 49 by kevinfis...@eightvirtues.com: gb3 IDE tab order not preserved http://code.google.com/p/gambas/issues/detail?id=49 The order of the module/class/form/etc. tabs seems

[Gambas-user] gb3 (rev. 3641) and SDL surfaces

2011-03-09 Thread Kevin Fishburne
I've been experimenting with gb.sdl and found that I could achieve frame rates higher than 380 fps at 1920x1080, including alpha channel. This involves writing directly to the SDL window/surface with a 1920x1080 image loaded from a file, for example: Public Screen As New Window As "Screen" Publ

[Gambas-user] Gambas2 and debian 6 with kde 4

2011-03-09 Thread Andreas Fröhlke
Hello, we used Kubuntu in the past and are now working with debian 6 and kde 4. But the layout is very odd there. We found out, that by using qb.gt.kde in our projects, the layout is ok, but then every control has an underline for the System-Hotkey ([ALT]+[UNDERLINED LETTER]), and this underlin