Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-19 Thread Fred van Stappen
016 15:56 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide 2016-10-19 15:27 GMT+02:00 Fred van Stappen <fi...@hotmail.com<mailto:fi...@hotmail.com>>: > What I'm missing the most is code completition :/ Huh, code comple

Re: [MSEide-MSEgui-talk] Procedure List - fast code navigation for MSEide

2016-10-19 Thread Fred van Stappen
> What I'm missing the most is code completition :/ Huh, code completion is working. [cid:b032c757-d27f-48a0-9cad-fc390b6aff1c] -- Check out the vibrant tech community on one of the world's most engaging tech sites,

Re: [MSEide-MSEgui-talk] [fpc-pascal] polYdev release 1.0 with fpc as superstar.

2016-09-27 Thread Fred van Stappen
> haha... I promise to give more feedback in about a week's time, when > I'll definitely be needing it in some cross-platform application testing. ;-) Do not forget, after booting from the iso and transfered the system to a

Re: [MSEide-MSEgui-talk] [fpc-pascal] polYdev release 1.0 with fpc as superstar.

2016-09-26 Thread Fred van Stappen
> Oh wow, no I haven't tried that. Where do I find that menu entry? Huh, the 4th button in JWM-tray "Menu", then in button list "Utilities", then "Transfer to device"... > As you might have guessed, I haven't actually tried out polYdev yet... Re-huh, indeed, there were too few "wow" so I

Re: [MSEide-MSEgui-talk] [fpc-pascal] polYdev release 1.0 with fpc as superstar.

2016-09-26 Thread Fred van Stappen
Thanks Graeme for your attention. You are the only one and it really helps me to find courage for that difficult work, without help or answer at questions from FreeBSD forum. > and I'll definitely be using that distro i future client development VM's. Did you try, in menu ==> "Transfer to

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-09-22 Thread Fred van Stappen
> >. Be warned, it is a typical "not good enough" solution because no 100% > > parsing is done. > > Sorry but I do not agree with this. > I use it everyday and never find a bad couple. > >> What if there is a 'begin' or 'end' in a comment or a conditional compilation Ho, Martin, this never

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-09-22 Thread Fred van Stappen
>. Be warned, it is a typical "not good enough" solution because no 100% >parsing is done. Sorry but I do not agree with this. I use it everyday and never find a bad couple. Fre;D --

[MSEide-MSEgui-talk] polYdev release 1.0

2016-09-21 Thread Fred van Stappen
Hello. polYdev release 1.0 is ready to download. polYdev is a multiarch FreeBSD 10.3 operating system. Thanks to his emulators, polYdev is able to compile and run applications for FreeBSD 64/32, Linux 64/32 and Windows 32 bit. No virtual machines needed, the compilations are fast and use the

Re: [MSEide-MSEgui-talk] MSE multi-system.

2016-09-20 Thread Fred van Stappen
> > Did you check if the size and structure of all system types are correct > > for > > > > FreeBSD 32? They are defined in the *.h files of the FreeBSD > > installation. > > No. > > > Huh, ... there are billions of *.h files. > I know. And there are several levels of include files... > Where do

Re: [MSEide-MSEgui-talk] MSE multi-system.

2016-09-20 Thread Fred van Stappen
> Did you check if the size and structure of all system types are correct for > FreeBSD 32? They are defined in the *.h files of the FreeBSD installation. No. Huh, ... there are billions of *.h files. Where do you prefer that I check ? Fre;D

Re: [MSEide-MSEgui-talk] MSE multi-system.

2016-09-19 Thread Fred van Stappen
Hello Martin. I have added in /polYdev/mse_multisys/ ==> modified mselibc.pas. This to make MSEgui demo compilable on FreeBSD 32 bit. This was added at line 1003: {$ifdef freebsd} {$ifndef cpu64} ino_t = __ino_t; gid_t = __gid_t; mode_t = __mode_t; uid_t = __uid_t; off_t = __off_t; blkside_t =

Re: [MSEide-MSEgui-talk] MSE multi-system.

2016-09-19 Thread Fred van Stappen
> Wow, your list is getting very impressive now. I'll definitely take > another look at polYdev. For work, I always create a new development VM > per client. It seems your polYdev will be a *huge* time saver is setting up > those VMs. Thanks Graeme. And for extra, a VLC lib package (all video

[MSEide-MSEgui-talk] MSE multi-system.

