Search found 147 matches

by Zdeno Bielik
Tue Jan 10, 2017 10:43 am
Forum: eXpress++ Support
Topic: dget/getid
Replies: 12
Views: 18967

Re: dget/getid

Regan, ok, I added only one new empty item in every array-item and then fill it in loop with cGetID and it works now! And GETOBJECT clause is not needed, it works without it. cGetId := ( 'MY_GET_' + LTrim( Str( ix ) ) ) M->paTabulkaNew[ ix, 11 ] := cGetId wtf M->paTabulkaNew[ ix, 11 ] cValid := '{ |...
by Zdeno Bielik
Tue Jan 10, 2017 9:18 am
Forum: eXpress++ Support
Topic: dget/getid
Replies: 12
Views: 18967

Re: dget/getid

Regan, Roger, thanks for tip, but attempts with GETOBJECT clause were first. After unsuccessfull tests I started play with GETID clause. * cGetObject := '{ || "oGet' + PadL( AllTrim( Str( ix, 2 ) ), 2, '0' ) + '" }' * cGetObject := '{ || oGet' + PadL( AllTrim( Str( ix, 2 ) ), 2, '0' ) + ' }' cGetObj...
by Zdeno Bielik
Tue Jan 10, 2017 4:31 am
Forum: eXpress++ Support
Topic: dget/getid
Replies: 12
Views: 18967

Re: dget/getid

hmmm, I know, some changes may need more times, but if I do not add asked funcionality to end-customer, I will lost him... last asked „little change“ (from him point of view) did take me more than 4 months time and requires completly redisign many functions, databases, logic, reports... please, how ...
by Zdeno Bielik
Mon Jan 09, 2017 11:36 am
Forum: eXpress++ Support
Topic: dget/getid
Replies: 12
Views: 18967

Re: dget/getid

each array’s item has few values, e.g. name, value, HotKey for increase value, HotKey for decrease value, etc. … so, e.g. if user press HotKey defined for increasing value for needed array-item, its value is incresed and GetList(whole or just needed get-objects) is refreshed but I also want/need set...
by Zdeno Bielik
Mon Jan 09, 2017 9:18 am
Forum: eXpress++ Support
Topic: dget/getid
Replies: 12
Views: 18967

Re: dget/getid

Roger, thanks for tips, but I am not sure, if it will works for me. I don’t need detect cID of any GetObject, but I need get/know pointer to GetObject or Name/cID of GetObject. Please, just look at short version of my custom-handler cID := M->paTabulkaNew[ nPosFx, 2 ] wtf cID SetAppFocus( DC_GETOBJE...
by Zdeno Bielik
Sun Jan 08, 2017 4:59 am
Forum: eXpress++ Support
Topic: dget/getid
Replies: 12
Views: 18967

dget/getid

Hi Roger, please, can you add support for CodeBlock in GETID clause of DCGET like it exists for COLOR clause? I need create GETID names at runtime, because unique ID I need in custom handler, where I want set to corresponding object after pressing(some next actions/calculatings are done too) any pos...
by Zdeno Bielik
Mon Dec 12, 2016 1:47 am
Forum: eXpress++ Support
Topic: autoscale
Replies: 5
Views: 9006

Re: autoscale

a little update...
by Zdeno Bielik
Mon Dec 12, 2016 1:12 am
Forum: eXpress++ Support
Topic: optimize code
Replies: 9
Views: 13767

Re: optimize code

Roger

please, did you have a little time to look on it?

TIA
Zdeno
by Zdeno Bielik
Mon Dec 12, 2016 1:03 am
Forum: eXpress++ Support
Topic: autoscale
Replies: 5
Views: 9006

Re: autoscale

ok, with this workaround it works how I need
may be someone has better solution
by Zdeno Bielik
Sun Dec 11, 2016 2:25 am
Forum: eXpress++ Support
Topic: autoscale
Replies: 5
Views: 9006

autoscale

Hi Roger, please, how can be reconfigured/refreshed/recreated current oDialog via pressing Ctrl+P or Ctrl+M or by clicking on respective pushbuttons in actual dialog? I tried some combinations ( oDialog:Hide(), oDialog:Configure(), oDialog:Show(), oDialog:invalidateRect(), DC_GetRefresh( GetList ).....