Search found 8 matches

by Josh-Ferrus
Thu Apr 05, 2012 1:09 pm
Forum: Xbase++ Support
Topic: ADS Table Handles
Replies: 2
Views: 7893

Re: ADS Table Handles

It works!

I feel silly for not finding that function earlier. Thanks Roger.
by Josh-Ferrus
Thu Apr 05, 2012 12:01 pm
Forum: Xbase++ Support
Topic: ADS Table Handles
Replies: 2
Views: 7893

ADS Table Handles

So, I am working on getting some Advantage Database Server integration into our program. I have followed the document that Roger wrote on the subject (at http://www.sybase.com/files/White_Papers/Sybase_Advantage_Xbase++_GettingStarted_Guide_wp.pdf) and have succeeded in getting to a place where I am...
by Josh-Ferrus
Thu Mar 01, 2012 11:08 am
Forum: XCodeJock Support
Topic: Calendar causes app to stay resident
Replies: 15
Views: 38257

Re: Calendar causes app to stay resident

Okay, so, the new dll didn't work directly out of the gate with our main app. After some testing I determined that it's because in our main app we are using QUIT to break directly out of the program, while the dc_readgui event loop is still running, instead of allowing the event loop to finish and t...
by Josh-Ferrus
Wed Feb 29, 2012 11:04 am
Forum: XCodeJock Support
Topic: Calendar causes app to stay resident
Replies: 15
Views: 38257

Re: Calendar causes app to stay resident

That seems to have worked! The calendar in my sample app is no longer staying resident. I will re-enable the calendar in our main app and verify that it works there. Is this an old dclipx dll, or a change that you made specifically to fix this problem?
by Josh-Ferrus
Wed Feb 29, 2012 10:07 am
Forum: XCodeJock Support
Topic: Calendar causes app to stay resident
Replies: 15
Views: 38257

Re: Calendar causes app to stay resident

Hi Roger, sorry for the delay in responding, we have a lot of balls in the air at the moment. Most of the computers in our office are running express build 254. However, I just updated mine to 255 to check, and it is still staying resident. It also doesn't seem to matter what sort of operating syste...
by Josh-Ferrus
Fri Feb 24, 2012 10:22 am
Forum: XCodeJock Support
Topic: Calendar causes app to stay resident
Replies: 15
Views: 38257

Re: Calendar causes app to stay resident

Roger: I just re-downloaded the sample and built it to check, and, with no modifications, upon closing the app (with either the X, OK, or Cancel buttons) there is still a Calendar.exe process running. It is interesting that you're not getting the issue. All of the computers we tested this on are Win...
by Josh-Ferrus
Thu Feb 23, 2012 9:09 am
Forum: XCodeJock Support
Topic: Calendar causes app to stay resident
Replies: 15
Views: 38257

Re: Calendar causes app to stay resident

Hi, I am another developer at Ferrus who is working with this problem. Mostly through trial and error, I have isolated the problem to a select set of circumstances: 1) A CJDatePicker or CJCalendarCaptionBar is created, and the method oCaptionbar:attachToCalendar(oCalendar) or oDatePicker:attachToCal...
by Josh-Ferrus
Wed Aug 18, 2010 11:13 am
Forum: eXpress++ Support
Topic: DCFindBrowse and UseVisualStyle
Replies: 0
Views: 5265

DCFindBrowse and UseVisualStyle

Would it be at all possible to add a UseVisualStyle clause to the dcfindbrowse command? We use the dcfindbrowse in a number of places in our programs and they're just not as pretty without the visual styles enabled. For now I've modified the source in our dll to enable visual styles for all dcfindbr...