[Gambas-user] Issue 24 in gambas: Desktop.SendKeys("[RETURN]") doesn't work

2011-01-31 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 24 by zachsmit...@gmail.com: Desktop.SendKeys("[RETURN]") doesn't work http://code.google.com/p/gambas/issues/detail?id=24 Desktop.SendKeys("[RETURN]") results in a run t

[Gambas-user] Issue 23 in gambas: Resizing a form in IDE through the height or width property does not work properly

2011-01-31 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 23 by zachsmit...@gmail.com: Resizing a form in IDE through the height or width property does not work properly http://code.google.com/p/gambas/issues/detail?id=23 Simpl

Re: [Gambas-user] svn automation scripts

2011-01-31 Thread Jussi Lahtinen
BTW. You may want to comment out "sudo make clean" if you have slow computer. BUT, if you example, compile interpreter (gbx3) for debugging (with debug symbols and no optimizations). And next revision doesn't change anything with gbx3, then it wont be recompiled! Jussi On Mon, Jan 31, 2011 at 20

Re: [Gambas-user] svn automation scripts

2011-01-31 Thread Jussi Lahtinen
I have use these scripts lately. This updates sources and writes change log on Desktop (if there is anything new): #!/bin/sh cd ~/trunk NUM=0 echo "Please wait..." `svn update > /tmp/gambasupdt` && NUM=`wc -l /tmp/gambasupdt | tr -d /[:alpha:]` if [ "$NUM" -gt "1" ]; then echo "Writing change l

Re: [Gambas-user] A few questions

2011-01-31 Thread Fabien Bodard
2011/1/31 Jussi Lahtinen : >> >> > Before I can load an example, I get a dialog with the following message. >> > Why does Gambas think the project is already open when it's not? >> > >> > "This project seems to be already opened. >> > >> > Opening the same project twice can lead to data loss." >> >

Re: [Gambas-user] Text orientation in TabStrip

2011-01-31 Thread Benoît Minisini
> Hi. I saw that labels in TabStrip can be placed at left or right side, > but they are put vertically. I think that this is usefull in some > cases, specially when tabs will contain only icons or brief text, but > when this isn't the case, there's a problem because a large label (3 > or 4 words) r

[Gambas-user] Text orientation in TabStrip

2011-01-31 Thread Fabián Flores Vadell
Hi. I saw that labels in TabStrip can be placed at left or right side, but they are put vertically. I think that this is usefull in some cases, specially when tabs will contain only icons or brief text, but when this isn't the case, there's a problem because a large label (3 or 4 words) rotated is

Re: [Gambas-user] A few questions

2011-01-31 Thread Jussi Lahtinen
> > > Before I can load an example, I get a dialog with the following message. > > Why does Gambas think the project is already open when it's not? > > > > "This project seems to be already opened. > > > > Opening the same project twice can lead to data loss." > > > > [ Do not open ] [ Open after a

[Gambas-user] Fwd: FileView_MouseDrag doesn't work

2011-01-31 Thread Hasan Yetik
Hello all, I am trying use MouseDrag event of FileView. I implemented MouseDrag feature of ListBox and I can Drag & Drop items from GridView,Listview to a ListView. But when I want to drag an item of FileView, Gambas does nothing, just nothing. My code is below; PUBLIC SUB copying_list_Drop()

Re: [Gambas-user] A few questions

2011-01-31 Thread Benoît Minisini
> > When I start gambas3 from the console command line, I get the following > messages before Gambas starts. > > jrs@Laptop:~$ gambas3 > Qt: Session management error: None of the authentication protocols > specified are supported > warning: unable to load Qt translation: en_US.utf8 > warning: una

Re: [Gambas-user] Add Control.Focusable = False to the gambas3 wish list...

2011-01-31 Thread Benoît Minisini
> Hi to all, > > I'd like you can choose which controls will be focusable and which ones no. > Too much difficult to develop? > > Regards, > Ricardo Díaz You can only decide that for DrawingArea and ScrollArea. Other controls decide that on their own. Unless you use the Enabled property of cour

Re: [Gambas-user] A few questions

2011-01-31 Thread Doriano Blengino
John Spikowski ha scritto: > BTW: I fixed my running as root when I shouldn't have problem. The > following commands will recursively change your owner and group > permissions for files and directories. > > *** FILES *** > find . -type f -exec chown -R me {} \; > find . -type f -exec chgrp -R me {}

[Gambas-user] Add Control.Focusable = False to the gambas3 wish list...

2011-01-31 Thread Ricardo Díaz Martín
Hi to all, I'd like you can choose which controls will be focusable and which ones no. Too much difficult to develop? Regards, Ricardo Díaz -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally,