[Gambas-user] Adding "not in list" item to a combobox

2011-04-09 Thread Bill-Lancaster
I have a combobox that is filled when the form is opened. How can the user add an item to the list? -- View this message in context: http://old.nabble.com/Adding-%22not-in-list%22-item-to-a-combobox-tp31362490p31362490.html Sent from the gambas-user mailing list archive at Nabble.com.

Re: [Gambas-user] image rotate

2011-04-09 Thread Kevin Fishburne
On 04/09/2011 05:37 PM, Ondrej Beranek wrote: > Hi, > > i am new user of gambas. I write small webcam application. I need rotate > image i try PictureBox1.Picture.Image.Rotate(95) but it does not work... My experience with rotation is by rotating an image buffer directly (rather than by using a

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-04-09 Thread Kevin Fishburne
On 04/08/2011 04:14 PM, Doriano Blengino wrote: > > Perhaps I got it - but this should be confirmed by Benoit, I think. > > On the client side, you can receive a packet as a string. Then you can > use a memory stream to read from the string, so the endianness is coped > with by the stream object. I

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-04-09 Thread Kevin Fishburne
On 04/08/2011 04:49 PM, Benoît Minisini wrote: >> Kevin Fishburne wrote: >> >> Ahh, I understand a little better. I don't know much about endianness, >> so please excuse my ignorance here. >> >> ... >> >> While it would be slow, I could just write functions for flipping the >> byte order of charact

[Gambas-user] image rotate

2011-04-09 Thread Ondrej Beranek
Hi, i am new user of gambas. I write small webcam application. I need rotate image i try PictureBox1.Picture.Image.Rotate(95) but it does not work... thanks -- Xperia(TM) PLAY It's a major breakthrough. An authentic gami

Re: [Gambas-user] Gambas on Suse 11.4

2011-04-09 Thread Jussi Lahtinen
> I cannot do that, this list-server does not accept large files. > Compress them first, prefer *.tar.gz or *.zip. Jussi -- Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most re

Re: [Gambas-user] Gambas on Suse 11.4

2011-04-09 Thread Steven Lobbezoo
I cannot do that, this list-server does not accept large files. It's a QT4 bug (if it is), but I've red that several people use 11.4 with Gambas now, so there must be a solution ??? Steven Le samedi 09 avril 2011 à 18:38 +0300, Jussi Lahtinen a écrit : > Please attach full output of configure a

Re: [Gambas-user] Gambas on Suse 11.4

2011-04-09 Thread Jussi Lahtinen
Please attach full output of configure and make, and maybe someone can help you. But if you are sure this is Qt4 bug, then maybe you can downgrade your Qt4 revision, or maybe Benoit knows workaround for this problem. Otherwise, this is Qt4 bug not Gambas bug... Jussi On Sat, Apr 9, 2011 at 17:08

Re: [Gambas-user] Gambas on Suse 11.4

2011-04-09 Thread Steven Lobbezoo
Yes, latest trunk Sure it works on OpenSuse 10.x and 11.0, 11.1, 11.2, but NOT on 11.3 and 11.4 (what I am using now) All depencies are satisfied. Config is ok to install all I need. It's the make who gives this error. Le samedi 09 avril 2011 à 16:50 +0300, Jussi Lahtinen a écrit : > Hmmm... Y

Re: [Gambas-user] Gambas on Suse 11.4

2011-04-09 Thread Jussi Lahtinen
Hmmm... You are trying to install Gambas 3 from what? Sources? Seems that Gambas will at least compile fine on OpenSuSE 9.x/10.x/11.x. Check that dependencies are satisfied. http://gambasdoc.org/help/install?en&view Jussi On Sat, Apr 9, 2011 at 15:57, Steven Lobbezoo wrote: > Hi, > > I tried

[Gambas-user] Gambas on Suse 11.4

2011-04-09 Thread Steven Lobbezoo
Hi, I tried everything to install 2 on SuSE 11.3 and 11.4. Then found out that it's not possible since they abandoned qt3 for qt4. So, Ok, I will try to switch to gambas 3. Tried to install that, but also no way. I get an error : /usr/lib/gcc/i586-suse-linux/4.5/../../../../i586-suse-linux/bin/l

Re: [Gambas-user] Inconsistent _compare method usage with .Exist()

2011-04-09 Thread Jussi Lahtinen
Works, thanks! Jussi 2011/4/9 Benoît Minisini > > Hi! > > See attachment. > > > > I get: > > True > > False > > False > > > > When this is expected; > > True > > False > > True > > > > Shouldn't be this way, am I right? > > > > Gambas 3 rev 3737 @ Ubuntu 10.10 64bit > > > > Jussi > > Fixed in

Re: [Gambas-user] Read array of string return from external libraries function

2011-04-09 Thread Benoît Minisini
> Thank Benoit! > > One more question about the below basic data structure: > > aStruct * anExternFunc(...) > > with: > > aStruct { > > aClass *data > aStruct *previous > aStruct *next > } > > > How to get all *data > I tried > > pNext = anExternFunc(...) > while pNext <> null > > pData =

Re: [Gambas-user] Global reading of events

2011-04-09 Thread Benoît Minisini
> Gambas web site says libtool version 1.5.12, but I'm not sure that is > correct... > You may want to try with newer version (I'm using 2.2.6b successfully). > > Jussi > I fixed that. Now the correct required versions of autoconf, automake and libtool are displayed. Regards, -- Benoît Minis

