Search found 565 matches

by unixkd
Tue Mar 19, 2013 12:23 pm
Forum: Announcements
Topic: Southwest Xbase++ 2013
Replies: 9
Views: 19337

Re: Southwest Xbase++ 2013

I will only decide when it is confirmed that Roger will be presenting

PRONTO !!!
by unixkd
Sat Mar 02, 2013 5:15 am
Forum: Xbase++ Support
Topic: Will there be DC_CXP fpr the CXP at Final release ?
Replies: 1
Views: 5980

Will there be DC_CXP fpr the CXP at Final release ?

Hi Roger,

Will there be DC_CXP fpr the CXP at Final release ? . Nothing has been mentioned about CXP ever since it was made available by Alaska. Is anybody currently using it, and what is the experience like ?

Thanks

Joe
by unixkd
Mon Feb 25, 2013 8:40 am
Forum: eXpress++ Support
Topic: Xbase++/Express++ Performance Issues
Replies: 3
Views: 6793

Xbase++/Express++ Performance Issues

Out of curousity, I was testing the time taken for some routines in our applications for performance. Here are my initial findings: Function PerfomanceTest() LOCAL x[3], nCount := 1, nRecs := 100000000 Local oProg := ProgressBar():New() oProg:nMaxCount := nRecs x[1] := Seconds() Do While nCount <= n...
by unixkd
Mon Feb 18, 2013 11:17 pm
Forum: Business Opportunities
Topic: Integration of Anoto digitalpen & paper systems
Replies: 5
Views: 30642

Re: Integration of Anoto digitalpen & paper systems

It appear all your reference links are not working
by unixkd
Sat Dec 29, 2012 5:22 am
Forum: eXpress++ Support
Topic: API o Kill a running process
Replies: 3
Views: 7198

Re: API o Kill a running process

Hi Ruldof

I could not compile your source code.

Any other better API function, anybody please ?

Joseph
by unixkd
Sat Dec 29, 2012 5:00 am
Forum: eXpress++ Support
Topic: Will multi-core support be available in Xbase++ 2 ?
Replies: 10
Views: 16252

Re: Will multi-core support be available in Xbase++ 2 ?

Hi Auge_Ohr

Please send me the source code of your sample.

Thanks

Joseph
by unixkd
Wed Dec 26, 2012 6:17 am
Forum: eXpress++ Support
Topic: API o Kill a running process
Replies: 3
Views: 7198

API o Kill a running process

Hi all, Merry Xmas.

I need a function or API to kill a process say "Excel.Exe" before creating Excel object in my application.

Thanks.

Joseph
by unixkd
Tue Dec 25, 2012 3:04 am
Forum: eXpress++ Support
Topic: CodeJock Skin
Replies: 2
Views: 6390

Re: CodeJock Skin

I tried it, did NOT work. Any other suggestion ?

Joseph
by unixkd
Tue Dec 25, 2012 2:14 am
Forum: eXpress++ Support
Topic: DCACTIVEXCONTROL ... SUBCLASS
Replies: 9
Views: 12413

Re: DCACTIVEXCONTROL ... SUBCLASS

Thanks Roger

I prefer the second option and it works. I hope it still be an option in future release.

Joseph
by unixkd
Sat Dec 22, 2012 1:46 pm
Forum: eXpress++ Support
Topic: DCACTIVEXCONTROL ... SUBCLASS
Replies: 9
Views: 12413

DCACTIVEXCONTROL ... SUBCLASS

Hi Roger, The following program is not working form me. It appear the SUBCLASS is not working for DCACTIVEXCONTROL Function MSOCtrl() LOCAL GetList[0], GetOptions, oCtrl @ 0,0 DCSTATIC TYPE XBPSTATIC_TYPE_RECESSEDBOX ; SIZE 96,23.5 ; OBJECT oStatic ; RESIZE DCGUI_RESIZE_REPOSONLY_Y @ .2,.5 DCACTIVEX...