2016-09-16 Thread Fred van Stappen
Hello Martin. Here result of MSE code compiled and runing on a unique FreeBSD system (polYdev). [cid:41d0545b-ea3b-429f-81ef-0eaf005319ea] PS: For MSE-FreeBSD-32, mselib.pas was adapted following your advices. Fre;D

Re: [MSEide-MSEgui-talk] Failed to initialize the Application object ?

2016-09-14 Thread Fred van Stappen
Hello. Solved, it was a problem of a dependency of dependency with wrong ELF. Now, I can compile and run Linux applications too on FreeBSD. ;-) Sorry for the noise. Fre;D De : Fred van Stappen <fi...@hotmail.com> Envoyé : mercredi 14 septembre 2016 1

[MSEide-MSEgui-talk] Failed to initialize the Application object ?

2016-09-14 Thread Fred van Stappen
Hello Martin. On a FreeBSD 64 system, with Linux 64 emulated, I can run fpc console Linux 64 applications. For example fpc-linux 64 run and compiles perfectly (MSEgui and fpGUI apps too) on the emulated system. It can run also Xorg Linux 64 applications compiled with C like Xeyes,

Re: [MSEide-MSEgui-talk] MSE and last libiconv-1.14_9.txz on FreeBSD 64 ?

2016-09-14 Thread Fred van Stappen
> af03e737d40125c8772aedcba56095d101632544 uses "lib" for FreeBSD, please test. Yep, fixed . But MSEide must be re-compiled with old libiconv.so first. Otherwise, MSEide can not be run and so cannot re-compile all the MSEgui applications. And, of course, all MSE applications must be

Re: [MSEide-MSEgui-talk] MSE and last libiconv-1.14_9.txz on FreeBSD 64 ?

2016-09-13 Thread Fred van Stappen
Re-re-re-re-re-re hello Martin. Please, read this after my 2 previous mails. I have tested to change in cwstring, at line 118: {$ifndef Darwin} with {$ifndef Darwin and ndef FreeBSD} this: {$ifndef Darwin and ndef FreeBSD} // originally was {$ifndef Darwin} function

Re: [MSEide-MSEgui-talk] MSE and last libiconv-1.14_9.txz on FreeBSD 64 ?

2016-09-13 Thread Fred van Stappen
esday 13 September 2016 12:04:14 Fred van Stappen wrote: > > Why? Which error message(s)? > > It appends directly when trying to run a MSE application. > > > # /usr/local/share/mseide/mseide > > > ---> /usr/local/share/mseide/mseide: Undefined symbol "iconv

Re: [MSEide-MSEgui-talk] MSE and last libiconv-1.14_9.txz on FreeBSD 64 ?

2016-09-13 Thread Fred van Stappen
mseide-msegui-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgui-talk] MSE and last libiconv-1.14_9.txz on FreeBSD 64 ? On Tuesday 13 September 2016 12:04:14 Fred van Stappen wrote: > > Why? Which error message(s)? > > It appends directly when trying to run a MSE application. > &g

Re: [MSEide-MSEgui-talk] MSE and last libiconv-1.14_9.txz on FreeBSD 64 ?

2016-09-13 Thread Fred van Stappen
14_9.txz on FreeBSD 64 ? On Tuesday 13 September 2016 01:28:23 Fred van Stappen wrote: > Hello Martin. > > When upgrading on FreeBSD 10.3 64 bit from libiconv-1.14_8.txz to > libiconv-1.14_9.txz, no MSE applications can run anymore. >

[MSEide-MSEgui-talk] MSE and last libiconv-1.14_9.txz on FreeBSD 64 ?

2016-09-12 Thread Fred van Stappen
Hello Martin. When upgrading on FreeBSD 10.3 64 bit from libiconv-1.14_8.txz to libiconv-1.14_9.txz, no MSE applications can run anymore. The only solution (for me) was to downgrade to libiconv-1.14_8.txz. Fre;D

Re: [MSEide-MSEgui-talk] Cross-compiling FreeBSD 64 --> FreeBSD 32

2016-09-04 Thread Fred van Stappen
>I don't know why in your compilation "some constants are not defined". Which >constants? Hello Martin. Here the messages from a FreeBSD 64 bit system using fpc-32 bit: Free Pascal Compiler version 3.0.0 [2015/11/14] for i386 Copyright (c) 1993-2015 by Florian Klaempfl and others Target OS:

Re: [MSEide-MSEgui-talk] Cross-compiling FreeBSD 64 --> FreeBSD 32