Re: [Gambas-user] Source code - where's the download link gone

2011-04-09 Thread Benoît Minisini
> > Hi LIst > > > > Tried the new web site, couldn't find anywhere the link to the page > > telling how to download the sources to compile??? > > > > Can some one post this or send me the link. > > > > Regards > > > > Richard > > Oops, sorry, I didn't notice. > > There is a "release notes" li

Re: [Gambas-user] Little corrections to the wiki

2011-04-09 Thread Benoît Minisini
> ScrollArea.ScrollX (gb.form) > "Returns or sets the horizontal scrolling position." > ScrollX is read only. "or sets" has to be deleted. > > Same with > ScrollArea.ScrollY (gb.form) > "Returns or sets the vertical scrolling position." > "or sets" has to be deleted, too. > > Regards > Matti >

Re: [Gambas-user] Inconsistent _compare method usage with .Exist()

2011-04-09 Thread Benoît Minisini
> Hi! > See attachment. > > I get: > True > False > False > > When this is expected; > True > False > True > > Shouldn't be this way, am I right? > > Gambas 3 rev 3737 @ Ubuntu 10.10 64bit > > Jussi Fixed in revision #3739. Regards, -- Benoît Minisini -

Re: [Gambas-user] Shell script output to label text

2011-04-09 Thread Benoît Minisini
> Hi , > > I want shell script output, printed to the label text, Please help me.. > > my code,, > > *** > > PUBLIC SUB Form_Open() > DIM sStr AS String > SHELL "sh /home/dhana/foo.sh" TO sStr > IF InStr(sStr, " ") THEN > L

Re: [Gambas-user] Webview + images Kubuntu 9 / Kubuntu 10

2011-04-09 Thread richard terry
On Saturday 09 April 2011 17:15:16 Ian Haywood wrote: > ALIGN=LEFT WIDTH=320 HEIGHT=240 BORDER=0> > Thanks Ian, I booted up the other machine again and tested this with/without the file:/// and seems you are quite correct, I had saved a page from google with some images to the local drive - n

Re: [Gambas-user] Webview + images Kubuntu 9 / Kubuntu 10

2011-04-09 Thread Ian Haywood
On Sat, Apr 9, 2011 at 4:54 PM, richard terry wrote: > HEIGHT=240 BORDER=0>, just shows an empty box on the screen where the image > should be. firstly I assume /home/richard/webcam_shot.png exists. second try modifying the html to read: as some browsers may be picky and require that it be a