Search found 147 matches

by Zdeno Bielik
Wed Feb 02, 2011 5:04 am
Forum: eXpress++ Support
Topic: Alert, MsgBox
Replies: 7
Views: 13075

Alert, MsgBox

Hi Roger, is it possible add next optional parameter for Parent of created Alert's dialog? Now, when some dialog window is moved in any side(to left or to right) or to second monitor(pc with two displays or notebook with attached next external monitor), Alert window is showed in the center of first ...
by Zdeno Bielik
Fri Jan 07, 2011 6:11 am
Forum: Xbase++ Support
Topic: manipulating with images/objects
Replies: 3
Views: 9347

manipulating with images/objects

Hi Roger,

I need add, delete, resize objects in image, e.g. shelf, draver or plate...
How is it possible do something like this?

Or have somebody any ready-to-use functions / examples for share?

http://www.acesystem.sk/domain/programy/image01.zip

TIA & regards
Zdeno
by Zdeno Bielik
Fri Dec 31, 2010 7:47 am
Forum: eXpress++ Support
Topic: DCCOMBOBOX problem
Replies: 3
Views: 8268

Re: DCCOMBOBOX problem

Hi Tom, many thanks for tip - it works great! Zdeno #include "dcdialog.ch" PROCEDURE Main() LOCAL Getlist := {} Local cField1, aFields1 Local cField2, aFields2 Local cField3, aFields3 * Local oStatic1, oStatic2, oStatic3 aFields1 := { 'adam', 'john', 'roger', 'zdeno' } cField1 := AFields1[1] aFields...
by Zdeno Bielik
Fri Dec 31, 2010 6:07 am
Forum: eXpress++ Support
Topic: DCCOMBOBOX problem
Replies: 3
Views: 8268

DCCOMBOBOX problem

Hi Roger, it looks like when oDialog is created, into total height of dialog window is added whole height of combobox object and not only one line - and then it looks not very nice... there is unnecessary many empty space... (image-A) So, please, can you modify this and then it will works/looks like...
by Zdeno Bielik
Wed Oct 20, 2010 11:06 pm
Forum: eXpress++ Support
Topic: dcget keyblock
Replies: 16
Views: 27148

Re: dcget keyblock

Roger,

thank you!!! thank you!!! thank you!!! :clap: :clap: :clap:

It looks it is OK now, super!!! :dance:

Zdeno
by Zdeno Bielik
Wed Oct 20, 2010 11:48 am
Forum: eXpress++ Support
Topic: dcget keyblock
Replies: 16
Views: 27148

Re: dcget keyblock

In your keyblock, insert the code: .... Hi Jack, please, can you compile and run attached example and tell me, where is problem? It looks it still works how I don't want, all code after stoped time is executed N times... so different is only that it is not running immediatelly after each character ...
by Zdeno Bielik
Fri Oct 15, 2010 8:28 am
Forum: eXpress++ Support
Topic: dcget keyblock
Replies: 16
Views: 27148

Re: dcget keyblock

Zdeno Bielik wrote: as you can see in attached video, function MyKeyboard() is evaluated N times(lenght of just entered text).
What do I wrong?

http://www.acesystem.sk/domain/programy/keyblock.zip
Hi Roger,

if you will have a little free time, can you look at my video and sample?

Thanks
Zdeno
by Zdeno Bielik
Sun Oct 10, 2010 11:29 pm
Forum: eXpress++ Support
Topic: dcget keyblock
Replies: 16
Views: 27148

Re: dcget keyblock

Hi Roger,

as you can see in attached video, function MyKeyboard() is evaluated N times(lenght of just entered text).
What do I wrong?

http://www.acesystem.sk/domain/programy/keyblock.zip

Zdeno
by Zdeno Bielik
Sun Oct 10, 2010 9:59 am
Forum: eXpress++ Support
Topic: dcget keyblock
Replies: 16
Views: 27148

Re: dcget keyblock

Hi Roger, unfortunately, with your updated code result is the same. If you add debug line dcdebug cBuffer, Len( cBuffer ), nArrayElement in fnc. MyKeyboard(), you will see, that this function is executed N times and not only once. It looks like keyboard's action is only stopped for that time (more b...
by Zdeno Bielik
Sat Oct 09, 2010 11:23 pm
Forum: eXpress++ Support
Topic: dcget keyblock
Replies: 16
Views: 27148

Re: dcget keyblock

Hi Roger, many thanks for workaround, it works, but not exactly, how I thinked/want/need. There is one little problem: after wanted nDelay(in your sample 0.3) next MyKeyboard() action is performed N times, where N is number of characters typed into get while MyKexDelay() waits for suspended typing i...