Search found 12 matches

by jpotting
Thu Sep 01, 2011 7:54 am
Forum: Announcement
Topic: Wrapper for cheetah (database access)
Replies: 30
Views: 11386

Re: Wrapper for cheetah (database access)

Thanks for your help Kuron. I've never had a link cause so many complications.
by jpotting
Thu Sep 01, 2011 7:07 am
Forum: Announcement
Topic: Wrapper for cheetah (database access)
Replies: 30
Views: 11386

Re: Wrapper for cheetah (database access)

netmaestro,

The links work fine from my browser. It hasn't been truncated. Ended my sentence with a period (a habit).
by jpotting
Thu Sep 01, 2011 5:51 am
Forum: Announcement
Topic: Wrapper for cheetah (database access)
Replies: 30
Views: 11386

Re: Wrapper for cheetah (database access)

Well this post got me looking for a Cheetah update. Someone already wrote a wrapper for Cheetah4. It's in the Purebasic Wrappers Repository http://code.google.com/p/rwrappers/source/browse/trunk/Cheetah/RW_Cheetah_Inc.pb?r=82&spec=svn82.

It also looks like Cheetah4 does not include any of the ...
by jpotting
Thu Sep 01, 2011 5:17 am
Forum: Announcement
Topic: Wrapper for cheetah (database access)
Replies: 30
Views: 11386

Re: Wrapper for cheetah (database access)

I'm not sure what is included in Cheetah4. I've been using Cheetah2 for a long time. See this Discussion http://www.purebasic.fr/english/viewtopic.php?t=30032. The PureBasic wrapper for Cheetah2 is shown there. I just assumed the Query functions would be in Cheetah4.
by jpotting
Wed Aug 31, 2011 6:15 pm
Forum: Announcement
Topic: Wrapper for cheetah (database access)
Replies: 30
Views: 11386

Re: Wrapper for cheetah (database access)

All the Cheetah Query functions (xdbCreateQuery, xdbQueryCondition, xdbQuerySort, xdbQueryExecute, xdbDestroyQuery, xdbQueryDistinct) are missing from the wrapper.
by jpotting
Sun Aug 28, 2005 5:35 am
Forum: Coding Questions
Topic: PB_Any Generates Very Large Constant
Replies: 14
Views: 2510

Thanks for all the help. I've resolved my problem.
by jpotting
Wed Aug 24, 2005 11:59 pm
Forum: Coding Questions
Topic: PB_Any Generates Very Large Constant
Replies: 14
Views: 2510

PB Moderator;
Thanks....that's insightful......So it appears that


PureCOLOR_SetGadgetColor(Label(n),RGB(255,255,255), RGB(255,255,255))

uses the Gadget handle. While the following does not. The handle being that large number, and it's looking for a gadget identifier.

StringGadget(Label(n ...
by jpotting
Wed Aug 24, 2005 6:39 pm
Forum: Coding Questions
Topic: PB_Any Generates Very Large Constant
Replies: 14
Views: 2510

PB Moderator;

Thanks for your input. The specific action that causes the error happens when I try to modify the gadget. When a Label receives the focus, I iterate though a maximum of 100 items (the Label array), to find which gadget


Event = EventType()
Select Event
Case #PB_EventType_Focus ...
by jpotting
Wed Aug 24, 2005 8:44 am
Forum: Coding Questions
Topic: PB_Any Generates Very Large Constant
Replies: 14
Views: 2510

Still hoping for some help here. These large constants are causing the program to crash hard with a "Stack Overflow", when performing certain functions (See below). The error (in debug mode) says "#Gadget object number is very high (over 10000)".

I determine the gadget selected with event code ...
by jpotting
Tue Aug 23, 2005 11:09 pm
Forum: Coding Questions
Topic: PB_Any Generates Very Large Constant
Replies: 14
Views: 2510

Thanks. I appreciate it.

Joy
by jpotting
Tue Aug 23, 2005 10:54 pm
Forum: Coding Questions
Topic: PB_Any Generates Very Large Constant
Replies: 14
Views: 2510

Re: PB_Any Generates Very Large Constant

Sorry, this is my first post. I'm not sure how to do that.
by jpotting
Tue Aug 23, 2005 8:43 pm
Forum: Coding Questions
Topic: PB_Any Generates Very Large Constant
Replies: 14
Views: 2510

PB_Any Generates Very Large Constant

I'm trying to dynamically generate a form from a database using #PB_Any The code seemed to run fine (the form is generated) until I started to manipulate the created gadgets. Then I got the compile error "Very large constant...". So I added a Debug, and low and behold, the constants generated were ...