Re: [MSEide-MSEgui-talk] IDE code editor - double click selection

2016-04-05 Thread Martin Schreiber
On Tuesday 05 April 2016 22:02:43 Fred van Stappen wrote: > > Did you see that MSEide actually does select the word by Shift+DblClick? > > Shift+TrplClick selects the whole row BTW. > > > > Martin > > Huh, no I did not see it ;-( > > Nice to know it. > > By the way, why do you use Shift+DblClick ?

Re: [MSEide-MSEgui-talk] IDE code editor - double click selection

2016-04-05 Thread Fred van Stappen
> Did you see that MSEide actually does select the word by Shift+DblClick? > Shift+TrplClick selects the whole row BTW. > > Martin Huh, no I did not see it ;-( Nice to know it. By the way, why do you use Shift+DblClick ? Is DblClick (alone) used for something else ? If not, do not forget

Re: [MSEide-MSEgui-talk] Form without auto sbhorz/sbvert ?

2016-04-05 Thread Fred van Stappen
Hello Martin. OK, -> MSE_Simple_Player is working. ;-) And congrats for MSE-synchronize(), it works perfectly. I have only a last problem with the TSlider used to show/change the position of the song. See picture -> the slider under the mouse-arrow -> For fpGUI/LCL it uses

Re: [MSEide-MSEgui-talk] IDE code editor - double click selection

2016-04-05 Thread Martin Schreiber
On Tuesday 05 April 2016 10:31:56 Fred van Stappen wrote: > > The code is in "tsourcepage.editontextmouseevent()" > > of "apps/ide/sourcepage.pas". > > > > Martin > > Excellent, thanks. > > Huh, I do not see a double-click in mouse eventkindty... > There are ek_mousewheel,

Re: [MSEide-MSEgui-talk] IDE code editor - double click selection

2016-04-05 Thread Fred van Stappen
> The code is in "tsourcepage.editontextmouseevent()" > of "apps/ide/sourcepage.pas". > > Martin Excellent, thanks. Huh, I do not see a double-click in mouse eventkindty... There are ek_mousewheel, ek_mousemove,ek_mousepark, ek_mouseenter,ek_mouseleave,ek_mousecaptureend,

Re: [MSEide-MSEgui-talk] Form without auto sbhorz/sbvert ?

2016-04-05 Thread Fred van Stappen
> Because TFileNameEdit.Value is a "filenamety" not an "AnsiString". Please > use "uos_LoadLib(Pchar(AnsiString(Afilenameedit.value)))" or one of the > functions in "lib/common/kernel/msedynload.pas", they have "filenamety" > parameters. Super ! Thanks. Fre;D