operating metropnl through touch tiles are moving in the wrong direction.
Also drag & drop of tiles should only work like in Windows 8. You must drag first vertical than drag and drop is working.
Best regards,
Otto
operating metropnl through touch tiles are moving in the wrong direction.
Also drag & drop of tiles should only work like in Windows 8. You must drag first vertical than drag and drop is working.
Best regards,
Otto
Is someone working with this class and can confirm this behavior?
Best regards,
Otto
Otto wrote:operating metropnl through touch tiles are moving in the wrong direction.
Also drag & drop of tiles should only work like in Windows 8. You must drag first vertical than drag and drop is working.
Best regards,
Otto
Dear Mr. Rao,
in Windows 8 if you operate with the touchscreen it is like if you would operate on a real paper.
You drag the panel.
Best regards,
Otto
Otto wrote:Dear Mr. Rao,
in Windows 8 if you operate with the touchscreen it is like if you would operate on a real paper.
You drag the panel.
Best regards,
Otto
Dear Mr. Rao,
In Windows 8 UI mouse is only working on scrollbar not on the panel.
You can only drag the panel with a touchscreen and the finger.
Best regards,
Otto
Dear Mr. Rao,
It is important to think on this too:
Also drag & drop of tiles should only work like in Windows 8. You must drag first vertical than drag and drop is working.
Best regards,
Otto
In Windows 8 UI mouse is only working on scrollbar not on the panel.
You can only drag the panel with a touchscreen and the finger.
It is important to think on this too:
Also drag & drop of tiles should only work like in Windows 8. You must drag first vertical than drag and drop is working.
Any news?
Best regards,
Otto
Dear Mr. Rao,
is this resolved in version 12.8.
Thanks in advance
Otto
METHOD Slide( nPixels ) CLASS TMetroPanel
local aRect
nPixels := nPixels*-1
if ::nScrollRange > 0
if nPixels > 0
nPixels := Min( nPixels, -::nOffSet )
endif
if ::nOffSet + nPixels < -::nScrollRange
nPixels := -::nScrollRange- ::nOffSet
endif
if nPixels != 0
aRect = GetClientRect( ::hWnd )
aRect[ 1 ] = IfNil( ::nSliderTop, ::nMetroTop )
aRect[ 3 ] -= 22
ScrollWindow( ::hWnd, nPixels, 0, 0, aRect )
::nOffSet += nPixels
if ::nScrollRange > 0
::Refresh()
endif
endif
endif
return SelfOtto,
Could you please provide a screenshot or video (that would be great) to reproduce it here ? thanks ![]()
Otto,
Do you mean that the second time that the icons are mov ed to the left, the scrollbar goes to a different position ?
Can't see it very clearly as the camstasia scrollbar is over your screen scrollbar...
thanks
Hello Antonio,
if you operate through scrollbar all is fine.
But if you slide from the panel area in original windows the behavior is different:
You drag the “paper” where the tiles are on with your finger or mouse like in real world.
The “paper” is always following the movement of your finger.
In fivewin the tiles go to the opposite site.
Best regards,
Otto