On Thursday 07 April 2016 13:57:59 Fred van Stappen wrote:
> > sbo_thumbtrack is true, see attachment.
>
> Huh, see my attachment ->
>
> > Because the property default value has been changed MSEide must be
> > current too.
>
> Ooops, indeed, using new-MSEide sbo_thumbtrack is set to true (I was using
> old MSEide). Huh... when (and where) did you commit that change ?
>
In 2016-04-06 09:24:03 f6e88fce69a57f51e352726a4d69fc7891e8f410:
"
diff --git a/lib/common/editwidgets/msegraphedits.pas 
b/lib/common/editwidgets/msegraphedits.pas
index 
2698aa63d8c94d93ff704dd8699c12620428b6b2..86fcb775571ca0e42ea38b02ac7131bbf03e91dd
 
100644
--- a/lib/common/editwidgets/msegraphedits.pas
+++ b/lib/common/editwidgets/msegraphedits.pas
@@ -1,6 +1,6 @@
-{ MSEgui Copyright (c) 1999-2015 by Martin Schreiber
+{ MSEgui Copyright (c) 1999-2016 by Martin Schreiber
 
     See the file COPYING.MSE, included in this distribution,
     for details about the copyright.
 
     This program is distributed in the hope that it will be useful,
@@ -29,11 +29,12 @@ uses
 
 const
  defaultsliderwidth = 200;
  defaultsliderheight = 20;
  defaultboxsize = 13;
- defaultsliderscrollbaroptions = defaultscrollbaroptions + [sbo_valuekeys];
+ defaultsliderscrollbaroptions = defaultscrollbaroptions + 
+                                                
[sbo_valuekeys,sbo_thumbtrack];
"
> But..., using new-MSEide and setting sbo_thumbtrack to false...
> -> Changing position of slider now do not change position of song, even
> when releasing mouse-button.
>
Please use "avalue" property.
http://thread.gmane.org/gmane.comp.ide.mseide.user/17756/focus=17758
"
procedure tmainfo.changepos(const sender: TObject; var avalue: realty;
               var accept: Boolean);
begin
   uos_Seek(PlayerIndex1, InputIndex1, round(avalue * inputlength));
end;
"

Martin

------------------------------------------------------------------------------
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to