2016-09-03 Thread Fred van Stappen
On Friday 02 September 2016 18:08:31 Fred van Stappen wrote: > Hello Martin. > > While cross-compiling on FreeBSD 64 --> 32 , there are error messages. > Some constants are not defined. > > Finally, this solves all: > in mselibc.pas and mseockeintf.pas --&

[MSEide-MSEgui-talk] Cross-compiling FreeBSD 64 --> FreeBSD 32

2016-09-02 Thread Fred van Stappen
Hello Martin. While cross-compiling on FreeBSD 64 --> 32 , there are error messages. Some constants are not defined. Finally, this solves all: in mselibc.pas and mseockeintf.pas --> change all {$idef linux} with ---> {$idef unix} But I am not sure it is the perfect solution. Thanks. Fre;D

Re: [MSEide-MSEgui-talk] Templates no root.

2016-08-30 Thread Fred van Stappen
On Monday 29 August 2016 12:21:22 Fred van Stappen wrote: > > OK, (but if I will be happy to know where in code those warning are > called). > It happens when the program tries to write the project file. Please check the stack window in order to see the whole call st

Re: [MSEide-MSEgui-talk] compton composite manager and MSE ?

2016-08-29 Thread Fred van Stappen
On Monday 29 August 2016 12:29:18 Fred van Stappen wrote: > Hello. > > > There is a excellent "pure X" composite manager: > compton<https://github.com/chjj/compton> [https://avatars2.githubusercontent.com/u/470564?v=3=400]<https://github.com/chjj/compton>

Re: [MSEide-MSEgui-talk] Templates no root.

2016-08-29 Thread Fred van Stappen
On Monday 29 August 2016 03:21:55 Fred van Stappen wrote: > Hello Martin. > > With MSEide, if I open the project > /usr/local/share/mseide/templates/console.prj > > as normal user and then close it, even without changing anything, there is this message: > > Unable to crea

[MSEide-MSEgui-talk] Templates no root.

2016-08-28 Thread Fred van Stappen
Hello Martin. With MSEide, if I open the project /usr/local/share/mseide/templates/console.prj as normal user and then close it, even without changing anything, there is this message: > Unable to create file /usr/local/share/mseide/templates/console.prj tmp1166 Ok, I assume that a normal user

Re: [MSEide-MSEgui-talk] Only one instance per application

2016-04-22 Thread Fred van Stappen
> > > Get a git-pull or git-clone from MSEuniverse > > > https://gitlab.com/mseide-msegui/mseuniverse > > > then work with the MSEuniverse repository as you work with your local > > > GitHub repo. Put your files somewhere in "samples" directory or use a > > > new "contributed" directory, as you

Re: [MSEide-MSEgui-talk] Only one instance per application

2016-04-22 Thread Fred van Stappen
> > All what you want Martin but... you know how I am afraid about Git... > > > > Maybe, if you explain slowly how to do, I will (try to) do it. > > > Get a git-pull or git-clone from MSEuniverse > https://gitlab.com/mseide-msegui/mseuniverse > then work with the MSEuniverse repository as you

Re: [MSEide-MSEgui-talk] Only one instance per application

2016-04-21 Thread Fred van Stappen
Hello. Added MSEgui demo (tested on Linux, FreeBSD and Windows). -> https://github.com/fredvs/runonce_postit Fre;D -- Find and fix application performance issues faster with

Re: [MSEide-MSEgui-talk] Only one instance per application

2016-04-21 Thread Fred van Stappen
> Hello Martin! > > What is the best way to make only one instance per application running at > same time? In Lazarus CL there is UniqueInstance component for this > purpose. What about MSEGUI? Hello. You may use -> https://github.com/fredvs/runonce_postit Fre;D

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

2016-04-08 Thread Fred van Stappen
> In 2016-04-06 09:24:03 f6e88fce69a57f51e352726a4d69fc7891e8f410: Ooops, I did not see this. Thanks. > procedure tmainfo.changepos(const sender: TObject; var avalue: realty; >var accept: Boolean); > begin >uos_Seek(PlayerIndex1, InputIndex1, round(avalue * inputlength)); >

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

2016-04-07 Thread Fred van Stappen
> 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

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

2016-04-07 Thread Fred van Stappen
Hello Martin > Do you really use MSEgui git master version? Yes. >If so please send a testproject > which shows the problem. https://github.com/fredvs/uos -> Please try /uos/examples/SimplePlayer_MSE.prj All is included (library, sound-files), you only need to load SimplePlayer_MSE.prj,

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

