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
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
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
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
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."
>> >
> 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
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
>
> > 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
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()
>
> 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
> 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
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 {}
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,
13 matches
Mail list logo