Re: [Gambas-user] New name not shown in IDE at first (Gambas2)

2009-06-10 Thread Rolf-Werner Eilert
Benoît Minisini schrieb: >> Screenshot is difficult, as I don't know if it shows the tooltips. But >> it's easy: >> >> Create a new ComboBox on the form. If it's the first one, it's called >> ComboBox1. >> >> In the class, type Com and you will get a proposal for ComboBox, not >> ComboBox1. > > I

Re: [Gambas-user] scroll to bottom

2009-06-10 Thread Peter Morrison
Benoît Minisini wrote: >> I just ran into the need for this also, and noticed the listview does not >> offer a scroll() method. >> >> In my case I need to scroll it back to 0,0 the very top. >> Anyone got any idea how to get this done? >> >> On Jun 10, 2009 2:10 PM, "Pete Morrison" wrote: >> >> I

Re: [Gambas-user] New name not shown in IDE at first (Gambas2)

2009-06-10 Thread Benoît Minisini
> > Screenshot is difficult, as I don't know if it shows the tooltips. But > it's easy: > > Create a new ComboBox on the form. If it's the first one, it's called > ComboBox1. > > In the class, type Com and you will get a proposal for ComboBox, not > ComboBox1. I did as you wrote, but I have the Co

Re: [Gambas-user] gb.qt.kde.html

2009-06-10 Thread Beren Scott
Yeah, link does work when the mouse is hovered over a link. It's perfect. On Wed, 2009-06-10 at 10:41 -0400, Jason Hackney wrote: > You can read the link a user clicks on with the .link property. Not sure if > it can be read before clicking on it though. Or, the .path property... says > it returns

Re: [Gambas-user] scroll to bottom

2009-06-10 Thread M0E Lnx
Whoops... mine isn't a listview, but rather a listbox. Anything I can do to get the same results here? On Jun 10, 2009 2:20 PM, "Benoît Minisini" wrote: > I just ran into the need for this also, and noticed the listview does not > offer a scroll() metho... Listview items have an "EnsureVisible"

Re: [Gambas-user] scroll to bottom

2009-06-10 Thread Benoît Minisini
> I just ran into the need for this also, and noticed the listview does not > offer a scroll() method. > > In my case I need to scroll it back to 0,0 the very top. > Anyone got any idea how to get this done? > > On Jun 10, 2009 2:10 PM, "Pete Morrison" wrote: > > I am trying to use a listview to p

Re: [Gambas-user] scroll to bottom

2009-06-10 Thread M0E Lnx
I just ran into the need for this also, and noticed the listview does not offer a scroll() method. In my case I need to scroll it back to 0,0 the very top. Anyone got any idea how to get this done? On Jun 10, 2009 2:10 PM, "Pete Morrison" wrote: I am trying to use a listview to provide a displa

[Gambas-user] scroll to bottom

2009-06-10 Thread Pete Morrison
I am trying to use a listview to provide a display of progress messages such that the newest should be visible at the bottom - ie scroll up as new message are added. Have tried .MoveLast & .Refresh as i add items - does nothing visible. Of course the scroll bar can be manually moved by the user b

[Gambas-user] Wrap in a tablecellß

2009-06-10 Thread Stefan Miefert
How can i use a warp in a tableview? -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externall

Re: [Gambas-user] gb.qt.kde.html

2009-06-10 Thread Jason Hackney
You can read the link a user clicks on with the .link property. Not sure if it can be read before clicking on it though. Or, the .path property... says it returns or sets the URL displayed by the browser. Not sure if either of those is what you're looking for. Not sure about the other question. Yo

Re: [Gambas-user] Smooth Scrolling (not happening)

2009-06-10 Thread M0E Lnx
UPDATE: Success! I have built revision 2011... I'm up and running. ALthough I have moved the scrolling to a completely separate program embedded into my original app, the screen does seem to refresh a lot faster. I no longer need the WAIT between each shell process to allow the screen time to ref

