Re: [Gambas-user] Gambas3 Libraries problem -> Gambas 3 bug or OS distro related?

2012-09-04 Thread Benoît Minisini
Le 04/09/2012 13:05, John Rose a écrit : > IDE output & .deb attached requested. > The package seems to be correct. There is no reference to "JewishHeritage.gambas" in it, only "JewishHeritage". Are you sure that you installed the package correctly? Are you sure that you removed the previously

Re: [Gambas-user] Disable file auto-opening

2012-09-04 Thread Benoît Minisini
Le 04/09/2012 19:47, Adrien Prokopowicz a écrit : > Hi, > > When opening a project, the IDE opens all the files that I left open on > last project closing. > > Is there a way to disable this feature ? That's because project's file > loading takes a lot of time on my computer, and personally I hate

Re: [Gambas-user] 38 different classes - all exactly the same.

2012-09-04 Thread Fabián Flores Vadell
Hi Bruce. > The roadblock I have now struck is this. Each BO class requires a > special "partner class" that contains the metadata as a static > attribute. Each of these classes now looks exactly the same, same data > items, same code. The only difference is the class name. Thus, 38 > different

[Gambas-user] Issue 325 in gambas: gb.gui can not be loaded on demand

2012-09-04 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Crash Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 325 by sebi...@gmail.com: gb.gui can not be loaded on demand http://code.google.com/p/gambas/issues/detail?id=325 if a developer wants to create a project that *opt

[Gambas-user] Display only some fields in data View

2012-09-04 Thread rocko
I have a table with several fields but I only want certain fields to be displayed in a dataviewer. Not sure on how to do this. So far i only have this, which isn't much. Dim sView As Result Dim ID As Integer sView = DB.Find("inventory ", id &1, ID) For Each sView If sView!daysLeft < 22

[Gambas-user] Disable file auto-opening

2012-09-04 Thread Adrien Prokopowicz
Hi, When opening a project, the IDE opens all the files that I left open on last project closing. Is there a way to disable this feature ? That's because project's file loading takes a lot of time on my computer, and personally I hate to have a mess open when I start working. Regards, Adrien. -

[Gambas-user] Gambas3 Libraries problem -> Gambas 3 bug or OS distro related?

2012-09-04 Thread John Rose
IDE output & .deb attached requested. Creating package for Ubuntu / Mint. Making build directory. Creating desktop file... Sources are being debianizated. Creating package... cd /home/john/GambasProjects/Ubuntu/J

Re: [Gambas-user] 38 different classes - all exactly the same.

2012-09-04 Thread Benoît Minisini
Le 04/09/2012 08:13, Bruce a écrit : > As usual this is hard to explain in a short message, but here goes. > > We have a major library that provides all the persistence mechanisms for > what we call "Business Objects". In our case it's Horses, Stables, > Auctions, Trainers, Owners, etc etc, curren