[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 qu

Re: [Gambas-user] Gambas 3.5.4

2015-09-07 Thread Nikola Rogozarski
2:00 Fabien Bodard : > > > Yes... Upgrade > > Le 7 sept. 2015 00:38, "Nikola Rogozarski" a > > écrit > > : > > > > > Problem !!! I use, Debian 8, and Gambas 3.5.4 > > > I made a simple prоgram and when I wanted to make package

[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 Operati

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 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 o

Re: [Gambas-user] IconPanel

2015-04-12 Thread Nikola Rogozarski
orge.net> wrote: > Le 12/04/2015 11:28, Nikola Rogozarski a écrit : > > Hello everyone! I have a problem with the icon panel. If I add more than > > one tab in the property, I can not add controls in other tabs, it accepts > > controls only in the first tab. > > > &

[Gambas-user] IconPanel

2015-04-12 Thread Nikola Rogozarski
Hello everyone! I have a problem with the icon panel. If I add more than one tab in the property, I can not add controls in other tabs, it accepts controls only in the first tab. [System] Gambas=3.7.0 OperatingSystem=Linux Kernel=3.13.0-24-generic Architecture=x86_64 Distribution=Linux Mint 17 Qia

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 wrote: > Oups > Try > Gridview1.rows[i].Height=-1 > Le 14 mars 2015 18:13, "Nikola Rogozarski" a > écrit > : > > > Thank's Fabien, I tried it, but it appears th

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 wrote: > Le 14 mars 2015 12:36, "Nikola Rogozarski" a > écrit > : > > > > Hello guys! Is there

[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 Nex

[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 ??? ---