2016-04-06 Thread Fred van Stappen
> > Is it possible to do that ? > > > Have you disabled TSlider.ScrollBar.Options sbo_thumbtrack? Hello. TSlider.ScrollBar.Options -> [sbo_moveauto,sbo_showauto,sbo_valuekeys] -> sbo_thumbtrack is set to "false". Thanks

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

2016-04-06 Thread Fred van Stappen
> > OnSetValue with disabled TSlider.ScrollBar.Options sbo_thumbtrack should > > provide the wanted functionality. Currently it does not work, I must check > > why not. > > > Please try again with git master 0ae75ae29b23dc42b52d77e4e2de2ca0e52f381d. Hello Martin. OK, it works using this on

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 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

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

2016-04-04 Thread Fred van Stappen
> Maybe better to place the lower widgets in a container widget and to change > the visible property of the container widget. OK, it did the trick. Thanks. I have some trouble with Tfilenameedit. If using: uos_LoadLib(Pchar('/home/fred/uos_mse/lib/Linux/64bit/LibPortaudio-64.so')) -> it

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

2016-04-04 Thread Fred van Stappen
Hello. Hum, if I may... I agree with Krzysztof and Graeme. I really find annoying the behavior of click/-2x click on the code editor. I understand that you prefer your way but... Do you agree if I add a option in ideU that give choice to user for the behavior of click on code editor ? If yes,

Re: [MSEide-MSEgui-talk] MSEgui API Documentation

2016-04-03 Thread Fred van Stappen
Hello. @ Graeme: did you make fpdoc-text selectable ? I really want to make fpdoc assisted. @ Martin: I do not forget my promise to do help for MSEide, but I wait to have a assistive tool-doc to make it. Fre;D

Re: [MSEide-MSEgui-talk] Debug with MSEide.

2016-02-27 Thread Fred van Stappen
Thanks Graeme. Your advises (from you and Martin) will be extremely helpfull (I hope). I am blocked by a random crash using a new library (lifaad.so) in uos. Many thanks. --

Re: [MSEide-MSEgui-talk] Debug with MSEide.

2016-02-25 Thread Fred van Stappen
Ooops, sorry, I did not see your answer. ;-/ I will study it tonight. Many thanks. Fre;D On Thursday 28 January 2016 11:36:10 Fred van Stappen wrote: Hello Martin. Could you explain your (best) way to debug a program with MSEide? Not the "best" way but how I debug programs.

Re: [MSEide-MSEgui-talk] Happy tickets benchmark

2016-02-16 Thread Fred van Stappen
> AFAIK "real" FPC programs also are not the > fastest and smallest. ;-) And for libraries it is even worse... ;-( -- Site24x7 APM Insight: Get Deep Visibility into Application

[MSEide-MSEgui-talk] Happy tickets benchmark

2016-02-16 Thread Fred van Stappen
Very impressive the result of MSElang. I am ready to try/use it ;-) Well done Martin. Fre;D -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM +

Re: [MSEide-MSEgui-talk] minimum packages needed to use msegui in linux

2016-02-07 Thread Fred van Stappen
Hello. Huh, yes, it is (very) difficult to know/find the libraries/programs needed for fpc-Linux. And libx11 will not be enough. My solution: CodeTyphon. http://www.pilotlogic.com/sitejoom/index.php/downloads It has, in install, a option "Install libraries for system" per Linux version

Re: [MSEide-MSEgui-talk] MSEide and Wine.

2016-02-04 Thread Fred van Stappen
Yep, some life after new post. The suggestion was to... upgrade to Wine 1.9.2. And... it solves the thing, MSEgui is now Wine-compatible. Well done Martin-Wine. Fre;D > > > One probably > > > should ask Wine people. > > > > Not lot of movement there : > >

Re: [MSEide-MSEgui-talk] MSEide and Wine.

2016-02-03 Thread Fred van Stappen
> One probably > should ask Wine people. Not lot of movement there : https://forum.winehq.org/viewtopic.php?f=8=26021 ;-( Fre;D -- Site24x7 APM Insight: Get Deep Visibility

Re: [MSEide-MSEgui-talk] MSEide+MSEgui for win64

2016-02-03 Thread Fred van Stappen
Hello Martin. Perfect, compiles and runs out-of-the-box for Windows 64 bit. Many thanks. Fre;D -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM +

Re: [MSEide-MSEgui-talk] Debug with MSEide.

