Search found 147 matches

by Zdeno Bielik
Fri Oct 14, 2011 11:22 pm
Forum: eXpress++ Support
Topic: dcget range
Replies: 3
Views: 7983

Re: dcget range

Tom, Roger,

many thanks for tips and workarounds - I go try it.

Regards
Zdeno


s pozdravom

zdeno bielik
ace system, spol. s r.o.
štiavnická 18
949 01 nitra
http://www.acesystem.sk
tel: 0904 – 328 888
... s nami dostávate vždy viac
by Zdeno Bielik
Fri Oct 14, 2011 4:31 am
Forum: eXpress++ Support
Topic: dcget range
Replies: 3
Views: 7983

dcget range

Hi Roger, please, can you add in next build for DCGET parameter RANGE also support for CodeBlock? Now it accepts only numeric value, but I need/want sometimes defines range "run-time" due to some next parameters from called function(-s). e.g. cBlock := '{ || MyFunction(...) }' // any number will be ...
by Zdeno Bielik
Sat Oct 08, 2011 6:45 am
Forum: Did you Know?
Topic: Progress bar from XbpPack2
Replies: 22
Views: 52139

Re: Progress bar from XbpPack2

Hi Roger, please, can you little modify Backup() function or more better add one new example also for variant where will be 2 progress bars(pb)? In first pb will be graphical progress with additional text info about of actual proccesed file from total number of files and in second pb will be like it...
by Zdeno Bielik
Sat Sep 10, 2011 10:41 pm
Forum: eXpress++ Support
Topic: dcpushbuttonXP instead of cjShortCutBar
Replies: 9
Views: 15443

Re: dcpushbuttonXP instead of cjShortCutBar

Hi Roger,

I'm very interested too, please, can you post the source code?
Or will be this also included into next eXpress++ build?

Regards
Zdeno
by Zdeno Bielik
Wed Jul 27, 2011 4:18 am
Forum: eXpress++ Support
Topic: Import XML
Replies: 12
Views: 20888

Re: Import XML

Hi Roger, currently I don't need import any concrete xml file, but I'm looking for some "generic" function, which will import/convert xml file into e.g. (multi-dimensional)array, I then I can proccess created array how I want/need, so something like DC_Excel2Array. Is something like this possible? Z...
by Zdeno Bielik
Sun Jul 24, 2011 3:42 am
Forum: eXpress++ Support
Topic: Import XML
Replies: 12
Views: 20888

Re: Import XML

skiman wrote:you can use the free chilkat xml active-x. This is working very fast and without limit of file size.
Hi Chris,

please, can you post here any ready-to-use example how to call ChilkatXml.dll file and then read content of some XML file?

TIA & Regards
Zdeno
by Zdeno Bielik
Wed Jul 20, 2011 9:54 am
Forum: eXpress++ Support
Topic: Find previous focus.
Replies: 7
Views: 12010

Re: Find previous focus.

position in GET It automatically restores focus to the last object that had focus when clicking back on the parent window. Roger, yes, previosly last active get object is restored and focus is set on it, but cursor is always set on first position instead of that, what position was when object did l...
by Zdeno Bielik
Wed Jul 20, 2011 9:03 am
Forum: eXpress++ Support
Topic: Find previous focus.
Replies: 7
Views: 12010

Re: Find previous focus.

Hi Roger, please, can you also add any method/function for saving and then restoring position in GET when loosing focus and restoring focus from another running thread/window or apps when it was selected via Alt+Tab or from TaskBar, Desktop etc. Regards Zdeno s pozdravom zdeno bielik ace system, spo...
by Zdeno Bielik
Tue Jun 07, 2011 11:27 pm
Forum: eXpress++ Support
Topic: dcget - width size
Replies: 2
Views: 6826

Re: dcget - width size

Hi Roger,
thank you
Zdeno

s pozdravom

zdeno bielik
ace system, spol. s r.o.
štiavnická 18
949 01 nitra
http://www.acesystem.sk
tel: 0904 – 328 888
... s nami dostávate vždy viac
by Zdeno Bielik
Tue Jun 07, 2011 11:29 am
Forum: eXpress++ Support
Topic: dcget - width size
Replies: 2
Views: 6826

dcget - width size

Hi, I need in some screens set GET font's for some fields to 'Arial' font instead of default 'Courier' font, but I don't know name of parameter, which will calculate size of created oGet object with passed parameter, e.g. with char 'W'. DCGET cGet GETFONT '10.Arial' GETSIZE 30 ... Please, can someon...