[Gambas-user] How to show a form with keyboard shortcut

2009-07-02 Thread Kazutaka Harada
Hi all, I'm developing a small app that always stays on the notification area (with trayicon). In this app, I'm trying to show a form with keyboard shortcut, like steps below. 1) Run application. (But don't show a form, Minimized in notification area) 2) Press keyboard shortcut (like Control+

[Gambas-user] gambas2 on opensuse 11.0

2009-07-02 Thread Wellington de Souza Pinto
Any idea about instalaton on opensuse 11.0. I'm not sucess in find libqt-mt3.so and libpq. When i ./configure -C not found this library In repository not found. Reguards, PS; My english is not very well. --- |/ Wellington de

[Gambas-user] GridView adjust column length

2009-07-02 Thread Dan Sheffner
I'm filling a very simple GridView with the below code but I cannot adjust the column length. I have resizable set to TRUE and I have also tried to do GridView1.resizable = TRUE after the grid is populated with the values. Am I missing something or using the wrong property? Also is there an auto

[Gambas-user] GridView adjust column length

2009-07-02 Thread Dan Sheffner
I'm filling a very simple GridView with the below code but I cannot adjust the column length. I have resizable set to TRUE and I have also tried to do GridView1.resizable = TRUE after the grid is populated with the values. Am I missing something or using the wrong property? Also is there an auto