Re: [Gambas-user] Image.DrawRect() is same with Image.FillRect()

2011-02-24 Thread Benoît Minisini
> Hi,
> 
> i use the Image.DrawRect but i get the same result with Image.FillRect
> i use gnome and ubuntu 10.04.
> 
> project
> http://www.mediafire.com/?kplu15bfewnmgb8
> 
> lines 109-119

Actually the names are not well chosen.

Draw.FillRect() fills an opaque rectangle with a color.

Draw.DrawRect() fills a rectangle, but merge the rectangle with the image if 
the color is transparent.

Regards,

-- 
Benoît Minisini

--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] i cant change mouse cursor.

2011-02-24 Thread Benoît Minisini
> what i am doing wrong?
> 
> 
> Private cursorPickColor As New
> Cursor((Picture.Load("ftcolorpicker.png")))
> 
>   Me.Mouse = Mouse.Custom
>   Me.Cursor = cursorPickColor
> 
> this code does not work on rev3546 Gnome.
> 
> project example here
> lines 11, 168
> http://www.mediafire.com/?kplu15bfewnmgb8

Apparently GTK+ does not support color cursors. But Qt4 does.

Regards,

-- 
Benoît Minisini

--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] [Bug] Add Xfce 4.6 stock icons.

2011-02-24 Thread Benoît Minisini
> Hi, in Xfce 4.6, to get the icon theme you're using, you must parse the
> file "~ / .config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml. " I will
> provide the Case "xfce".
> 
> 
> 
> Case "xfce"
> 
> ...
> 
> Hope to add more of desktops enviroments support in Stock class. Sorry for
> my english ^ ^
> 
> Regards,

I merged your fix in revision #3614. If you can test it and confirm that it 
works, it would be cool.

Regards,

-- 
Benoît Minisini

--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Strange error

2011-02-24 Thread Benoît Minisini
> Hi!
> I noticed strange behaviour in one of my projects, and I managed to
> isolate cause.
> When I run this code twice;
>  "
>   If IsDir("/tmp/testingtesting/") = True Then
>   Shell "rm -r /tmp/testingtesting/" ' Wait
>   Endif
> 
>   Mkdir "/tmp/testingtesting/"
>  "
> 
> I got balloon message from IDE; "The program has returned the value: 1".
> And to console; "warning: debugger I/O error".
> 
> Problem is solved if you uncomment Wait command,
> but I think Mkdir should handle this better.
> 
> 
> Gambas 3 rev 3589 @ Ubuntu 10.10 64bit
> 
> Jussi
> 

It should be fixed in revision #3612. The debugger thought it got an I/O error 
whereas it didn't.

Regards,

-- 
Benoît Minisini

--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Image.DrawRect() is same with Image.FillRect()

2011-02-24 Thread Demosthenes Koptsis
Hi,

i use the Image.DrawRect but i get the same result with Image.FillRect
i use gnome and ubuntu 10.04.

project
http://www.mediafire.com/?kplu15bfewnmgb8

lines 109-119



-- 
Regards,
Demosthenes Koptsis.


--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Postgresql Reading Data to Form

2011-02-24 Thread Baris Bicer
Hi ,
i connected postgresql database to my project.But i cannot read data from
database with form.Can anyone help me?
Datasource,dataview,etc.Which property i have to use for reading
data.Connection is not the problem.The problem i am new in gambas...
Thank you.
--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] gb3 rev 3609 make error in qt4

2011-02-24 Thread Benoît Minisini
> Compiling Gb3 rev 3609 got this error in gb.qt4/src:
> 
> CWidget.cpp: In function ‘void Control_Next(void*, void*)’:
> CWidget.cpp:938: error: ‘v’ was not declared in this scope
> make[5]: *** [gb_qt4_la-CWidget.lo] Errore 1
> 
> Ubuntu 10.04 X86_64 2.6.32-28-generic
> 
> Regards,
> Emanuele
> 
> 

It was fixed in rev #3610.

Regards,

-- 
Benoît Minisini

--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] gb3 rev 3609 make error in qt4

2011-02-24 Thread Emanuele Sottocorno
Compiling Gb3 rev 3609 got this error in gb.qt4/src:

CWidget.cpp: In function ‘void Control_Next(void*, void*)’:
CWidget.cpp:938: error: ‘v’ was not declared in this scope
make[5]: *** [gb_qt4_la-CWidget.lo] Errore 1

Ubuntu 10.04 X86_64 2.6.32-28-generic

Regards,
Emanuele


--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user