Re: [Gambas-user] 4028 doesn't run & 4035 Y U No Compile

2011-08-21 Thread Benoît Minisini
> On 22/08/11 11:30, John Spikowski wrote: > > On Mon, 2011-08-22 at 01:58 +0200, Benoît Minisini wrote: > >>> [DIALOG BOX] > >>> > >>> This application has raised an unexpected > >>> > >>> > >>> error and must abort. > >>> > >>> [6] Type mismatch: wanted _IconViewItem, got _IconView_Item inste

Re: [Gambas-user] 4030: Now getting IDE runtime faults with Desktop class

2011-08-21 Thread Benoît Minisini
> When trying to open a project from the welcome screen: > > ... Can you try with the last revision? -- Benoît Minisini -- uberSVN's rich system and user administration capabilities and model configuration take the ha

Re: [Gambas-user] 4025: Y U No Compile?

2011-08-21 Thread Kevin Fishburne
On 08/21/2011 07:44 PM, Benoît Minisini wrote: >> On 22/08/11 01:04, Benoît Minisini wrote: I cannot reconcile this one. 4023 make'd with no problems. >>> What is your GTK+ version ? >> gtk+2.24.5 >> >> The gtk docs say that gtk_window_set_has_resize_grip is "since 3.0" and >> the only thing

[Gambas-user] 4030: Now getting IDE runtime faults with Desktop class

2011-08-21 Thread Bruce Bruen
When trying to open a project from the welcome screen: CBookmarkList.Load.52: #11: Unknown symbol 'Path' in class 'Desktop' 0: CBookmarkList.Load.52 1: CBookmarkList._new.11 2: FDirChooser._new.41 3: DirChooser._new.35 4: FOpenProject.FOpenProject.0 5: FOpenProject.FOpenProject.0 6: FWelcome.btnOp

Re: [Gambas-user] 4028 doesn't run & 4035 Y U No Compile

