Re: [MSEide-MSEgui-talk] skin issue

2015-01-03 Thread Martin Schreiber
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] First steps with mse...

2015-01-03 Thread Martin Schreiber
On Saturday 03 January 2015 13:41:28 Fred van Stappen wrote:
> Hello Martin. ;-)
>
> > Saturday, January 3 2015
> > fredvs pushed to mseuniverse/ideu:master 2015-01-03 12:35:51 UTC
>
> ;-) + ;-D
>
Congratulations! :-)

I'll synchronize the "ideu/mseide" branch with the "mseide-msegui/master" 
branch from time to time, if you like you can merge my changes 
to "ideu/master".

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] Serial Comm errors

2015-01-03 Thread Bill Buzzell
>Please try "\\.\COM34" (without quotes).

This works!
Thanks


On Sat, Jan 3, 2015 at 4:01 AM, Martin Schreiber  wrote:

> On 03.01.2015 10:46, Bill Buzzell wrote:
> > I am having an issue with GDB it seems. If I do view|debugger no window
> > appears, unless it should be 'target console', which is there.
>
> No, the debugger window means the debugger tool buttons normally located
> below the main menu. Debugger output windows are 'View'-'Watches',
> 'Stack', 'Assembler', 'Watchpoints', 'CPU'...
>
> 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
>
--
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-03 Thread misu kun
this is my final editing of the dark skin .
>
>> Can you point me to some directions on how to get this skinning/themes going
>
soon you will find it in https://gitorious.org/mseuniverse/mseuniverse/source

>
>> and can compile on FPC 2.7.1
>

MSEgui do not support fpc trunk yet
--
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-03 Thread misu kun
Hello Martin
how can i push some files into  mseuniverse  ?

2015-01-03 8:28 UTC+01:00, Martin Schreiber :
> On Friday 02 January 2015 20:33:52 misu kun wrote:
>> > PS: The git master version of MSEgui uses tfonttemplate
>>
>> thanks , this is really good idea
>> btw , if i create fonttemplate and set its style to fs_bold and then
>> assign it to skincontroller.mennu.font , what affected exactly in my
>> app ?
>>
> It sets the style of stockobjects.fonts[stf_menu] to
> bold. "stockobjects.fonts[stf_menu]" is the font which will be used by menu
>
> items by default if "t*menu.menu[*].font" and "fontactive" = 
> and "itemframetemplate*.font" = .
>
> 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
>

--
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] First steps with mse...

2015-01-03 Thread Fred van Stappen
Hello Martin. ;-)


> Saturday, January 3 2015
> fredvs pushed to mseuniverse/ideu:master 2015-01-03 12:35:51 UTC

;-) + ;-D

Fre;D
  --
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-03 Thread Martin Schreiber
On 03.01.2015 10:46, Bill Buzzell wrote:
> I am having an issue with GDB it seems. If I do view|debugger no window
> appears, unless it should be 'target console', which is there.

No, the debugger window means the debugger tool buttons normally located
below the main menu. Debugger output windows are 'View'-'Watches',
'Stack', 'Assembler', 'Watchpoints', 'CPU'...

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] Serial Comm errors

2015-01-03 Thread Martin Schreiber
On 03.01.2015 10:35, Bill Buzzell wrote:
> Yes, sorry.
> It fails gracefully with the exception dialog : 'port:tsercommcomp: Cannot
> open com port', then returns to the application no problem.
> 
> COM1 seems to work fine, if that helps.
> 
Please try "\\.\COM34" (without quotes).

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] Serial Comm errors

2015-01-03 Thread Bill Buzzell
I am having an issue with GDB it seems. If I do view|debugger no window
appears, unless it should be 'target console', which is there. I can step
through the code but no output is appearing anywhere.

On Sat, Jan 3, 2015 at 4:35 AM, Bill Buzzell  wrote:

> Yes, sorry.
> It fails gracefully with the exception dialog : 'port:tsercommcomp: Cannot
> open com port', then returns to the application no problem.
>
> COM1 seems to work fine, if that helps.
>
>
>
> On Sat, Jan 3, 2015 at 4:17 AM, Martin Schreiber 
> wrote:
>
>> On Saturday 03 January 2015 09:57:54 Bill Buzzell wrote:
>> > I tried that. No luck. Putty has no issue communicating.
>> > No problem though. I need to install the stable FPC unless you would
>> like
>> > to me to investigate it some more.
>> >
>> Any error messages when you click on 'active'?
>>
>> 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
>>
>
>
--
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-03 Thread Bill Buzzell
Yes, sorry.
It fails gracefully with the exception dialog : 'port:tsercommcomp: Cannot
open com port', then returns to the application no problem.

COM1 seems to work fine, if that helps.



On Sat, Jan 3, 2015 at 4:17 AM, Martin Schreiber  wrote:

> On Saturday 03 January 2015 09:57:54 Bill Buzzell wrote:
> > I tried that. No luck. Putty has no issue communicating.
> > No problem though. I need to install the stable FPC unless you would like
> > to me to investigate it some more.
> >
> Any error messages when you click on 'active'?
>
> 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
>
--
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-03 Thread Martin Schreiber
On Saturday 03 January 2015 09:57:54 Bill Buzzell wrote:
> I tried that. No luck. Putty has no issue communicating.
> No problem though. I need to install the stable FPC unless you would like
> to me to investigate it some more.
>
Any error messages when you click on 'active'?

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] Serial Comm errors

2015-01-03 Thread Bill Buzzell
I tried that. No luck. Putty has no issue communicating.
No problem though. I need to install the stable FPC unless you would like
to me to investigate it some more.

I am more interested in getting Mse running on TinyCore Linux. I'm close.
Seem to be encountering a bad memory leak. I will have some questions
shortly.

On Sat, Jan 3, 2015 at 2:16 AM, Martin Schreiber  wrote:

> On Friday 02 January 2015 21:58:19 Bill Buzzell wrote:
> > >Can you explain more? I don't understand.
> >
> > I reinstalled Mseide and the prior install (which is still there) was
> being
> > detected and remapping the correct directories was the initial problem.
> > Then it complained because the tframetemplate.paintoverlay implementation
> > was different from the definition. The definition specified the
> > astate:framestate default nil value 'framestateflag = []'. Adding it to
> the
> > implementation allowed it to compile. I am usining FPC 2.7.1, mind you.
> All
> > seems fine on Windows7 64 except the port enumeration problem.
> >
> Aha, a change in FPC trunk probably.
>
> > Can you address a Windows com port like a Linux com port, like
> > '/dev/ttyUSB0' ? Never considered that. I will search it.
> >
> "COM34" entered in tcommselector should work. Please report if does not
> work
> for you.
>
> 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
>
--
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