Search found 111 matches

by Janko
Thu Jan 29, 2015 4:45 am
Forum: eXpress++ Support
Topic: Owner's windows
Replies: 12
Views: 17507

Re: Owner's windows

Pedro,

thanks for your answer. I could use Alaska's sample, I've studied it.
But I intended to solve the problem with eXpress tools. They offer extra comfort creating XBP parts, but less options (???) to control them.
That was the reason I asked Roger for sugesstions.

BR J.
by Janko
Thu Jan 29, 2015 12:17 am
Forum: eXpress++ Support
Topic: Owner's windows
Replies: 12
Views: 17507

Re: Owner's windows

Roger,

it looks like I made no significant progress. Can I ask you to give me mor specific hints? Or even a sample?

Best regards
JAnko
by Janko
Tue Jan 27, 2015 12:30 pm
Forum: eXpress++ Support
Topic: Owner's windows
Replies: 12
Views: 17507

Re: Owner's windows

Roger,

yes, Windows are running in one thread.

BR
Janko
by Janko
Tue Jan 27, 2015 10:05 am
Forum: eXpress++ Support
Topic: Owner's windows
Replies: 12
Views: 17507

Owner's windows

Dear Roger, I have an application in which there is an array browse (plus some buttons for other actions) in dialog window 'A' created via DCREAD GUI. Pressing a button a new dialog 'B' is open also via DCREADGUI and tree browse is running in. I want NO MODALITY, but dialog 'B' should remain on top ...
by Janko
Mon Jan 26, 2015 11:10 am
Forum: eXpress++ Support
Topic: Installation eXpress 1.9 + Xbase++ 2.0
Replies: 8
Views: 14574

Re: Installation eXpress 1.9 + Xbase++ 2.0

Dear all, I use an exotic language set for Windows (Slovenian) and lot of updates are not supporting it. So, if I download help (english) it reports error if I try to install it to W7 or W8 with different language set. I found an old WinHlp32.exe and copied it to System32 directory and it Works. I b...
by Janko
Sat Jan 03, 2015 2:17 am
Forum: eXpress++ Support
Topic: Browse refresh after array shrinkage
Replies: 1
Views: 5204

Browse refresh after array shrinkage

Dear Roger, while resizing array during BROWSE I usually used following code for refreshing : IF Valtype(oBr) = 'O' DC_GetBrowArray( oBr, aRRc ) oBr:refreshAll() ENDIF Lately I found out, that in case: 1. during BROWSE array is shrinked from 51 to 48 rows 2. browse pointer is left on 51 row 3. the f...
by Janko
Wed Aug 13, 2014 8:37 am
Forum: eXpress++ Support
Topic: FILTER clause in ARRAY browser
Replies: 10
Views: 14408

Re: FILTER clause in ARRAY browser

Roger,

I've applied all corrections to _dcxbrow.prg and to my code as you'd suggested.

Programe behaves as expected (wanted). All anomalies are eliminated.

Big thanks.
BR Janko
by Janko
Tue Aug 12, 2014 5:47 am
Forum: eXpress++ Support
Topic: FILTER clause in ARRAY browser
Replies: 10
Views: 14408

Re: FILTER clause in ARRAY browser

Dear Roger,

one problem remains: when you filter out all rows, browser is empty (as should be) but pressing 'PgUp' or 'PgDown' generates error. As well moving mouseWheel.

Color clause is OK, refreshing is OK.

Can I ask you for this corrections to?

Best regards
JAnko
by Janko
Mon Aug 11, 2014 2:03 pm
Forum: eXpress++ Support
Topic: FILTER clause in ARRAY browser
Replies: 10
Views: 14408

Re: FILTER clause in ARRAY browser

Roger, in attachment you can find IsciN.prg, IsciN.xpj and Iscin.arr (two row array file). In array, col 7 empty mean filter in, '*' mean filter out Buttons: 'ON', 'OFF' turns filtering on or off 'Zamenjaj znak' changing of col 7 in array 1. step after start press ON/OFF (OFF shows 2 rows, one with ...
by Janko
Mon Aug 11, 2014 5:17 am
Forum: eXpress++ Support
Topic: FILTER clause in ARRAY browser
Replies: 10
Views: 14408

Re: FILTER clause in ARRAY browser

Roger, I've applied the ammendment. Now, browser shows empty lines (as expected) but 1. moving mousewheel or pressing 'PgUp' or 'PgDown' generates 'Error in array index' 2. COLOR clause in DCBROWSECOL - COLOR {|| if(dc_getColArray(11,oNaroc),{GRA_CLR_WHITE, GRA_CLR_RED},)} is generating error 3. ref...