2011-08-21 Thread Bruce Bruen
On 22/08/11 11:30, John Spikowski wrote: > On Mon, 2011-08-22 at 01:58 +0200, Benoît Minisini wrote: > >>> [DIALOG BOX] >>> >>> This application has raised an unexpected >>> >>> >>> error and must abort. >>> >>> [6] Type mismatch: wanted _IconViewItem, got _IconView_Item instead. >>> ? >>> [END

Re: [Gambas-user] 4028 doesn't run

2011-08-21 Thread John Spikowski
On Mon, 2011-08-22 at 01:58 +0200, Benoît Minisini wrote: > > [DIALOG BOX] > > > > This application has raised an unexpected > > > > > > error and must abort. > > > > [6] Type mismatch: wanted _IconViewItem, got _IconView_Item instead. > > ? > > [END DIALOG] > > > > > > jrs@laptop:~$ gambas3

Re: [Gambas-user] 4025: Y U No Compile?

2011-08-21 Thread Bruce Bruen
On 22/08/11 09:14, Benoît Minisini wrote: >> On 22/08/11 01:04, Benoît Minisini wrote: >> I cannot reconcile this one. 4023 make'd with no problems. >>> What is your GTK+ version ? >>> >> gtk+2.24.5 >> >> The gtk docs say that gtk_window_set_has_resize_grip is "si

Re: [Gambas-user] 4028 doesn't run

2011-08-21 Thread Benoît Minisini
> [DIALOG BOX] > > This application has raised an unexpected > > > error and must abort. > > [6] Type mismatch: wanted _IconViewItem, got _IconView_Item instead. > ? > [END DIALOG] > > > jrs@laptop:~$ gambas3 > gb.qt4: warning: unable to load Qt translation: en_US.UTF-8 > warning: unable to l

[Gambas-user] 4028 doesn't run

2011-08-21 Thread John Spikowski
[DIALOG BOX] This application has raised an unexpected error and must abort. [6] Type mismatch: wanted _IconViewItem, got _IconView_Item instead. ? [END DIALOG] jrs@laptop:~$ gambas3 gb.qt4: warning: unable to load Qt translation: en_US.UTF-8 warning: unable to load 16/cancel ERROR: #6: Type

Re: [Gambas-user] 4025: Y U No Compile?

2011-08-21 Thread Benoît Minisini
> On 22/08/11 01:04, Benoît Minisini wrote: > >> I cannot reconcile this one. 4023 make'd with no problems. > > > > What is your GTK+ version ? > > gtk+2.24.5 > > The gtk docs say that gtk_window_set_has_resize_grip is "since 3.0" and > the only thing I can find that is close is > gtk_statusbar

Re: [Gambas-user] controlling VLC via a virtual terminal...

2011-08-21 Thread Stephen Bungay
On 08/21/2011 02:12 PM, Benoît Minisini wrote: >> Hi folks! >>I cant seem to send commands to VLC through it's remote control >> interface when started using SHELL. >> >> Gambas 2.23 >> >> ShellString = "vlc --intf rc --video-title "& psPlayerTitle& " "& >> psFileName >> mpProcessHand

Re: [Gambas-user] 4025: Y U No Compile?

2011-08-21 Thread Bruce Bruen
On 22/08/11 01:04, Benoît Minisini wrote: >> I cannot reconcile this one. 4023 make'd with no problems. >> > What is your GTK+ version ? > > gtk+2.24.5 The gtk docs say that gtk_window_set_has_resize_grip is "since 3.0" and the only thing I can find that is close is gtk_statusbar_set_

Re: [Gambas-user] got an #11 on gambas3 IDE (rev 4027)

2011-08-21 Thread Benoît Minisini
> Salut Benoît, > > while turning on tool-tips I'v got a #11 Fixed in revision #4028. Regards, -- Benoît Minisini -- Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and

Re: [Gambas-user] a gambas3 component does not provide underlying components

2011-08-21 Thread Charlie Reinl
Am Sonntag, den 21.08.2011, 17:19 +0200 schrieb Benoît Minisini: > > > Salut Benoit, > > > > > > I'm porting actually a gambas2 application to gambas3. > > > > > > The application consists of several parts. These parts can be ran as > > > executable, or used as component (now Library) in other ap

Re: [Gambas-user] 4025: Y U No Compile?

2011-08-21 Thread Dr.Diesel
Benoît Minisini wrote: > >> I cannot reconcile this one. 4023 make'd with no problems. > > What is your GTK+ version ? > > -- > Benoît Minisini > > 4027 doesn't compile with a similar error: /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/incl

Re: [Gambas-user] controlling VLC via a virtual terminal...

2011-08-21 Thread Benoît Minisini
>Hi folks! > I cant seem to send commands to VLC through it's remote control > interface when started using SHELL. > > Gambas 2.23 > > ShellString = "vlc --intf rc --video-title " & psPlayerTitle & " " & > psFileName > mpProcessHandle = SHELL ShellString FOR READ WRITE AS "VLC" > >

[Gambas-user] controlling VLC via a virtual terminal...

2011-08-21 Thread Stephen Bungay
Hi folks! I cant seem to send commands to VLC through it's remote control interface when started using SHELL. Gambas 2.23 ShellString = "vlc --intf rc --video-title " & psPlayerTitle & " " & psFileName mpProcessHandle = SHELL ShellString FOR READ WRITE AS "VLC" VLC starts up in rem

Re: [Gambas-user] 4026 got error while compiling

2011-08-21 Thread Charlie Reinl
Am Sonntag, den 21.08.2011, 18:32 +0200 schrieb Benoît Minisini: > > Salut Benoît, > > > > see attache logs > > Is it better with rev. #4027 ? > Yes, now it compiles also with gtk. -- Amicalement Charlie -- Get a FR

Re: [Gambas-user] 4026 got error while compiling

2011-08-21 Thread Benoît Minisini
> Salut Benoît, > > see attache logs Is it better with rev. #4027 ? -- Benoît Minisini -- Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take

[Gambas-user] 4026 got error while compiling

2011-08-21 Thread Karl Reinl
Salut Benoît, see attache logs -- Amicalement Charlie configure.log.tar.gz Description: application/compressed-tar [OperatingSystem] OperatingSystem=Linux KernelRelease=2.6.33.7-server-2mnb DistributionVendor=MandrivaLinux DistributionRelease="Mandriva Linux 2010.2" [System] CPUArchitecture

Re: [Gambas-user] How to get mantissa and exponent ?

2011-08-21 Thread Benoît Minisini
> How to get mantissa and exponent of normed float ? > > for example: > float number = 27.52 > normed: = 0.2752 * 10^2 > > function I'm looking for should return 0.2752 and 2 > > wally > Soomething like that: Exponent = Int(Log10(Value)) + 1 Mantissa = Value / 10 ^

Re: [Gambas-user] 4025: Y U No Compile?

2011-08-21 Thread Benoît Minisini
> I cannot reconcile this one. 4023 make'd with no problems. What is your GTK+ version ? -- Benoît Minisini -- Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model

Re: [Gambas-user] a gambas3 component does not provide underlying components

2011-08-21 Thread Benoît Minisini
> > Salut Benoit, > > > > I'm porting actually a gambas2 application to gambas3. > > > > The application consists of several parts. These parts can be ran as > > executable, or used as component (now Library) in other applications. > > > > Now I remarked that while gambas2, when using a componen

Re: [Gambas-user] a gambas3 component does not provide underlying components

2011-08-21 Thread Benoît Minisini
> Salut Benoit, > > I'm porting actually a gambas2 application to gambas3. > > The application consists of several parts. These parts can be ran as > executable, or used as component (now Library) in other applications. > > Now I remarked that while gambas2, when using a component, which it self

Re: [Gambas-user] Big incompatible change

2011-08-21 Thread Benoît Minisini
> The new inheritance rules will be ported in gbs2 also? > Gambas 2 you mean? Of course not. -- Benoît Minisini -- Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and mo

Re: [Gambas-user] Big incompatible change

2011-08-21 Thread Emanuele Sottocorno
The new inheritance rules will be ported in gbs2 also? -- Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and ma

Re: [Gambas-user] Issue 82 in gambas: DirChooser Toolbar mangled in gtk+

2011-08-21 Thread gambas
Updates: Status: Fixed Comment #2 on issue 82 by benoit.m...@gmail.com: DirChooser Toolbar mangled in gtk+ http://code.google.com/p/gambas/issues/detail?id=82 Fixed in revision #4025. -- Get a FREE DOWNLOAD! a

Re: [Gambas-user] Issue 82 in gambas: DirChooser Toolbar mangled in gtk+

2011-08-21 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 82 by benoit.m...@gmail.com: DirChooser Toolbar mangled in gtk+ http://code.google.com/p/gambas/issues/detail?id=82 (No comment was entered for this change.) --

Re: [Gambas-user] Issue 81 in gambas: DirChooser doesn't reflect Root change

2011-08-21 Thread gambas
Updates: Status: Fixed Comment #2 on issue 81 by benoit.m...@gmail.com: DirChooser doesn't reflect Root change http://code.google.com/p/gambas/issues/detail?id=81 Fixed in revision #4025. -- Get a FREE DOWNLOA

Re: [Gambas-user] Issue 81 in gambas: DirChooser doesn't reflect Root change

2011-08-21 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 81 by benoit.m...@gmail.com: DirChooser doesn't reflect Root change http://code.google.com/p/gambas/issues/detail?id=81 (No comment was entered for this change.) --

Re: [Gambas-user] TextEdit, and missing Link event

2011-08-21 Thread Benoît Minisini
> Am Mittwoch, den 03.08.2011, 00:03 +0200 schrieb Charlie Reinl: > > Am Dienstag, den 02.08.2011, 23:34 +0200 schrieb Benoît Minisini: > > > > Salut, > > > > > > > > did not find in http://gambasdoc.org/help/doc/gb2togb3?v3 so I aks > > > > here, I move my project from gb2 to gb3. > > > > I used

Re: [Gambas-user] TextEdit, and missing Link event

2011-08-21 Thread Charlie Reinl
Am Mittwoch, den 03.08.2011, 00:03 +0200 schrieb Charlie Reinl: > Am Dienstag, den 02.08.2011, 23:34 +0200 schrieb Benoît Minisini: > > > Salut, > > > > > > did not find in http://gambasdoc.org/help/doc/gb2togb3?v3 so I aks here, > > > I move my project from gb2 to gb3. > > > I used a TextEdit wit

[Gambas-user] back and foreground on buttons (qt only)

2011-08-21 Thread Karl Reinl
Salut, this is still true on Gambas3=2.99.3 rev 4022 using back and foreground on all buttons (qt only) don't work. See attached demoappl. Amicalement Charlie [OperatingSystem] OperatingSystem=Linux KernelRelease=2.6.33.7-server-2mnb DistributionVendor=MandrivaLinux DistributionRelease="Mandriv