Re: [Gambas-user] Loading an SVG...

2008-08-25 Thread Jacky
Le Tuesday 26 August 2008 05:04:37 Stephen Bungay, vous avez écrit : >Having a bit of trouble loading an SVG file here's the bit that's > failing > > PUBLIC hImage AS Image > > PUBLIC SUB Button1_Click() >hImage = SVG.Load("/home/bungayst/Graphics/SVGFiles/TestImage1.svg") Hello St

Re: [Gambas-user] Change list element from ReadOnly ComboBox

2008-08-25 Thread werner 007
Not shure, but combox has not a value but a text property. try: combo2.index=combo2.find(combo1.text), that should do the job with text-values. Werner(007) -- View this message in context: http://www.nabble.com/Change-list-element-from-ReadOnly-ComboBox-tp19155677p19156036.html Sent from the

[Gambas-user] Change list element from ReadOnly ComboBox

2008-08-25 Thread Nx GT-R BOY
Change list element from ReadOnly ComboBox Hi, I cant change (I don't know how, I tried already) the value from a ReadOnly ComboBox from another ComboBox. Exactly what I want to do is control N ComboBox in my form from a ComboBox with identical values, If I change the element of the primary Combo

[Gambas-user] Loading an SVG...

2008-08-25 Thread Stephen Bungay
Having a bit of trouble loading an SVG file here's the bit that's failing PUBLIC hImage AS Image PUBLIC SUB Button1_Click() hImage = SVG.Load("/home/bungayst/Graphics/SVGFiles/TestImage1.svg") . . . END I've redacted the Button1_Click() procedure because it does not get past the

Re: [Gambas-user] Mysql connection bug/problem

2008-08-25 Thread Kamau Gatheru
Thanks all, Sometimes people have to point out our small mistakes for us to realize them. Problem solved On Fri, Aug 22, 2008 at 7:39 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi > > You have have to give remote access. > I think you can give it with MySQL Administrator on User-Admin wi