Re: [Gambas-user] GTK problems

2009-03-08 Thread richard terry
On Mon, 9 Mar 2009 01:14:11 pm Steven Drinnan wrote: > Hi all, > > I am developing a student management system. Up till now I have been > using QT. But in reading the licensing decided I need to switch to GTK > components. I thought the revised licence was quite liberal? regards Richard > But

[Gambas-user] GTK problems

2009-03-08 Thread Steven Drinnan
Hi all, I am developing a student management system. Up till now I have been using QT. But in reading the licensing decided I need to switch to GTK components. But I have found the following problems. 1. Scaling and item placing will change when the form is scaled and when it is not scaled it ap

[Gambas-user] How to write a multilingual application

2009-03-08 Thread M. Cs.
I've seen the built-in translator for Gambas, but I don't know how could I switch languages inside an application. Is it possible to use multiple translations inside a package, or I have to create package for English, German... version? Is it possible to pack some additional text or language files

[Gambas-user] Global Error Handing

2009-03-08 Thread richard terry
Question: Does gambas have any mechanism for global error handling -e.g error rigging an entire project including all subroutines with a master error handler, which would catch all un-handled fatal errors, and do something like pop up a dialog box with options for user to type in what they were

[Gambas-user] Feature Request

2009-03-08 Thread richard terry
Benoit, Thanks for previous buttons for the pastes, are you going to amalgamate these to a single button with drop down list as I suggested like in kmail? This would leave room for my next request. I've dozens of forms, too many to be able to see without scrolling up and down. As my project is

Re: [Gambas-user] How to access labels etc from module?

2009-03-08 Thread Jussi Lahtinen
Thanks! Exactly what I needed! Jussi On Sun, Mar 8, 2009 at 8:08 PM, Werner wrote: > Jussi Lahtinen wrote: >> Hi! >> >> Might be pretty novice question, but it didn't find answer... >> What would be the best way to access labels etc. from module? >> I'm converting vb6 project in to gambas. >> An

Re: [Gambas-user] How to access labels etc from module?

2009-03-08 Thread Werner
Jussi Lahtinen wrote: > Hi! > > Might be pretty novice question, but it didn't find answer... > What would be the best way to access labels etc. from module? > I'm converting vb6 project in to gambas. > And the code has lines like this in modules (also a lot more complicated); > MainForm.LblStatus.

[Gambas-user] How to access labels etc from module?

2009-03-08 Thread Jussi Lahtinen
Hi! Might be pretty novice question, but it didn't find answer... What would be the best way to access labels etc. from module? I'm converting vb6 project in to gambas. And the code has lines like this in modules (also a lot more complicated); MainForm.LblStatus.Caption = "OK" But it doesn't work

[Gambas-user] ListView

2009-03-08 Thread Jussi Lahtinen
Hi! I'm using Gambas3 revision 1885 and Qt. I noticed that ListView horizontal scrollbar is missing! No matter how long text. Vertical scrollbar is working. Then question... or something to wish list. Is it possible to determine order of which is first in line, picture or text? I'd like to use s