2016-01-29 Thread Fred van Stappen
> > Hello Martin. > > > > Could you explain your (best) way to debug a program with MSEide? > > > [...] > > First I need to finish another task. I am sure there are more users who can > help. Huh, of course... So the question is more for MSEide users. Dear MSEide users, could you explain your

Re: [MSEide-MSEgui-talk] MSEide+MSEgui for win64

2016-01-29 Thread Fred van Stappen
> Hi, > There is a new target for 64 bit Windows (git master > 436b0b5d21768986a5b784c74da9947869b4ceed), please test. Thanks ! I will try it asap. Fre;D -- Site24x7 APM

Re: [MSEide-MSEgui-talk] Number of Make in MSEide.

2016-01-27 Thread Fred van Stappen
> please rename "execommand" edit widget to "exeused". Ooops, indeed, it does the trick. ;-) (And how is it possible that I did not see it ;-( ) May I ask you how much time it takes for you to find the bug ? You are really too strong. Many thanks Martin. > It was so at the beginning but

Re: [MSEide-MSEgui-talk] Number of Make in MSEide.

2016-01-27 Thread Fred van Stappen
> > May I ask you how much time it takes for you to find the bug ? > > > About 10 minutes and about five minutes to write the answer mail. WoW ( for me a all night without to find it ;-( ) > > I really like MSE dock feature. > > But I do not understand how to deal with button-mouse, how to

Re: [MSEide-MSEgui-talk] Number of Make in MSEide.

2016-01-24 Thread Fred van Stappen
> Nice! Was it difficult to integrate into MSEide? Hello Martin. Once I understood your trick, it was easy. For example, I just add the cherry of top of cake: list of exe-extensions in Project Options = 15 minutes ! I was thinking that it was not interesting for you so I just upgraded ideU.

Re: [MSEide-MSEgui-talk] Number of Make in MSEide.

2016-01-21 Thread Fred van Stappen
Hello. OK, project options is complete now: multi compiler and multi debugger too ;-) All tested and working. https://github.com/fredvs/ideU I will pause ideU for a moment and attack asap MSEide doc/help. Thank Martin to allow dreams become reality. Fre;D

[MSEide-MSEgui-talk] Get/set cell of TWidgetGrid ?

2016-01-20 Thread Fred van Stappen
Hello. I try to set the cell of a TWidgetGrid with this: aWidgetGrid[1][2] := 'test' ; and to get it with astring := aWidgetGrid[1][2]; But without luck. How must it done ? Thanks. Fre;D

Re: [MSEide-MSEgui-talk] MSEide and Wine.

2016-01-17 Thread Fred van Stappen
> One probably > should ask Wine people. OK, I will disturb there ;-) Thanks. Fre;D -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM +

[MSEide-MSEgui-talk] MSEide and Wine.

2016-01-16 Thread Fred van Stappen
Hello. MSEide is working very well with Wine (Windows emulator for *nix system). I like it because you may compile-debug-run live your projects for Windows, staying on your main Linux or FreeBSD system. No need for complicated cross-compilation nor virtual system, you may use the same root-code

Re: [MSEide-MSEgui-talk] Popup hint for widgets in designer [was: wish (code folding)]

2016-01-15 Thread Fred van Stappen
> Additionally the *_mfm.pas files must be regenerated. Either open the changed > *.mfm files in current MSEide, RightClick-'Touch all Forms' > and 'Project'-'Make' or use the script "tools/msedirclear.sh" from IvankB, > please read the comments in the script. Ooops, I have to wash my crystal

Re: [MSEide-MSEgui-talk] Popup hint for widgets in designer [was: wish (code folding)]

2016-01-15 Thread Fred van Stappen
> > PS: Huh, yes, MSEide doc-help is needed (and it is a big mountain, like a > > Swiss mountain). > > I see some of them if I look out of the window. ;-) Lucky man, it must be perfect for ski/board now. > MSEgui has hints for menu items. Wow, perfect, and good to show that feature with MSEide

Re: [MSEide-MSEgui-talk] Popup hint for widgets in designer [was: wish (code folding)]

2016-01-14 Thread Fred van Stappen
> od_buttonhints has been moved to go_buttonhints, git master > 609aa9bd3ec0b4df34ec5c63fa24264d12e25dea. od_captionhint has not been moved > because caption hints can exist without gripframe. Hello Martin. OK, recompiled all old programs with last MSE commit. Sadly, when running, all those

Re: [MSEide-MSEgui-talk] Popup hint for widgets in designer [was: wish (code folding)]

2016-01-14 Thread Fred van Stappen
> You cant test it with a project maybe familiar ;-) > https://github.com/fredvs/ideU Huh, I want to say "you may test to compile that project and to run it" (not test ideU himself, of course). ;-) Fre;D

Re: [MSEide-MSEgui-talk] Popup hint for widgets in designer [was: wish (code folding)]

2016-01-14 Thread Fred van Stappen
> od_buttonhints has been moved to go_buttonhints, git master > 609aa9bd3ec0b4df34ec5c63fa24264d12e25dea. od_captionhint has not been moved > because caption hints can exist without gripframe. Hello Martin. Sorry for delay. ;-( I have to study your proposition, but sure it is ok. Write you

Re: [MSEide-MSEgui-talk] Popup hint for widgets in designer [was: wish (code folding)]

2016-01-13 Thread Fred van Stappen
> git master ffa920f0d4e10b48afc44dd78d2c71d803f4c1d7 has a new > option 'Project'-'Options'-'Editor'-'Component Designer'-'Component hints'. Have try it. Perfect. Hint on grip-button, perfect too. Real plus for beginners. Thanks. Fre;D

Re: [MSEide-MSEgui-talk] Popup hint for widgets in designer [was: wish (code folding)]

2016-01-13 Thread Fred van Stappen
Hello Martin. How to enable hints for grip-buttons on old projects ? It works perfectly for MSEide but cannot make it work on old projects. Is there something to change in code ? Thanks. Fre;D

Re: [MSEide-MSEgui-talk] Popup hint for widgets in designer [was: wish (code folding)]

2016-01-13 Thread Fred van Stappen
> git master ffa920f0d4e10b48afc44dd78d2c71d803f4c1d7 has a new > option 'Project'-'Options'-'Editor'-'Component Designer'-'Component hints'. Excellent. ;-) But... rgh, you win => MSEgui: commit b1d79de5 : 13/01/2016 13:25. vs Designer_ext: commit d1451eb : 13/01/2016 20:30. You are

Re: [MSEide-MSEgui-talk] wish (code folding)

2016-01-12 Thread Fred van Stappen
> I also switched off the new coloured background for marked brackets and > completely switched off begin/end marking. Huh, I agree with you if... the code is well indented. But with a code bad-indented, begin/end marking is very helpful. So, with the help of begin/end marking, you can easy make

Re: [MSEide-MSEgui-talk] Missing window captions on FreeBSD

2016-01-12 Thread Fred van Stappen
> No. Like I said, I haven't tried voice assistance since around 2011. I > think your work is much better - especially support inside memos etc > when you type. ;-) -- Site24x7

Re: [MSEide-MSEgui-talk] Missing window captions on FreeBSD (was: Syntax highlighter for begin..end ?)

2016-01-12 Thread Fred van Stappen
> > A future MSEwm ? ;-) > > > Ouh, not from me. Please not one more WM. ;-) Hum, WM assisted too ? I did not find one... Fre;D -- Site24x7 APM Insight: Get Deep Visibility

Re: [MSEide-MSEgui-talk] wish (code folding)

2016-01-12 Thread Fred van Stappen
> On 2016-01-12 14:17, Fred van Stappen wrote: > > you can easy make your code looking like a poem > > Indeed, if only MSEide had support for "Elastic Tabstops", then we could > even use variable width (cursive handwritten) fonts. > For example: > Dancing Sc

Re: [MSEide-MSEgui-talk] Missing window captions on FreeBSD

2016-01-12 Thread Fred van Stappen
> >> > Hum, WM assisted too ? I did not find one... > >> > > > Ouch, really? I didn't know that. > > Probably because WM's are mostly non-visual applications (not all > though), and have graphical "desktop environments" on top. The desktop > environment (eg: KDE, Gnome, XFCE) in turn are normally

Re: [MSEide-MSEgui-talk] Popup hint for widgets in designer [was: wish (code folding)]

2016-01-12 Thread Fred van Stappen
> > Could it be possible, without lot of work, to enable hint for components in > > the designer form, showing the name of the component ? > > > I thought about that already but decided that clicking on the component and > checking the object inspector is fast enough. Yep, but sometime I am busy

Re: [MSEide-MSEgui-talk] Missing window captions on FreeBSD

2016-01-11 Thread Fred van Stappen
> > A future MSEwm ? ;-) > > There is already a fpGUI one on SourceForge. ;-) I think it was called > fpwm, but was done years ago. Huh, very interesting... I had contact with Joe about his JWM asking if he had plan to make JWM assisted. But he responded that he does not have that plan.

Re: [MSEide-MSEgui-talk] Missing window captions on FreeBSD (was: Syntax highlighter for begin..end ?)

2016-01-11 Thread Fred van Stappen
> JWM can not read windowproperty WM_NAME with UTF8_STRING. A future MSEwm ? ;-) Thanks Martin for all your good vibrations. Fre;D -- Site24x7 APM Insight: Get Deep Visibility

Re: [MSEide-MSEgui-talk] Missing window captions on FreeBSD (was: Syntax highlighter for begin..end ?)

2016-01-11 Thread Fred van Stappen
> JWM can not read windowproperty WM_NAME with UTF8_STRING. Proposition... MSEwm... ? ;-) Fre;D -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM +

Re: [MSEide-MSEgui-talk] Missing window captions on FreeBSD (was: Syntax highlighter for begin..end ?)

2016-01-11 Thread Fred van Stappen
> > Martin, may I propose you to add hints for those buttons : > > [go_fixsizebutton,go_floatbutton,go_topbutton,go_backgroundbutton,go_lockbu > >tton,go_nolockbutton] > > > I don't know, aren't there too many popup hints already? I'll think about. settingsfo => new boolean-edit => "Enable-hint"

Re: [MSEide-MSEgui-talk] Missing window captions on FreeBSD (was: Syntax highlighter for begin..end ?)

2016-01-11 Thread Fred van Stappen
> JWM can not read windowproperty WM_NAME with UTF8_STRING. > it master 2584841920addfb446b8ae8e690ca386daf05983 uses STRING again and > additionally sets NET_WM_NAME, please test. Yep, it works, many thanks. I will let you in peace now. Many thanks for your patience and help. I will work now

Re: [MSEide-MSEgui-talk] Missing window captions on FreeBSD (was: Syntax highlighter for begin..end ?)

2016-01-11 Thread Fred van Stappen
> JWM can not read windowproperty WM_NAME with UTF8_STRING. > it master 2584841920addfb446b8ae8e690ca386daf05983 uses STRING again and > additionally sets NET_WM_NAME, please test. Yep, it works, many thanks. I will let you in peace now. Many thanks for your patience and help. I will work

Re: [MSEide-MSEgui-talk] Missing window captions on FreeBSD (was: Syntax highlighter for begin..end ?)

2016-01-10 Thread Fred van Stappen
> There are window managers which have such behaviour, maybe It is on Linux Mint. It appends only if the mouse move on menu-item. Other thing. Martin, you are too shy. MSEide has a great feature => layout changing. But, like lot of your gems, too much hidden. I add a /layout/ folder with some

Re: [MSEide-MSEgui-talk] Missing window captions on FreeBSD

2016-01-10 Thread Fred van Stappen
> I can reproduce the problem now, investigating... Maybe it can help, with the mseguiinf.pas in attachment, if you replace it into msegui/lib/common/kernel/linux, it works perfectly... on my FreeBsd 64 bit, with fpc 3.0.0 ) > Disable stay on top of the main window, please see attachment. Ok.

Re: [MSEide-MSEgui-talk] Missing window captions on FreeBSD (was: Syntax highlighter for begin..end ?)

2016-01-10 Thread Fred van Stappen
> Disable stay on top of the main window... Huh, dont say it to anybody, but it is just now that I understand what are those buttons for... Indeed, it does the trick. ;-) Martin, may I propose you to add hints for those buttons :

Re: [MSEide-MSEgui-talk] Missing window captions on FreeBSD

2016-01-10 Thread Fred van Stappen
> > I add a /layout/ folder with some classical layouts (empty prj) and a > > global ${LAYOUTDIR}. > > For beginner it is helpful I think. > > That is a brilliant idea. Very useful even for non-beginners. Having > different layouts depending if you are debugging or not, or some project > I

Re: [MSEide-MSEgui-talk] Missing window captions on FreeBSD (was: Syntax highlighter for begin..end ?)

2016-01-09 Thread Fred van Stappen
> No, all bugs must be fixed. Please send a problematic *.prj and use tar.gz > compression. See attachment. There are 2 directories: /bad and /good. I founded one project without problems, maybe it could help you. > > With last release of MSEgui, in FreeBSD 64 and with fpc 3.0.0, the titles >

Re: [MSEide-MSEgui-talk] Missing window captions on FreeBSD (was: Syntax highlighter for begin..end ?)

