Re: [Gambas-user] Input box incorrect size of the text control. My first problem.

2009-04-14 Thread agrgal
Thank you Richard. Still learning GAMBAS! I'll test your solution when I could, but a standard Inputbox should look normal, shouldn't it? Anyway, I'll take it in consideration. -- View this message in context: http://www.nabble.com/Input-box-incorrect-size-of-the-text-control.-My-first-problem.-

Re: [Gambas-user] Input box incorrect size of the text control. My first problem.

2009-04-14 Thread agrgal
Please, see this http://www.nabble.com/Re%3A-X-coordinate-of-a-Form-Frame.-My-Second-Problem.-p23047163.html reply . -- View this message in context: http://www.nabble.com/Input-box-incorrect-size-of-the-text-control.-My-first-problem.-tp23013689p23047199.html Sent from the gambas-user mailing

Re: [Gambas-user] X coordinate of a Form Frame. My Second Problem.

2009-04-14 Thread agrgal
This solution...: Try with gb.qt to see the difference. worked! Thank you. If it's relevant, I developed my project using gambas in a ASUS EEEPC Ubuntu based on Ubuntu Hardy. I installed the project in a normal Ubuntu Hardy and run all the same with the same problem. The fact is that I posted a

[Gambas-user] X coordinate of a Form Frame. My Second Problem.

2009-04-12 Thread agrgal
I wrote some code to center a Form window, even the Desktop Size is different. Here it is: FMain.X = Int((Desktop.Width - FMain.Width) / 2) FMain.Y = Int((Desktop.Height - FMain.Height) / 2) Meanwhile the Form is resized regarding to the Y coordinate, it doesn't work as well for the X coordi

[Gambas-user] Input box incorrect size of the text control. My first problem.

2009-04-12 Thread agrgal
Hi, everybody! Excuse my English. I've noticed an embarrasing 'bug' when I use an Input Box in my programs. Functionality isn't put at risk but looks horrible. I think an image is better than words... http://www.nabble.com/file/p23013689/inputbox.png How can I fix this problem? It happens whate

[Gambas-user] Access to an specific directory.

2009-04-08 Thread agrgal
Any quick way to get the user directory programatically? -- View this message in context: http://www.nabble.com/Access-to-an-specific-directory.-tp22959798p22959798.html Sent from the gambas-user mailing list archive at Nabble.com. --

Re: [Gambas-user] MySQL problem

2009-04-08 Thread agrgal
Thank you. agrgal wrote: > > First of all, excuse my poor English. I'm still studying it. :-) > I've experienced a problem within an application. It works well under > Gambas Environment but when I pack a debian package in order to install it > later, I get a mistake.

Re: [Gambas-user] MySQL problem

2009-04-08 Thread agrgal
? Thank you. shordi wrote: > > I've found same problem. The myapplication_all.deb does not include de > gambas2-gb-db-mysql package. I don't know why. > You should install it by hand after install you application. > Perhaps sombody can explain this... > > >

[Gambas-user] MySQL problem

2009-04-07 Thread agrgal
First of all, excuse my poor English. I'm still studying it. :-) I've experienced a problem within an application. It works well under Gambas Environment but when I pack a debian package in order to install it later, I get a mistake. It seems not to have suitable permissions when it connects to My