Re: [Gambas-user] Get structure from extern function?

2014-07-04 Thread CJ
Thanks for the input Jussi! > I don't know the language, but shouldn't "Tripple := numberin * 3" be > "Tripple := numberin * 3;"? That would seem consistent. Good catch! In this particular Pascal code it doesn't really matter since it's the one and only line of code in that function but it's now

Re: [Gambas-user] ERROR with vers. 6362

2014-07-04 Thread Benoît Minisini
Le 05/07/2014 02:35, Ru Vuott a écrit : > Hello, > > updating my Gambas3 with vers. 6362, I obtain this error: > > > make[5]: Entering directory `/home/vuott/trunk/gb.qt4/src' >CXX gb_qt4_la-main_moc.lo >CXX gb_qt4_la-main.lo > main.cpp:1045:10: error: 'CWIDGET_background' was no

Re: [Gambas-user] Issue 529 in gambas: Wrong foreground color in Help Browser

2014-07-04 Thread gambas
Updates: Status: WontFix Comment #2 on issue 529 by benoit.m...@gmail.com: Wrong foreground color in Help Browser http://code.google.com/p/gambas/issues/detail?id=529 Apparently this is a bug in the Qt Webkit widget. To workaround it, I forced the gambas wiki to use explicit black on

[Gambas-user] ERROR with vers. 6362

2014-07-04 Thread Ru Vuott
Hello, updating my Gambas3 with vers. 6362, I obtain this error: make[5]: Entering directory `/home/vuott/trunk/gb.qt4/src' CXX gb_qt4_la-main_moc.lo CXX gb_qt4_la-main.lo main.cpp:1045:10: error: 'CWIDGET_background' was not declared in this scope (void *)CWIDGET_background,

Re: [Gambas-user] Request for the Gambas IDE: a way to query the help in an offline mode

2014-07-04 Thread Julio Sanchez
Version Test: Gambas3.5.3. adding suport offline reading help I modified the IDE gambas3.5.3, adding support offline reading help by pressing the keys Shift + F1 You have to install two program: 1) gambas3ayudaDisk Is modified IDE. 2) gambashelpdisk It is the program manager: - Install the offl

[Gambas-user] X11Systray

2014-07-04 Thread herberth guzman
Hi Benoit Mon ami Thanks for the corrections Gambas3 mentioned in the previous email. I have the following problem. If I open the example systray applets work well "nm-applet" "gnome-sound-applet" "vlc" but if another form displays the Form (Fmain) that loads the applets, the applets are displ

Re: [Gambas-user] Get structure from extern function?

2014-07-04 Thread CJ
> Hi, this is my system OK, I'm downloading Linux Mint 17 64-bit and will see if I can install it and compile. PS: I have a slow pipe so it will take a while to DL. /CJ -- Open source business process management suit

[Gambas-user] TextEdit (and TextArea) Drag & Drop inconsistencies

2014-07-04 Thread Orionis
On a form I have a TexEdit and a TextArea. I need to be able to select part of the text in the TextEdit with MouseDrag, but without the ability to move the selected text around or to drop it somewhere. During testing I found the following: - with MouseDrag disabled (stop event) I can't move the tex

Re: [Gambas-user] gb.form.mdi : Attach/Detach

2014-07-04 Thread Benoît Minisini
Le 01/07/2014 06:28, B Bruen a écrit : > I am doing some experiments with detachable tabs in the gb.form.mdi > component. A couple of things have come to light that I would like > to suggest (as a basis for discussion, rather than a bug or > whatever). > > ... Does revision #6361 fit your needs?

Re: [Gambas-user] Filechooser change event don't raise

2014-07-04 Thread Benoît Minisini
Le 02/07/2014 15:04, Charlie Reinl a écrit : > Salut Benoît, > > Filechooser change event don't raise when changing filename, only when > changing DIR. > Change event was raised when the *selected file* changes, not the filename textbox. In revision #6360, I raise it too when the selected file i

Re: [Gambas-user] Get structure from extern function?

2014-07-04 Thread Jussi Lahtinen
I don't know the language, but shouldn't "Tripple := numberin * 3" be "Tripple := numberin * 3;"? That would seem consistent. Also byte cannot hold values like 01, is just same as 1. Jussi On Fri, Jul 4, 2014 at 3:00 AM, CJ wrote: > > Sorry if this message appears twice on the list, had some

[Gambas-user] RFC: How to identify vertices and edges in a Graph class?

2014-07-04 Thread Tobias Boege
Hi list, I'm currently (well, I'll try to continue with it tomorrow) implementing an abstract Graph class in gb.data. And by "abstract", I mean that I will just specify the interface of Graph classes, so that concrete implementations, of which there are plenty possibilities, are varible behind tha

Re: [Gambas-user] Get structure from extern function?

2014-07-04 Thread Ru Vuott
Hi, this is my system [System] Gambas=3.5.90 OperatingSystem=Linux Kernel=3.13.0-24-generic Architecture=x86_64 Distribution=Linux Mint 17 Qiana Desktop=GNOME Theme=QCleanlooks Language=it_IT.UTF-8 Memory=1245M [Libraries] Cairo=libcairo.so.2.11301.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer

Re: [Gambas-user] Get structure from extern function?

2014-07-04 Thread CJ
> You would help by using "gdb" to get the stack backtrace of > the crash. Thats probably a better start. Attached is result from gdb running "libtest2"... > Or better using "valgrind" to get more details. I have no experience with that but will install and read up on it later if needed, let me

Re: [Gambas-user] Get structure from extern function?

2014-07-04 Thread Benoît Minisini
Le 04/07/2014 10:50, CJ a écrit : > Hi Voutt > >> I tried to use your library, but I receive this notice/error: >> >> " Cannot find dynamic library: ...etc..etc..: wrong ELF >> class: ELFCASS32 " >> >> so, because I suppose it was written for an 386 system. (Isn't it ?) > > Yes, it's compiled for i

Re: [Gambas-user] Get structure from extern function?

2014-07-04 Thread CJ
Hi Voutt > I tried to use your library, but I receive this notice/error: > > " Cannot find dynamic library: ...etc..etc..: wrong ELF > class: ELFCASS32 " > > so, because I suppose it was written for an 386 system. (Isn't it ?) Yes, it's compiled for i386 under Xubuntu 14.04 LTS (32-bit). What Lin

Re: [Gambas-user] Get structure from extern function?

2014-07-04 Thread CJ
Noticed I missed a "NEW" keyword but the problem with the segmentation fault persists. Attached is an updated version of the simple test program calling the libtest library. /CJ libtest2.tar.gz Description: GNU Zip compressed data --

Re: [Gambas-user] Get structure from extern function?

2014-07-04 Thread Ru Vuott
Hello, I tried to use your library, but I receive this notice/error: " Cannot find dynamic library: ...etc..etc..: wrong ELF class: ELFCASS32 " so, because I suppose it was written for an 386 system. (Isn't it ?) I am not able to create a shared library from a free Pascal code. bye vuott -