Re: [Gambas-user] Smooth Scrolling (not happening)

2009-06-10 Thread M0E Lnx
well, I wanted to try and see if the scrolling issue worked any better... so I decided to refresh my copy of the 2.0 svn branch... revision 2011 was downloaded I attempted to build, and it failed. For some reason it can't find the qt moc exectuble, so configure reported gb.qt as DISABLED. readin

Re: [Gambas-user] Smooth Scrolling (not happening)

2009-06-10 Thread Benoît Minisini
> I just tried building the latest svn (2011) and it wont build > anymore... I mean it builds, but gb.qt wont, so the IDE is useless... > does not load > > I have both qt-3.3.8b and qt4-4.5.0 installed > all previous versions have built without a problem. > Can you give some details please? -

Re: [Gambas-user] Smooth Scrolling (not happening)

2009-06-10 Thread M0E Lnx
I just tried building the latest svn (2011) and it wont build anymore... I mean it builds, but gb.qt wont, so the IDE is useless... does not load I have both qt-3.3.8b and qt4-4.5.0 installed all previous versions have built without a problem. -

Re: [Gambas-user] Smooth Scrolling (not happening)

2009-06-10 Thread Benoît Minisini
> Hi all, > > Some of you may have seen my project... a GUI installer for VectorLinux. > I've gotten the functionality parts to work, and it's all good. I do > have one annoyance that I can't shake and this is where I need help. > > While packages are being installed, I have a scrollview that scrol

Re: [Gambas-user] IDE drop down subroutine combo box Problem

2009-06-10 Thread Benoît Minisini
> Well, perhaps not an error Build 2010, but over the last few builds this no > longer reacts to a keypress to jump to the subroutine starting with that > name, instead focus seems to have been returned to the editor text and the > letter being pressed is written to ones code! > > Regards > > Richa

[Gambas-user] Strange compile procedure on Ubuntu jaunty

2009-06-10 Thread Joshua Higgins
Hello again, I've compiled the latest 2.13.1 on Ubuntu Jaunty from the tarball on the Gambas homepage. I tried for days with no avail, it kept failing with Makefile.in errors (not found). To get it to compile, I had to create the folder /home/username/Gambas and untar the source package there. Th

Re: [Gambas-user] Confusion in Data Types

2009-06-10 Thread KhurramM
Hello All Thanks for the corrections. Doriano Blengino I made a mistake, the answer is not Max value in Float 1.79E+308 Min value in Float 1E+2147483647 But: Max value in Float 1.79E+308 Min value in Float 1.79E+308 Actually I was playing with values, and so got this output and put it forw

[Gambas-user] OpenGL

2009-06-10 Thread Angel Romero Astorga
Hello, last days, I have started programming with OpenGL using OpenGL Area and Gambas. I have experimented some problems with the control. It seems don't work right. Is OpenGL Area full working? I would like know the state of development of the control. Also, if the gambas' team requires it, I w

Re: [Gambas-user] Scrollbar in Textlabel

2009-06-10 Thread Ricardo Díaz Martín
You have to set property Wrap = True at TextArea Control. Then the text adjust to the with into the TextArea control. Regards, Ricardo -Mensaje original- De: Stefan Miefert Reply-to: mailing list for gambas users Para: gambas-user@lists.sourceforge.net Asunto: [Gambas-user] Scrollbar

[Gambas-user] Scrollbar in Textlabel

2009-06-10 Thread Stefan Miefert
Hello, is it possible to use a scrollbar in a Textlabel or is their any other element I can use html and have a autoscrollabr? Or how can I use a textbox having automatic textbreak , if the text is to long? -- Crys

[Gambas-user] gb.qt.kde.html

2009-06-10 Thread Beren Scott
Hello hi, In regards to the webbrowser component, is it at all possible to gain access to the link normally displayed in the status bar of a normal web browser whilst the mouse is positioned above a html link in this component? Also, is it possible to parse the html code currently used in the dis