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

2015-01-04 Thread misu kun
looks good with patterns
--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] skin issue

2015-01-04 Thread misu kun
thank , i'll try that

2015-01-04 8:47 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Saturday 03 January 2015 17:44:05 misu kun wrote:
 Hello Martin
 how can i push some files into  mseuniverse  ?

 Make the changes in your mseuniverse clone directory.
 Run MSEgit, 'File'-'Open git Repo', select your mseuniverse clone directory.

 Modified files are showed in red color,
 untracked files are white, see attachment msegit.png. If you need to add
 files
 select them, RightClick-'Add', they get a green '+' symbol.
 When all is ready 'git'-'Commit all' or Ctrl+O, enter a commit message.
 Convention is to use '*' as start of a change, '+' for an addition and '-'
 for a removement, see attachment msegit1.png.
 Click 'Commit', now your changes are stored in your local git repository. In

 order to synchronize the remote repo on Gitorious use 'git'-'Push'.

 Martin


--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] MSEGit to build FPC?

2015-01-04 Thread Bill Buzzell
MseGit is fantastic. Very minimalist feel yet very easy and everthing just
'works'. I have been learning my way around plus incorporating a few tools
(screen capture and Markdown editor).  I am amazed at how easily it all
becomes with a solid tool like MseGit.

This is maybe 30 minutes worth of work if I had to do it again. Mostly just
have been getting the hang of Git. MseGit has work like a champ. Really
nice.
https://github.com/billbuzzell/MseGit101

I am trying to compile FPC with Cygwin on Win7-64 and am having issues.
Does anyone know the how-to? I would like to have a full, graphical step by
step instructional using MseGit to get there.

Hopefully you can read the error message when I attempt 'make all':

https://raw.githubusercontent.com/billbuzzell/MseGit101/master/msegidemo.jpg
--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] skin issue

2015-01-04 Thread misu kun
when i clicked clone they ask me for uploading public key first .
what should i write to add new key ?

2015-01-04 8:47 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Saturday 03 January 2015 17:44:05 misu kun wrote:
 Hello Martin
 how can i push some files into  mseuniverse  ?

 Make the changes in your mseuniverse clone directory.
 Run MSEgit, 'File'-'Open git Repo', select your mseuniverse clone directory.

 Modified files are showed in red color,
 untracked files are white, see attachment msegit.png. If you need to add
 files
 select them, RightClick-'Add', they get a green '+' symbol.
 When all is ready 'git'-'Commit all' or Ctrl+O, enter a commit message.
 Convention is to use '*' as start of a change, '+' for an addition and '-'
 for a removement, see attachment msegit1.png.
 Click 'Commit', now your changes are stored in your local git repository. In

 order to synchronize the remote repo on Gitorious use 'git'-'Push'.

 Martin


--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] property dropdown.cols.fontcolor

2015-01-04 Thread Alexandre Minoshi

 git master ec902618015494a98e132f0ffd0ec5372c5afe40 has it, experimantal,
 please test.

 Martin
Works good for me! Thanks.

Yours
A.M.

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2015-01-04 Thread Alexandre Minoshi
You can change scrollbar width if msescrollbar.pas

msescrollbar.defaultscrollbarwidth = 10
msescrollbar.defaultbuttonminlength := 30;

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Serial Comm errors

2015-01-04 Thread Bill Buzzell
I have updated to FPC 2.6.4 win32. I have updated with MseGit (Mse 3.7, Mse
Universe). Everything seems well except the serial communication. All the
comm demos refuse to compile with:

An unhandled exception occurred at $0044EEAD :
EReadError : Ancestor class for tstatfile1 not found.
  $0044EEAD  TREADER__READCOMPONENT,  line 6042 of
E:/mse-git/lib/common/fpccompatibility/mclasses.pas
  $0044F549  TREADER__READDATA,  line 6161 of
E:/mse-git/lib/common/fpccompatibility/mclasses.pas
  $00447A27  TCOMPONENT__READSTATE,  line 1690 of
E:/mse-git/lib/common/fpccompatibility/mclasses.pas
  $004766CF  TMSECOMPONENT__READSTATE,  line 4837 of
E:/mse-git/lib/common/kernel/mseclasses.pas
  $0044F202  TREADER__READCOMPONENT,  line 6112 of
E:/mse-git/lib/common/fpccompatibility/mclasses.pas
  $0044F549  TREADER__READDATA,  line 6161 of
E:/mse-git/lib/common/fpccompatibility/mclasses.pas
  $00447A27  TCOMPONENT__READSTATE,  line 1690 of
E:/mse-git/lib/common/fpccompatibility/mclasses.pas
  $004766CF  TMSECOMPONENT__READSTATE,  line 4837 of
E:/mse-git/lib/common/kernel/mseclasses.pas
  $00435C88  TCUSTOMMSEFORM__READSTATE,  line 1035 of
E:/mse-git/lib/common/widgets/mseforms.pas
  $00450FD7  TREADER__READROOTCOMPONENT,  line 6645 of
E:/mse-git/lib/common/fpccompatibility/mclasses.pas
  $00473874  LOADMODULE,  line 2259 of
E:/mse-git/lib/common/kernel/mseclasses.pas
  $00473F73  DOLOAD,  line 2958 of
E:/mse-git/lib/common/kernel/mseclasses.pas
  $00473D36  INITMSECOMPONENT,  line 2982 of
E:/mse-git/lib/common/kernel/mseclasses.pas
  $00473FFA  LOADMSEMODULE,  line 3100 of
E:/mse-git/lib/common/kernel/mseclasses.pas
  $00435310  TCUSTOMMSEFORM__CREATE,  line 857 of
E:/mse-git/lib/common/widgets/mseforms.pas
  $004381D3  TMSEFORM__CREATE,  line 2009 of
E:/mse-git/lib/common/widgets/mseforms.pas
  $004354C2  TCUSTOMMSEFORM__CREATE,  line 875 of
E:/mse-git/lib/common/widgets/mseforms.pas

I used the Msegui-ide.exe intaller to do the initial compile of the git
sources.
--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk