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
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
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
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
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
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.
-
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
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