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

2014-12-17 Thread Fred van Stappen
Hello Martin. What can i do to help MSE ? I can translate help in French, Portuguese, +- Dutch and Spanish. Fred. -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT

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

2014-12-17 Thread Martin Schreiber
On Tuesday 16 December 2014 10:27:46 misu kun wrote: > this is what i get for now . Looks good! :-) Martin -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Bus

Re: [MSEide-MSEgui-talk] Spanish translation updated.

2014-12-17 Thread Martin Schreiber
On Tuesday 16 December 2014 12:31:06 Julio Jiménez wrote: > 'Reset filter' Translated. You probably sent the wrong file (*.pas.bak), there are no changes. Martin -- Download BIRT iHub F-Type - The Free Enterprise-Grade B

Re: [MSEide-MSEgui-talk] Spanish translation updated.

2014-12-17 Thread Julio Jiménez
OMG... sorry :) I've attached the correct file... hehe It's only one line. diff --git a/lib/common/kernel/mseconsts_es.pas b/lib/common/kernel/mseconsts_es index 98884d2..8409f15 100644 --- a/lib/common/kernel/mseconsts_es.pas +++ b/lib/common/kernel/mseconsts_es.pas @@ -130,7 +130,7 @@ const

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

2014-12-17 Thread Martin Schreiber
On Wednesday 17 December 2014 14:19:44 Fred van Stappen wrote: > Hello Martin. > > What can i do to help MSE ? > What will be most useful for users probably is to write documentation and demo applications. Please coordinate the work with Patrick, he made divisions on msegui.org for the task. > I

Re: [MSEide-MSEgui-talk] Spanish translation updated.

2014-12-17 Thread Martin Schreiber
On Wednesday 17 December 2014 16:29:26 Julio Jiménez wrote: > OMG... sorry :) I've attached the correct file... hehe > > It's only one line. > Thanks, applied. Martin -- Download BIRT iHub F-Type - The Free Enterprise-Gr

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

2014-12-17 Thread misu kun
i tried tskincontroller but i couldn't see the result until build the app , is there a way to see the changes in real time ? 2014-12-17 7:26 UTC−08:00, Martin Schreiber : > On Tuesday 16 December 2014 10:27:46 misu kun wrote: >> this is what i get for now . > > Looks good! :-) > > Martin > > -

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

2014-12-17 Thread Martin Schreiber
On Wednesday 17 December 2014 20:02:07 misu kun wrote: > i tried tskincontroller but i couldn't see the result until build the > app , is there a way to see the changes in real time ? > Suggestion: use widgets with the same frame/face templates as used in tskincontroller in order to see the effect

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

2014-12-17 Thread misu kun
thanks 2014-12-17 11:15 UTC−08:00, Martin Schreiber : > On Wednesday 17 December 2014 20:02:07 misu kun wrote: >> i tried tskincontroller but i couldn't see the result until build the >> app , is there a way to see the changes in real time ? >> > Suggestion: use widgets with the same frame/face te

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

2014-12-17 Thread Julio Jiménez
What I do is, create a datamodule, because it is not visual. I add to the datamodule the desired components to design my skins (tskincontroller, tframecomp(s) tfacecomp(s)...) then create a form with all the components I want, to see the effect. In my case I run this proyect to see the effect but y

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

2014-12-17 Thread Fred van Stappen
> What will be most useful for users probably is to write documentation and > demo > applications. Ok, i will do doc + nice videos. ;-) > I would wait until there is actually a request for these languages. Ok. I am ready. Thanks. Fred. -

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

2014-12-17 Thread Fred van Stappen
Hello Martin. I try to find the code where MSEIde save history of file open with mainfo.openfile and mainfo.openproject. I want to add a option => x Save history of open file-project in project file What i do now is to set as option => filedialog.controler.historycount := 0 but i would pref

[MSEide-MSEgui-talk] Compile on freeBSD problem

2014-12-17 Thread Fred van Stappen
Hello. I try to compile MSEide in freeBSD and get that error message : mseguiintf.pas(27,14) Fatal: Can't find unit xlib used by mseguiintf Fatal: Compilation aborted What can i do ? Thanks. Fred. --

Re: [MSEide-MSEgui-talk] Compile on freeBSD problem

2014-12-17 Thread Fred van Stappen
mseguiintf.pas(27,14) Fatal: Can't find unit xlib used by mseguiintf Fatal: Compilation aborted OK, the guilty is fpc. My god, what a hell to install fpc (everywhere). Do you have a easy way to install it, with source on freebsd ? I have done > sudo pkg install fpc, fpc is installed but not the

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

2014-12-17 Thread misu kun
thanks julio for the clarification & nice skin you've made plus to what yo usaid i think you can also create another unit (e.g skinloader.pas) and in the initialization section create the datamodule . then you just add skinloader to your use clause. iam trying to finish 4 professional skins , i'

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

2014-12-17 Thread Martin Schreiber
On Wednesday 17 December 2014 21:31:17 Fred van Stappen wrote: > Hello Martin. > > I try to find the code where MSEIde save history of file open with > mainfo.openfile and mainfo.openproject. > > I want to add a option => x Save history of open file-project in project > file > > What i do now is to

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

2014-12-17 Thread Martin Schreiber
On Thursday 18 December 2014 07:54:54 misu kun wrote: > thanks julio for the clarification & nice skin you've made > plus to what yo usaid i think you can also create another unit (e.g > skinloader.pas) and in the initialization section create the > datamodule . then you just add skinloader to you

Re: [MSEide-MSEgui-talk] Compile on freeBSD problem

2014-12-17 Thread Graeme Geldenhuys
On 2014-12-18 00:49, Fred van Stappen wrote: > My god, what a hell to install fpc (everywhere). Do you have a easy > way to install it, with source on freebsd ? FPC is easy to install on any platform. Simply use the installer supplied by the FPC team. Download the installer and source archive from