Re: [MSEide-MSEgui-talk] MSEgui video demo

2013-01-07 Thread Ivanko B
You don't have privacy anymore
===
Not a trouble for people from communistic world :)

The ideal solution for sharing videos might be be video hosting
(casting FLV files for peple with unlimited Internet traffic) with
download hyperlink provided.

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEgui video demo

2013-01-07 Thread Graeme Geldenhuys
On 01/06/13 16:57, Ivanko B wrote:
 Just convert it into a FLV video [as for YouTube ].

I double checked via MD5 and the source file I have and the one uploaded
to my website are identical. The file is MPEG4 (or Divx), but it works
fine here on two different PC's using VLC.

If the file must be converted to a different format, please use a format
that is more open like OGG Video or WebM, which means it can play in any
web browser via File-Open menu. Please no Flash!


Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-07 Thread Алексей Логинов
Thank you for fp.prj. Now I compiled fp-ide with help MSEide.
But I can not run terminal in CP866.
My command for running must be:
export LANG=ru_RU.CP866  export LC_CTYPE=ru_RU.CP866  lxterminal ./fp
but it does not work in MSEide (export does not supported).
this command works: lxterminal ./fp
but I need CP866

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-07 Thread Martin Schreiber
On Monday 07 January 2013 17:22:23 Алексей Логинов wrote:
 Thank you for fp.prj. Now I compiled fp-ide with help MSEide.
 But I can not run terminal in CP866.
 My command for running must be:
 export LANG=ru_RU.CP866  export LC_CTYPE=ru_RU.CP866  lxterminal ./fp
 but it does not work in MSEide (export does not supported).
 this command works: lxterminal ./fp
 but I need CP866

Did you try the -em option in 'Project'-'Options'-'Debugger'-'xterm Options'?
man xterm:

  -en encoding
   This option determines the encoding on which  xterm  runs.   It
   sets  the locale resource.  Encodings other than UTF-8 are sup-
   ported by using luit.  The -lc option should be used instead of
   -en for systems with locale support.

The environment variables for the debuggee can be set 
in 'Target'-'Environment'-'Environment variables'.

Martin

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-07 Thread Алексей Логинов
xterm don't work with CP866, I use lxterminal or gnome-terminal.
 'Project'-'Options'-'Debugger'-'xterm Options'
I can not find this options.
 'Target'-'Environment'-'Environment variables'
No result.

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-07 Thread Martin Schreiber
On Monday 07 January 2013 18:07:07 Алексей Логинов wrote:
 xterm don't work with CP866, I use lxterminal or gnome-terminal.

  'Project'-'Options'-'Debugger'-'xterm Options'

 I can not find this options.

Please use MSEide 2.8.6, or git master branch. I made the option especially 
for you. ;-)
'External Console' must be activated.
 
  'Target'-'Environment'-'Environment variables'

 No result.

It sets the environment of fp not the environment of xterm.

Martin

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-07 Thread Sieghard
Hallo Алексей,

Du schriebst am Mon, 7 Jan 2013 19:22:23 +0300:

 export LANG=ru_RU.CP866  export LC_CTYPE=ru_RU.CP866  lxterminal ./fp
 but it does not work in MSEide (export does not supported).

Could it possibly be that your _shell_ modifies the locale setting after
the terminal has opened and before fp is called? You might want to check
the locale setting your shell performs also to make it behave.
(I just tested a similar case, and found that the shell always reset the
locale to what it was told to use. LANG=... didn't have any effect.)

-- 
(Weitergabe von Adressdaten, Telefonnummern u.ä. ohne Zustimmung
nicht gestattet, ebenso Zusendung von Werbung oder ähnlichem)
---
Mit freundlichen Grüßen, S. Schicktanz
---


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEgui video demo

2013-01-07 Thread Sieghard
Hallo Ivanko,

Du schriebst am Mon, 7 Jan 2013 13:53:03 +0500:

 You don't have privacy anymore
 ===
 Not a trouble for people from communistic world :)

Yes, you might be accustomed to be watched all time, but even those people
used to have some privacy. The new social media provoke many to give up even
this - and even voluntarily so.

 The ideal solution for sharing videos might be be video hosting

Anyone can do that if they have some web space of their own.

 (casting FLV files for peple with unlimited Internet traffic) with
 download hyperlink provided.

