Search found 54 matches

by Markus Walter
Wed Apr 14, 2010 2:12 am
Forum: eXpress++ Support
Topic: Cursor/Insert-Position with a dcget
Replies: 5
Views: 13013

Re: Cursor/Insert-Position with a dcget

Hi Chris, no postappevent is not a solution for my problem. If a user writes very fast, it is possible that next one or two keyboard-events are in the eventqueue before a postappevent like this comes in. But i have now a solution (i modified wolfgang's sample). Now i work around a design problem of ...
by Markus Walter
Mon Apr 12, 2010 8:14 am
Forum: eXpress++ Support
Topic: Cursor/Insert-Position with a dcget
Replies: 5
Views: 13013

Cursor/Insert-Position with a dcget

Hello Roger, i have a problem and can't find a solution, perhaps you can help... I want to have the Cursor not on the first position of a dcget (here on the second), but i can't reach the goal (perhaps i am just overworked...). postappevent() is not a solution. I have some problems with your dc_read...
by Markus Walter
Fri Mar 19, 2010 2:38 am
Forum: eXpress++ Support
Topic: New feature for DCGET KEYBLOCK
Replies: 4
Views: 10155

Re: New feature for DCGET KEYBLOCK

Hello Roger,

this works and would help and should not break existing code for others. Please update the helpfile, too.

Greetings
Markus
by Markus Walter
Thu Mar 18, 2010 9:12 am
Forum: eXpress++ Support
Topic: New feature for DCGET KEYBLOCK
Replies: 4
Views: 10155

Re: New feature for DCGET KEYBLOCK

Hi Tom,

in this case XbpSLE:Keyboard() i still called...
by Markus Walter
Thu Mar 18, 2010 8:18 am
Forum: eXpress++ Support
Topic: New feature for DCGET KEYBLOCK
Replies: 4
Views: 10155

New feature for DCGET KEYBLOCK

Hi Roger, if i define a KEYBLOCK for DCGET, i can't reach that the XbpSLE:keyboard() is called. What about testing the result of the codeblock to switch this behaviour? Code now: IF Valtype(::keyBlock) = 'B' .AND. !Empty(nKey) Eval(::keyBlock,nKey,nil,self) ENDIF IF ! lHandled RETURN ::XbpSle:Keyboa...
by Markus Walter
Thu Mar 18, 2010 2:31 am
Forum: eXpress++ Support
Topic: DC_XbpGetLbClick / GoToEnd
Replies: 6
Views: 12053

Re: DC_XbpGetLbClick / GoToEnd

Hi Roger, perhaps o:home() is to prevent marking text with a single click? Since i use my own setinputfocus() (without this o:home()), sometimes the text in the get is marked by clicking first time in the get (normal lbclick)... I have some DCGETs which are allways marked with a single lbclick (comi...
by Markus Walter
Wed Mar 17, 2010 8:54 am
Forum: eXpress++ Support
Topic: DC_XbpGetLbClick / GoToEnd
Replies: 6
Views: 12053

Re: DC_XbpGetLbClick / GoToEnd

Hi Roger,

what about
o:DateFlag := .T.
and
_PopupButtonShow(o,.t.) ?

Do you know why o:home() was necessary?
by Markus Walter
Wed Mar 17, 2010 8:16 am
Forum: eXpress++ Support
Topic: DC_XbpGetLbClick / GoToEnd
Replies: 6
Views: 12053

Re: DC_XbpGetLbClick / GoToEnd

Hello Roger, i play all the day with this (especially it is not with the alaska xbpget). I found the setInputFocus-Block in your DC_XbpGet:Init() ::setInputFocus := {|x,y,o| ; o:DateFlag := .T., ; o:Home(), ; DC_HiliteGets(o,1,o:getList:getOptions[nGETOPT_HILITECOLOR]), ; DC_ColorGets(o,1,o:getList:...
by Markus Walter
Wed Mar 17, 2010 6:15 am
Forum: eXpress++ Support
Topic: DC_XbpGetLbClick / GoToEnd
Replies: 6
Views: 12053

DC_XbpGetLbClick / GoToEnd

Hello Roger, you posted this in changes-Forum: 1072. Added new Get-Set function: DC_XbpGetLbClick(). This is used to post a code block to evaluate when the left mouse button is clicked in any DCGET in the application. This code block can be used to position the mouse cursor to the end of the get. Ex...
by Markus Walter
Tue Mar 02, 2010 1:04 am
Forum: eXpress++ Support
Topic: changes as special Thread in thois forum
Replies: 3
Views: 9952

Re: changes as special Thread in thois forum

Hi Roger,

what about this idea? Will you make a thread like this? I think it will be a benefit for all.