Search found 1416 matches

by Auge_Ohr
Thu Mar 01, 2012 12:31 pm
Forum: eXpress++ Support
Topic: Hot News Arctica/SQL?
Replies: 4
Views: 7955

Re: Hot News Arctica/SQL?

digitsoft wrote:Finally, there will be a US conference this year - more details will be announced in due course.
WOW ... 2 Devcon in 1 Year after 5 Year of nothing ...
by Auge_Ohr
Wed Feb 29, 2012 1:10 pm
Forum: Xbase++ Support
Topic: xbpHtmlViewer : change default browser ??
Replies: 4
Views: 10188

Re: xbpHtmlViewer : change default browser ??

carry wrote:mostly for maps (google, bing, osm stuff)
what did you try to do ? do you want to "download" a Google-Map ? must your user interact with Browser ?
by Auge_Ohr
Tue Feb 28, 2012 2:14 am
Forum: eXpress++ Support
Topic: multi select in multi column
Replies: 7
Views: 10197

Re: multi select in multi column

It seems as the multicellgroup is indeed the solution for my problem. It looks as there is no eXPress++ variant of it? Or did I overlooked it? it is realy easy to use XbpMultiCellGroup() as X / Y Grid, attach Sample from Diego Kerejeta. i also wrote a Listview as replacement for XbpMultiCellGroup()...
by Auge_Ohr
Mon Feb 27, 2012 1:54 pm
Forum: eXpress++ Support
Topic: multi select in multi column
Replies: 7
Views: 10197

Re: multi select in multi column

I think I will create 3 browses with 20 records each. If I use multiselect in the browses, I receive 3 arrays with the selections made. I can combine these three to one array. as you want to use "fixed" Dimension why not use one XbpMultiCellGroup() ? you will get all those Methode like :cellFromPos...
by Auge_Ohr
Thu Feb 23, 2012 4:07 pm
Forum: XCodeJock Support
Topic: Calendar causes app to stay resident
Replies: 15
Views: 39277

Re: Calendar causes app to stay resident

Hi, I am another developer at Ferrus who is working with this problem. i saw SetMultipleResources . did someone get SetMultipleResources to work with Xbase++ ? as i can say Xbase++ CreateObject is not "compatible" to XbpActiveXControl() so it will not work and like "build-in" Calender:Dialog ( comp...
by Auge_Ohr
Wed Feb 22, 2012 12:42 pm
Forum: XCodeJock Support
Topic: Calendar causes app to stay resident
Replies: 15
Views: 39277

Re: Calendar causes app to stay resident

rdonnay wrote:Obviously, a CodeJock ActiveX control is not being properly destroyed but we cannot figure out why.
what Dataprovider does he use ? if MAPI most Outlook Calender does not close connection.
p.s. can he use multiresources in Codejock Calendar ?
by Auge_Ohr
Wed Feb 22, 2012 12:38 pm
Forum: eXpress++ Support
Topic: Questions of zero level
Replies: 96
Views: 125276

Re: Questions of zero level

At me the error that there is no memory when the memory allocated for a problem was nearby 2 gigabyte, including on the computer about 16 gigabyte of operative memory always stood out. that you need a Hotfix from Alaska to get more Memory Handle ! remember for every Array Element you need a Handle ...
by Auge_Ohr
Sat Feb 18, 2012 8:42 pm
Forum: Xbase++ Support
Topic: Ownerdraw question
Replies: 7
Views: 11817

Re: Ownerdraw question

hi,

you are right. i always get mixed up GraEdge() with GraBackground() while the problem is a "Edge".
by Auge_Ohr
Sat Feb 18, 2012 1:21 am
Forum: eXpress++ Support
Topic: Questions of zero level
Replies: 96
Views: 125276

Re: Questions of zero level

To create two-dimensional files of the big dimension (at least 10000 x 10000) it does not turn out in any way, and it would be normal 100000 x 100000 this is true and up to 2GB no Problem with Xbase++ when use AADD()... it is the Way with ARRAY[xxx]. when Additem a Treeview Node you need to allocat...
by Auge_Ohr
Sat Feb 18, 2012 1:03 am
Forum: Xbase++ Support
Topic: Ownerdraw question
Replies: 7
Views: 11817

Re: Ownerdraw question

rdonnay wrote:I don't see how GraEdge() solves this problem. There are no samples.
Xbase++ "Service Pack 2" Sample XbpFormattedLabel() which is based on XbpStatic