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.
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
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
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
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
> 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
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
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
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
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
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
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
> 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 =
> 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
> > 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
> 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
>
> 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
-
> 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
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
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
20 matches
Mail list logo