[Gambas-user] Video Capture

2011-02-19 Thread Mike
Hi Benoit, Have I missed something in the MyWebCam example as I do not see any code to capture a video stream to file (AVI). is there any example code to do this. Best Regards Mike -- The ultimate all-in-one performanc

Re: [Gambas-user] gb3 Menu Editor Shortcuts

2011-02-19 Thread Matti
I would never have considered different keyboards. Of course... Fine now. Am 20.02.2011 01:23, schrieb Benoît Minisini: > I wanted the shortcut list to have only keys that do not differ between > different keyboards. Of course I forgot the numeric pad, that have '+', '-', > '*' and '/' as non-a

Re: [Gambas-user] gb3 Menu Editor Shortcuts

2011-02-19 Thread Benoît Minisini
> Maybe I'm blind again. But I really didn't see it. > I wanted to use the menu shortcuts CTRL+ and CTRL-, like in all of those > picture viewer programs. But the ListBox in the menu editor window doesn't > have this option. > > Why make a list box for that, anyway? Why not let the user decide abo

[Gambas-user] gb3 Menu Editor Shortcuts

2011-02-19 Thread Matti
Maybe I'm blind again. But I really didn't see it. I wanted to use the menu shortcuts CTRL+ and CTRL-, like in all of those picture viewer programs. But the ListBox in the menu editor window doesn't have this option. Why make a list box for that, anyway? Why not let the user decide about the shor

Re: [Gambas-user] Showmodal causes invalid object!

2011-02-19 Thread Jussi Lahtinen
I'm not sure I understand correctly. > - Application.MainWindow is not defined automatically anymore. Is it mandatory to define what is MainWindow? Why this is needed exactly? > - Application.MainWindow is writable now. How? "Application.MainWindow = SomeForm.Window" failed with error mes

Re: [Gambas-user] Issue 36 in gambas: Problem between Process and DrawingArea

2011-02-19 Thread Phạm Quang Dương
So fast ^_^ I see. Thank you! -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the developm

Re: [Gambas-user] Issue 36 in gambas: Problem between Process and DrawingArea

2011-02-19 Thread gambas
Updates: Status: WontFix Comment #3 on issue 36 by benoit.m...@gmail.com: Problem between Process and DrawingArea http://code.google.com/p/gambas/issues/detail?id=36 That's it! By using DrawingArea.Clear() inside the Draw event handler, you are actually calling it again and again. In

Re: [Gambas-user] Issue 36 in gambas: Problem between Process and DrawingArea

2011-02-19 Thread gambas
Comment #2 on issue 36 by benoit.m...@gmail.com: Problem between Process and DrawingArea http://code.google.com/p/gambas/issues/detail?id=36 Note that it is useless to call DrawingArea.Clear() inside the Draw event handler. It just does a Refresh(), and so may call the Draw event handler ag

Re: [Gambas-user] Issue 36 in gambas: Problem between Process and DrawingArea

2011-02-19 Thread gambas
Updates: Status: Accepted Labels: -Version -GUI-Any Version-TRUNK GUI-GTK Comment #1 on issue 36 by benoit.m...@gmail.com: Problem between Process and DrawingArea http://code.google.com/p/gambas/issues/detail?id=36 Only gb.gtk has the problem. Really weird ! --

Re: [Gambas-user] Bug in gb3: Message buttons are not translated

2011-02-19 Thread Benoît Minisini
> This is really weird. > But: > - In my Qt4 stringtable, "Yes" was translated, and I added "No". > - I encounter english button texts in no other app. > - In gb3, the button of Message.Optional is translated. > - In gb2, all Message buttons are translated. > So this looks clearly like a gb3 proble

[Gambas-user] Issue 36 in gambas: Problem between Process and DrawingArea

2011-02-19 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 36 by soleil...@gmail.com: Problem between Process and DrawingArea http://code.google.com/p/gambas/issues/detail?id=36 1) Hi, I can not reach the Process_Kill() when Drawi

[Gambas-user] Video Capture

2011-02-19 Thread Mike
Hi All, I have an application that uses the MyWebCam example how do I capture the video stream as an avi file for viewing with Movie Player etc. Regards Mike -- The ultimate all-in-one performance toolkit: Intel(R) Para

Re: [Gambas-user] Changing hierarchy later

2011-02-19 Thread gregor
I found a solution, but it is not useful. edit the form with a texteditor like kate, you can cut the item and paste it to an other,... Gregor -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: