Re: [MSEide-MSEgui-talk] how to customize tedit menu

2014-12-20 Thread misu kun
i'll try your suggestions , except changing the values of (defaultframecolors) in msegraphics . btw , the 8 pictures of the frame's corners and edges , are they must be in a fixed size or it doesn't matter ?, because some buttons has a custom shape 2014-12-20 5:51 UTC+01:00, Martin Schreiber : >

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-20 Thread Graeme Geldenhuys
Hi Fred, On 2014-12-19 12:46, Martin Schreiber wrote: > If you worked with it from the start you could easier check the differences > to the original and merge the changes I made in the meantime. Martin is correct - you did similar with UIDesigner_ext project. You could have made life a lot eas

Re: [MSEide-MSEgui-talk] how to customize tedit menu

2014-12-20 Thread Martin Schreiber
On Saturday 20 December 2014 11:45:28 misu kun wrote: > i'll try your suggestions , except changing the values of > (defaultframecolors) in msegraphics . > Why not? It is a variable intended for the purpose of customizing 3D frame colors. > btw , the 8 pictures of the frame's corners and edges ,

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-20 Thread Graeme Geldenhuys
On 2014-12-19 12:56, Fred van Stappen wrote: > Hum, i agree with you but for all my projects i prefer to "start" on GitHub > (or now Gitorious) with > something decent to show. With Git it doesn't matter where you start. eg: You could clone the official repo from Gitorious (which Martin set up).

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-20 Thread Graeme Geldenhuys
On 2014-12-20 05:09, Martin Schreiber wrote: >> https://github.com/fredvs/ideU >> > >> > There are binary-excutables for Linux32/64 and Windows32. >> > >> > To try it, just run ideU executable in /bin. >> > > The binaries are in git? I don't know if this is a good idea. Indeed, not a good idea. F

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-20 Thread Fred van Stappen
> You probably should stay away from FPC RTL functions (DirectoryExists() and > the like) and use MSEgui functions instead (finddir() for example). I rarely > use FPC RTL functions. > I suggest to use the debugging functionality of MSEide in order to > investigate > problems. Ok, thanks Marti

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-20 Thread Martin Schreiber
On Saturday 20 December 2014 15:30:42 Fred van Stappen wrote: > > About gitorious. I do not use any keys in github, only a login and a > password. > > It is very easy and fast. > Github and Gitorous use SSH for write access because of security and convenience. Gitorious does not support login/pass

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-20 Thread Fred van Stappen
Thanks Graeme for your advices. I will tell you a secret... I do not like the moment when i have to go to GitHub. 1) i do not ave easy access to internet. 2) when connected everything must be fast => may not spent hours to surf. 3) it makes me nervous when i receive message from github or gito

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-20 Thread Graeme Geldenhuys
On 2014-12-20 14:49, Fred van Stappen wrote: > 5) I am bussy to download all doc of github-gitorious, but it is not > easy to understand all those things off-line. No problem, we are just trying to help. Only repository services like GitHub, Gitorious etc prefer that users don't type in a usernam

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-20 Thread Fred van Stappen
> > When using macros-direcotry in compiler option, like : > > > > -Fi${PROJECTDIR}/somedir > > -Fu${FPGUIDIR}/somedir > > > > It does not work in Windows. > > What means "It does not work"? > > Martin Hello Martin. I have find a solution for Windows. It is => not use macros with -Fi nor -Fu

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-20 Thread Martin Schreiber
On Saturday 20 December 2014 15:49:26 Fred van Stappen wrote: > > For example, yesterday i upload the beta version of ideU. I go back to my > truck and, before to sleep, i just check something on the pc => ooops, i > uploaded the old-not working version => must come back to wifi point => but > alre

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-20 Thread Fred van Stappen
Hello Martin, hello Graeme. Many thanks for your positive help. Yes, till now, GitHub-Gitorious are not my best friends. :-( I hope it will change (mainly because of your help). Fred.

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-20 Thread Martin Schreiber
On Saturday 20 December 2014 17:56:03 Fred van Stappen wrote: > > > When using macros-direcotry in compiler option, like : > > > > > > -Fi${PROJECTDIR}/somedir > > > -Fu${FPGUIDIR}/somedir > > > > > > It does not work in Windows. > > > > What means "It does not work"? > > > > Martin > > Hello Marti

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-20 Thread Martin Schreiber
On Saturday 20 December 2014 18:06:21 Fred van Stappen wrote: > Hello Martin, hello Graeme. > > Many thanks for your positive help. > > Yes, till now, GitHub-Gitorious are not my best friends. :-( > But you use git locally with success? That is the first step. Github is only a duplicate of your lo

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-20 Thread Fred van Stappen
> That must be fixed in your environment, a working and comfortable debugger is > a requirement for professional work. > > Martin Hum, i do use the "classical" gdb debugger (like MSEide by default), do you have something better to propose...? Thanks. Fre;D

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-20 Thread Martin Schreiber
On Saturday 20 December 2014 18:50:41 Fred van Stappen wrote: > > That must be fixed in your environment, a working and comfortable > > debugger is a requirement for professional work. > > > > Martin > > Hum, i do use the "classical" gdb debugger (like MSEide by default), do you > have something be

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-20 Thread Fred van Stappen
> For me the in MSEide integrated gdb is of big use, if it is "not really > useful" for you then there is something wrong. ;-) > > Martin Hum, yes, i am very happy with gdb but i note that, for example in the "Fi and Fu" macros problem in Windows, gdb did not say that he did not recognize the

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-20 Thread Martin Schreiber
On Saturday 20 December 2014 19:32:32 Fred van Stappen wrote: > Hum, yes, i am very happy with gdb but i note that, for example in the "Fi > and Fu" macros problem in Windows, gdb did not say that he did not > recognize the macros. > > He only says "Do not find blabla unit'. > Where does it say tha

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-20 Thread Fred van Stappen
> Where does it say that? > I have a Lazarus lpi project => uidesigner_ext => that i translated into MSE project. When using in compiler option -fU${MYMACRO}/blabladirectory, compiling that project with linux, all is working perfect. With Windows, i get message "blabla unit is missing'. Yes,

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-20 Thread Martin Schreiber
On Saturday 20 December 2014 19:45:03 Fred van Stappen wrote: > > All that to explain that your recommendation in previous post to use the > debugger to find the problem of -Fi and -Fu + macros in Windows is not very > useful. > > (Hope you did understand...) > Set a breakpoint where you run FPC, c

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-20 Thread Fred van Stappen
> Have you set up your public SSH key in your Gitorious account? > https://gitorious.org/~fredvs/ssh-keys > You can use the same as you entered for Github at > https://github.com/settings/ssh Hello Martin. I have created a key (like explained) Now, i get that message => fred@fred-tosh ~/msegui_

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-20 Thread Martin Schreiber
On Sunday 21 December 2014 01:22:16 Fred van Stappen wrote: > > Have you set up your public SSH key in your Gitorious account? > > https://gitorious.org/~fredvs/ssh-keys > > You can use the same as you entered for Github at > > https://github.com/settings/ssh > > Hello Martin. > I have created a ke

Re: [MSEide-MSEgui-talk] how to customize tedit menu

2014-12-20 Thread Martin Schreiber
On Saturday 20 December 2014 11:45:28 misu kun wrote: > i'll try your suggestions , except changing the values of > (defaultframecolors) in msegraphics . > I mean setting the values in your code: " defaultframecolors.light.color:= rgbtocolor(0,0,255); [...] " It can also been made by settings in