Apart from the fact that digital video formats are a mess, isn't flv just a
container that can carry most anything around?

-- 
(Weitergabe von Adressdaten, Telefonnummern u.ä. ohne Zustimmung
nicht gestattet, ebenso Zusendung von Werbung oder ähnlichem)
---
Mit freundlichen Grüßen, S. Schicktanz
---


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEgui video demo

2013-01-07 Thread Sieghard
Hallo Graeme,

Du schriebst am Mon, 07 Jan 2013 12:22:31 +:

 Yeah, YouTube (and Google products) are pretty frustrating sometimes.
 eg: Using a browser without Flash installed (Firefox 17), I can't view
 many videos on  YouTube via HTML5 Video. But embed that same video in a
 Google+ post, then it plays fine without Flash! Go figure!!

As I wrote to Ivanko, apart from the fact that video formats are a mess
anyway, isn't the flash format just a container format? As are most other
well known video formats, BTW - even mpeg4, I lately read, doesn't
specify _exactly_ its contents, but allows for a - albeit rather strictly
controlled - range of content codings.
Your problem with Youtube videos might even be caused by that mess - the
file extensions tell close to nothing about the content, and sometimes
they're righteously misleading. Change the extension that your player
doesn't like to something it accepts, and it tries and opens the file and
there's a good chance that it will find it acceptable...
BTW, Linux' mplayer is very versatile in this respect and takes most
formats you throw at it. And it can even convert to other formats.
(But other players are versatile enough as well;)

-- 
(Weitergabe von Adressdaten, Telefonnummern u.ä. ohne Zustimmung
nicht gestattet, ebenso Zusendung von Werbung oder ähnlichem)
---
Mit freundlichen Grüßen, S. Schicktanz
---


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-07 Thread Алексей Логинов
Sieghard, this command: export LANG=ru_RU.CP866  export
LC_CTYPE=ru_RU.CP866  lxterminal ./fp works fine in distro (problems
in xterm only and in other terminals, but no problems with lxterminal
and gnome-terminal), but this command don't work in MSEide.

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Russian fp-IDE

2013-01-07 Thread Martin Schreiber
On Monday 07 January 2013 22:13:04 Алексей Логинов wrote:
 Sieghard, this command: export LANG=ru_RU.CP866  export
 LC_CTYPE=ru_RU.CP866  lxterminal ./fp works fine in distro (problems
 in xterm only and in other terminals, but no problems with lxterminal
 and gnome-terminal), but this command don't work in MSEide.

Did you understand my previous mail 
about 'Project'-'Options'-'Debugger'-'xterm Options'?
If you activate 'Project'-'Options'-'Debugger'-'External Console' MSEide runs 
an xterm instance with 'xterm Options' and connects stdinp and stdout of 
xterm and the debugged program. xterm has commandline options for language 
and encoding setting. man xterm:

  -en encoding
   This  option  determines  the encoding on which xterm runs.  It
   sets the locale resource.  Encodings other than UTF-8 are  sup-
   ported by using luit.  The -lc option should be used instead of
   -en for systems with locale support.


   -lc Turn  on  support  of various encodings according to the users'
   locale setting, i.e., LC_ALL,  LC_CTYPE,  or  LANG  environment
   variables.   This  is  achieved by turning on UTF-8 mode and by
   invoking luit  for  conversion  between  locale  encodings  and
   UTF-8.   (luit  is  not invoked in UTF-8 locales.)  This corre-
   sponds to the locale resource.

   The actual list of encodings which are supported is  determined
   by luit.  Consult the luit manual page for further details.

   See  also the discussion of the -u8 option which supports UTF-8
   locales.

   +lc Turn off support of automatic selection  of  locale  encodings.
   Conventional 8bit mode or, in UTF-8 locales or with -u8 option,
   UTF-8 mode will be used.

   -lcc path
   File name for the encoding converter from/to  locale  encodings
   and  UTF-8  which  is  used with -lc option or locale resource.
   This corresponds to the localeFilter resource.


Because fp-IDE uses VT100 terminal control sequences which are not supported 
by the internal 'Target Console' of MSEide an external terminal emulator must 
be used. xterm is the only terminal emulator which can connect a running 
program I know. Potential error messages from xterm startup are listed 
in 'Target Console' window.

Martin

--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk