Re: [Gambas-user] Help with charset

2011-08-28 Thread xOChilpili
Bruce: Thanks it works now. But a have another question if i may... I have a TableView control, and i want to get the selected row by the user when he clicks on the row´s header. Is it possible ? Thanks for your help. xOCh -- -- Powered by xOCh 210

Re: [Gambas-user] Help with charset

2011-08-28 Thread Bruce Bruen
On Sun, 2011-08-28 at 02:45 -0500, xOChilpili wrote: Bruce: Thanks it works now. But a have another question if i may... I have a TableView control, and i want to get the selected row by the user when he clicks on the row´s header. Is it possible ? Thanks for your help. xOCh

Re: [Gambas-user] Arrays of controls

2011-08-28 Thread tobias
hi, I do not check this at all: Public Sub Page_First_Init() Dim hPictureBox As PictureBox Dim I As Integer For i = 0 To 9 hPictureBox = New PictureBox(Me) As PBX hPictureBox.Tag = i Next End ok, you have a loop from 0 to 9 in which you create

Re: [Gambas-user] Help with charset

2011-08-28 Thread tobias
Thanks it works now. But a have another question if i may... umm, apart from the other question, i had this problem very often and i usually remind me to use: Write #Stream, String, Len(String) then, which again works well. regards, tobi

Re: [Gambas-user] Arrays of controls

2011-08-28 Thread Benoît Minisini
Hi out there, I do not check this at all: Public Sub Page_First_Init() Dim hPictureBox As PictureBox Dim I As Integer For i = 0 To 9 hPictureBox = New PictureBox(Me) As PBX hPictureBox.Tag = i Next End Seems to work. But how do I call one of this

Re: [Gambas-user] Help with charset

2011-08-28 Thread xOChilpili
Bruce: Sorry, maybe is my english --again-- ... I have read help pages, and i try really. I try using RowClick method but again, it works only clicking into a cell PRINT tblView.Row. Not in the Row Header. About the tblView.Cancel i simply dont know where to call it. In the save method? Thanks

Re: [Gambas-user] Issue 86 in gambas: Help browser and opening a different project

2011-08-28 Thread gambas
Comment #2 on issue 86 by benoit.m...@gmail.com: Help browser and opening a different project http://code.google.com/p/gambas/issues/detail?id=86 Fixed in revision #4054 -- EMC VNX: the world's simplest storage,

Re: [Gambas-user] Issue 86 in gambas: Help browser and opening a different project

2011-08-28 Thread gambas
Updates: Status: Fixed Comment #3 on issue 86 by benoit.m...@gmail.com: Help browser and opening a different project http://code.google.com/p/gambas/issues/detail?id=86 (No comment was entered for this change.)

Re: [Gambas-user] Issue 87 in gambas: Class and symbol level comments mixed in help browser

2011-08-28 Thread gambas
Updates: Status: Fixed Comment #2 on issue 87 by benoit.m...@gmail.com: Class and symbol level comments mixed in help browser http://code.google.com/p/gambas/issues/detail?id=87 Fixed in revision #4055. --

[Gambas-user] Issue 88 in gambas: G3 Help Browser - General Navigation 1 : External links

2011-08-28 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 88 by adamn...@gmail.com: G3 Help Browser - General Navigation 1 : External links http://code.google.com/p/gambas/issues/detail?id=88 1) Links to external sites are

Re: [Gambas-user] Issue 89 in gambas: G3 Help Browser - General Navigation 2 : Homepage Context Menu

2011-08-28 Thread gambas
Updates: Status: WontFix Labels: -Version Version-TRUNK Comment #1 on issue 89 by benoit.m...@gmail.com: G3 Help Browser - General Navigation 2 : Homepage Context Menu http://code.google.com/p/gambas/issues/detail?id=89 If you right click on the Books link, a popup should open.

Re: [Gambas-user] Issue 90 in gambas: G3 Help Browser - General Navigation 3 (internal pages part 1)

2011-08-28 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #2 on issue 90 by benoit.m...@gmail.com: G3 Help Browser - General Navigation 3 (internal pages part 1) http://code.google.com/p/gambas/issues/detail?id=90 Please don't put two different bugs in the same issue.

[Gambas-user] (no subject)

2011-08-28 Thread Christian DaGeek247 Stephens
-- If a packet hits a pocket on a socket on a port, and the bus is interrupted as a very last resort, and the address of the memory makes your floppy disk abort, then the socket packet pocket has an error to report :-) DaGeek247 of http://dageek247.tk/

Re: [Gambas-user] Issue 91 in gambas: G3 Help Browser - General Navigation 3 (internal pages part 2)

2011-08-28 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 91 by benoit.m...@gmail.com: G3 Help Browser - General Navigation 3 (internal pages part 2) http://code.google.com/p/gambas/issues/detail?id=91 (No comment was entered for this change.)

[Gambas-user] Syntax error not my fault

2011-08-28 Thread Christian Stephens
im using gambas2 and the settings component. They were both working fine (especialy the settings component. I love it.) until just recently. Im using the exact code below; FMain.Top = Settings[Window/Top, FMain.Top] but i keep getting this error which is not refering to my line of code, but it