[Gambas-user] Mysql Stored Procedure

2015-11-08 Thread Nikola Rogozarski
I searched on google but did not have a good explanation of how to use mysql stored procedures. I have a stored procedure with four parameters ("IN.Param1" "OUT.Param2", "OUT.Param3", "OUT.Param4"). First parameter to use as criteria for filtering data, аnd the rest to see the returned data. My

Re: [Gambas-user] Gambas 3.5.4

2015-09-07 Thread Nikola Rogozarski
> > 2015-09-07 7:13 GMT+02:00 Fabien Bodard <gambas...@gmail.com>: > > > Yes... Upgrade > > Le 7 sept. 2015 00:38, "Nikola Rogozarski" <n.rogozar...@gmail.com> a > > écrit > > : > > > > > Problem !!! I use, Debian 8, and Gamba

[Gambas-user] Gambas 3.5.4

2015-09-06 Thread Nikola Rogozarski
Problem !!! I use, Debian 8, and Gambas 3.5.4 I made a simple prоgram and when I wanted to make package installation, I have the following problem The package build has failed. Package.MakeDebPackage.868: 'dpkg-buildpackage' has failed. Is there any solution to this [System] Gambas=3.5.4

Re: [Gambas-user] IconPanel

2015-04-12 Thread Nikola Rogozarski
Thank you Tobi !!!, I did the same thing as you, and now everything is here On Sun, Apr 12, 2015 at 1:49 PM, Tobias Boege tabo...@gmail.com wrote: On Sun, 12 Apr 2015, Nikola Rogozarski wrote: oh! sorry for my english! This way, if the property count of iconpanel set to more than one

[Gambas-user] GridView Row Height

2015-03-14 Thread Nikola Rogozarski
Hello guys! Is there an example of how to setup the height of a row of a GridView, depending on the length of the content. I do not see properties of auto height. When filling the GridView I did this, For Each result GridView1[i,2].text = result!description GridView1[i,2].WordWrap = true inc i

Re: [Gambas-user] GridView Row Height

2015-03-14 Thread Nikola Rogozarski
Thank's Fabien, I tried it, but it appears the following error : '_GridView1_Cell.Height ' Is read only On Sat, Mar 14, 2015 at 4:31 PM, Fabien Bodard gambas...@gmail.com wrote: Le 14 mars 2015 12:36, Nikola Rogozarski n.rogozar...@gmail.com a écrit : Hello guys! Is there an example

Re: [Gambas-user] GridView Row Height

2015-03-14 Thread Nikola Rogozarski
O Yes, that's it. Thanks a lot !!! On Sat, Mar 14, 2015 at 6:28 PM, Fabien Bodard gambas...@gmail.com wrote: Oups Try Gridview1.rows[i].Height=-1 Le 14 mars 2015 18:13, Nikola Rogozarski n.rogozar...@gmail.com a écrit : Thank's Fabien, I tried it, but it appears the following error

[Gambas-user] gb.markdown

2014-07-16 Thread Nikola Rogozarski
I tried to install gambas from daily PPA but it seems there is a problem. Gambas installed without problem. But when I wanted to start it, the error occurs gbr3: unable to load component: gb.markdown Does anyone have a solution for this ???