[Gambas-user] GAMBAS2 APPLICATION WORKS FINE IN UBUNTU BUT NOT IN OPENSUSE/FEDORA

Ricardo Díaz Martín oceanosoftlapalma at ...626...
Thu Jun 4 09:56:38 CEST 2009


Benoit,

Maybe the problem is an GTK Libraries installed at opensuse/fedora by
default (or gtk gambas package), because I've tryed to run the app in
other ubuntu 32/64 versions and allways run fine (8.04, 8.10, 9.04). I
thing this because you said than lostfocus event was fixed at revision
#1996 and its no fixed at this disto's standard rpm. 

The error show at this case: 

    - The app uses only gtk modules at the project and run under gnomde
desktop
    - I open a form with a GridView. At form_Open() I call to a sub
FillGrid(gv as GridView, SQL as string) that fill the gridview. The
first at FillGrid sub is gb.Clear() 
    - In one of times the app crash in opensuse/fedora, there are open a
form with a gridview control (List of invoices), a form with other
gridview (Invoice with its header and the lines gridview) and other
modal form (when user doublecliked one invoice's line, open a modal form
with line record)
    - When user close the invoice's line form, it send to the invoice
form a FillGrid sub that reload lines again. Well, at this moment the
app crash in opensuse/fedora. Debbuging project, I show at the moment
gb.Clear() its called.

I thinking remove gambas2 from opensuse/fedora and try to install from
source pakages form sourceforge. I now this is the first I've to do but
I only want to ask for if there is someone with the same problem (ubuntu
gambas package rules and opensuse/fedora sucks!)

Thanks for all. It's great to be able to communicate with the gambas
author


-----Mensaje original-----
De: Benoît Minisini <gambas at ...1...>
Reply-to: mailing list for gambas users
<gambas-user at lists.sourceforge.net>
Para: mailing list for gambas users <gambas-user at lists.sourceforge.net>
Asunto: Re: [Gambas-user] GAMBAS2 APPLICATION WORKS FINE IN UBUNTU BUT
NOT IN OPENSUSE/FEDORA
Fecha: Thu, 4 Jun 2009 00:39:08 +0200


> Excuse me B!, I'm using Ubuntu 9.04 (gnome) with Gambas 2.8 (default
> version incluyed from ubuntu repositories) and runs fine.
>
> For testing, I'm using openSUSE 11.1 (gnome) whith Gambas 2.13 (default
> version in openSUSE). The error string: "nameofapplication: not in
> executable format: file format not recognized".

It seems to not be a Gambas error, but a shell error message. What are you 
trying to execute exactly and how?

>
> If you need the projec or some part of it, I can send you but I hope you
> undertand spanish 8-]
>
> If I compile with qt libraries and run in gnome desktop, the app doesn't
> response at lostfocus event in textboxes (for example, in some textboxes
> I capture this event to do put the text in uppercases or do
> calculations).

That bug has just been fixed in revision #1996.

Regards,




More information about the User mailing list