Pushbutton drop problem

This forum is for eXpress++ general support.
Message
Author
c-tec
Posts: 379
Joined: Tue Apr 20, 2010 1:36 am
Location: SALZBURG/AUSTRIA
Contact:

Pushbutton drop problem

#1 Post by c-tec »

Hello Roger,
it seems that pushbuttons have a problem with mouseover and drag & drop. The tiles in the sample keep the mouseover state and do not change back when leaving them with the mouse. In the sample I try to drag on the bottom right button. Even a dc_getrefresh() does not bring back the original color. Only when I scroll after the drop action again over the buttons. Is there any trick to correct this behaviour ?
regards
Rudolf
Attachments
mouseover problem
mouseover problem
2018-10-04_12h19_55.png (51.01 KiB) Viewed 16602 times
original status
original status
2018-10-04_12h23_48.png (51.55 KiB) Viewed 16602 times
Rudolf Reinthaler
digital pen & paper systems
http://www.formcommander.net

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Pushbutton drop problem

#2 Post by rdonnay »

Rudolf -

Do you have a sample program that I can work with?
The eXpress train is coming - and it has more cars.

c-tec
Posts: 379
Joined: Tue Apr 20, 2010 1:36 am
Location: SALZBURG/AUSTRIA
Contact:

Re: Pushbutton drop problem

#3 Post by c-tec »

Hello Roger,
attached a little sample
regards
Rudolf
Attachments
dragdrop.zip
(2.72 KiB) Downloaded 736 times
Rudolf Reinthaler
digital pen & paper systems
http://www.formcommander.net

User avatar
hz_scotty
Posts: 107
Joined: Thu Jan 28, 2010 8:20 am
Location: Wr.Neustadt / Österreich

Re: Pushbutton drop problem

#4 Post by hz_scotty »

hi
in deinem .XPJ ist das .obj mit dem .prg vertauscht.
So kann er ein EXE nicht erzeugen
best regards
Hans

c-tec
Posts: 379
Joined: Tue Apr 20, 2010 1:36 am
Location: SALZBURG/AUSTRIA
Contact:

Re: Pushbutton drop problem

#5 Post by c-tec »

Hello,
little correction, but I think Roger knows it:

// $START-AUTODEPEND
dclipx.lib
// $STOP-AUTODEPEND
ddtest.PRG

regards
Rudolf
Rudolf Reinthaler
digital pen & paper systems
http://www.formcommander.net

c-tec
Posts: 379
Joined: Tue Apr 20, 2010 1:36 am
Location: SALZBURG/AUSTRIA
Contact:

Re: Pushbutton drop problem

#6 Post by c-tec »

Hello Roger,
any chance to solve this ? My customers always remember me on this strange behaviour ;-)
regards
Rudolf
Rudolf Reinthaler
digital pen & paper systems
http://www.formcommander.net

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Pushbutton drop problem

#7 Post by rdonnay »

I don't see a problem in your sample program.

How do I reproduce this problem?
The eXpress train is coming - and it has more cars.

c-tec
Posts: 379
Joined: Tue Apr 20, 2010 1:36 am
Location: SALZBURG/AUSTRIA
Contact:

Re: Pushbutton drop problem

#8 Post by c-tec »

Hello Roger,
I drag a file form the explorer and dropt it over the lower right button. The way is from the upper left side of the screen. The buttons do not change the mouseover state back when changing.
I use 1.9 SL 2 and eXpress++ build 264


regards
Rudolf
Rudolf Reinthaler
digital pen & paper systems
http://www.formcommander.net

Victorio
Posts: 621
Joined: Sun Jan 18, 2015 11:43 am
Location: Slovakia

Re: Pushbutton drop problem

#9 Post by Victorio »

I am also interesting, how prevent to change color when move mouse cursor over button.
In your example this look to found how restore color from MOUSECOLOR to COLOR when mouse go away from button.

In my application I had problem to changing color when some button selected and run some function.
I realize to prevent it with deactivate (with WHEN) all button when running selected process. When end proces, buttons

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Pushbutton drop problem

#10 Post by rdonnay »

Rudolf -

Do you have Teamviewer or Skype?

I need to have you show me the problem.
I still cannot make it happen.
The eXpress train is coming - and it has more cars.

Post Reply