2016-01-09 Thread Fred van Stappen
> I made a change, not sure if it helps. git master > 09df13adac499a8767072d1f2ba33daece396c2c. Yep, it works ! ;-) Well done Martin. Hum, sorry, but there is something else. ;-( Only with big projects with lot of open-form from MSE designer. The code-page always keeps focus, focus of

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-01-08 Thread Fred van Stappen
> > Have try to sent as attachment but your server refuse it ;-( > > ??? What error message? Aaargh, too late, I already delete the message. ;-( But it was something like: "This is a automatic message from MSE server. Your mail was not accepted." Is it allowed to attach zip files ? (I know

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-01-07 Thread Fred van Stappen
> Done, git master 7e39c3a5b26f7948dbe15b3f065e9bcaa118e4e5. Yep, will try it asap. And I am so happy that I may delete msesyntaxedit.pas from /ideU/src and use the official of MSEgui ;-). Fre;D

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-01-07 Thread Fred van Stappen
> Done, git master 7e39c3a5b26f7948dbe15b3f065e9bcaa118e4e5. Hello Martin. It is the boring-merciless-never-happy tester again. OK, last release is better but... ;-( See video => https://sites.google.com/site/fredvsbinaries/mse_begin_case_end.mp4 Also part of projectoption.editor-tab is

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-01-07 Thread Fred van Stappen
> Please try again with git master > ada7828e369e0d4c7da3aeb735b991ff5726c920. Perhaps it fixes Fred's problem > too. Yep, it works! XXL thanks. >> ... multi-end ... good challenge. OK, I win ;-) => MSE: Commit ada7828e = 07/01/2016 18:05 h ideU: Commit df07b0b9 = 07/01/2016 02:30 h But I

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-01-06 Thread Fred van Stappen
> Done, git master 5dce64c0f69faad41afebe928b72243abfd96f1b. > > Warning: It does not parse the code so it does not skip comments for example. => While x < 9 do begin WOW := WOW + WOW; inc(x); end; Magnifique (and it hightlights the hole word => always better than me ;-) ). May I add

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-01-06 Thread Fred van Stappen
> Works for me. Are you sure you used current lib/kernel/linux/mseguiintf.pas? > There was a bug before 2.8 with this effect on FreeBSD. I use last msegui, intact from 2 days ago. I will try with release of today. Write you later... Fre;D

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-01-06 Thread Fred van Stappen
> May I add all the "word"-"end" family ("try"-"end", "case"-""end", > "class"-"end", etc...)? > (Or do you prefer do it yourself ?) Ho ! => pascal.sdef => pairwords 'BEGIN' 'END' 'REPEAT' 'UNTIL' ... You are the King of Pascal. OK, now MSEide-source-editor compete with

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-01-06 Thread Fred van Stappen
> Sure it works, I have try it with my code. > > It will works with yours too. > > It seems not, please see attachment. ;-) Hum, if I may, there is something not ok in your code... If you select a "end" it show the right "begin" but if you select "begin", sometimes it is not the right "end";

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-01-06 Thread Fred van Stappen
> Maybe it is possible to combine several start tokens with a single end token. Sure it works, I have try it with my code. It will works with yours too. Fre;D --

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-01-06 Thread Fred van Stappen
> So, only 3 possibilities for the same "end" close-bracket. ;-( > The trick would be to have multi-close bracket. Hello Martin. I think I get it, even for multiple same closebrackets. => https://sites.google.com/site/fredvsbinaries/ideu_begin_case_end.mp4 openbrackets: array[bracketkindty] of

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-01-06 Thread Fred van Stappen
> And, if I may once again, in my code it works both side and with "try", > "case" too ;-) Pretentious. ;-( It works, ok, but because it uses different closebrackets => openbrackets: array[bracketkindty] of msechar = (#0,'(','[','{','b','c','t'); closebrackets: array[bracketkindty] of

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-01-05 Thread Fred van Stappen
> Probably the word pairs should be defined in syntax definition file. I'll > take > a look. You are a Saint. Thanks. Fre;D -- ___

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-01-04 Thread Fred van Stappen
> But, maybe, if you have time, you could check the code in: https://github.com/fredvs/ideU/blob/master/src/msesyntaxedit.pas Huh, this is absolutely first steps, with some try inside {...}. But maybe it is a way to implement it. (or it is the wrong way, better to do something else). It uses

<    3   4   5   6   7   8   9   10   11   >