Re: [MSEide-MSEgui-talk] Using TrueType font without external library (originally from FreeType v1 Pascal version)

2012-10-30 Thread Ivanko B
To use FreeType in Android from FreePascal is difficult. = MSEgui apps may will work under Android, BADA etc ??? -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDy

Re: [MSEide-MSEgui-talk] Using TrueType font without external library (originally from FreeType v1 Pascal version)

2012-10-30 Thread wahono sri
> * Does it support ALL the features that the FreeType library does? AFAIK, the supported features is as FreeType 1. > * It is always going to be behind the actual FreeType library in > development. > * The FreeType library always comes standard with any Linux distro > (actually any X11 insta

Re: [MSEide-MSEgui-talk] Using TrueType font without external library (originally from FreeType v1 Pascal version)

2012-10-30 Thread Graeme Geldenhuys
On 2012-10-30 16:10, wahono sri wrote: > Hi Martin, > > I modified EasyLazFreetype to draw TTF font I could never figure this out. What is the benefit of that package? * Does it support ALL the features that the FreeType library does? * It is always going to be behind the actual FreeType librar

[MSEide-MSEgui-talk] Using TrueType font without external library (originally from FreeType v1 Pascal version)

2012-10-30 Thread wahono sri
Hi Martin, I modified EasyLazFreetype to draw TTF font directly to OpenGL with glVertex2f. I try it in ZenGL and it's fast. If you want you can modify it to use in MSEgui. Please read and download the files from http://zengl.org/forum/index.php/topic,392.0.html Thanks ---

Re: [MSEide-MSEgui-talk] About wo_popup, wo_splash.

2012-10-30 Thread Alexandre Minoshi
> Hmm, reading the source I see that the options are used by window creation > only, so probably .window.destroywindow() must be called. > > Martin > It seems current will be next code : mainfo.window.destroywindow(); mainfo.optionswindow := [wo_groupleader,wo_taskbar, ]; mainfo.windo

Re: [MSEide-MSEgui-talk] About wo_popup, wo_splash.

2012-10-30 Thread Graeme Geldenhuys
Hi Martin, On 2012-10-30 09:59, Martin Schreiber wrote: >> >> P.S. I wrote Tmplayer class , it helps work with mplayer. Interesting >> for you? >> > Yes, do you want to place it on MSEuniverse? On a similar topic. We needed video playback in one of our company projects. We commissioned somebody

Re: [MSEide-MSEgui-talk] About wo_popup, wo_splash.

2012-10-30 Thread Alexandre Minoshi
30.10.2012 17:49, Martin Schreiber пишет: > On Tuesday 30 October 2012 11:37:03 Alexandre Minoshi wrote: >>> You have commit rights on MSEuniverse, please commit it yourself, >>> possibly in a new directory "components". >>> >>> Thanks, Martin >> I will try do it? >> >>> PS. XDND support is under c

Re: [MSEide-MSEgui-talk] About wo_popup, wo_splash.

2012-10-30 Thread Martin Schreiber
On Tuesday 30 October 2012 11:37:03 Alexandre Minoshi wrote: > > You have commit rights on MSEuniverse, please commit it yourself, > > possibly in a new directory "components". > > > > Thanks, Martin > > I will try do it? > > > PS. XDND support is under construction. :-) > > What it XDND? > The usu

Re: [MSEide-MSEgui-talk] About wo_popup, wo_splash.

2012-10-30 Thread Alexandre Minoshi
> You have commit rights on MSEuniverse, please commit it yourself, possibly in > a new directory "components". > > Thanks, Martin I will try do it? > > PS. XDND support is under construction. :-) > What it XDND? Yours, Alexandre Minoshi --

Re: [MSEide-MSEgui-talk] About wo_popup, wo_splash.

2012-10-30 Thread Martin Schreiber
On Tuesday 30 October 2012 11:19:34 Alexandre Minoshi wrote: > 30.10.2012 16:59, Martin Schreiber пишет: > > On Tuesday 30 October 2012 10:37:07 Alexandre Minoshi wrote: > >> P.S. I wrote Tmplayer class , it helps work with mplayer. Interesting > >> for you? > > > > Yes, do you want to place it on

Re: [MSEide-MSEgui-talk] About wo_popup, wo_splash.

2012-10-30 Thread Martin Schreiber
On Tuesday 30 October 2012 10:37:07 Alexandre Minoshi wrote: > > P.S. I wrote Tmplayer class , it helps work with mplayer. Interesting > for you? > Yes, do you want to place it on MSEuniverse? Martin -- Everyone hates slo

Re: [MSEide-MSEgui-talk] About wo_popup, wo_splash.

2012-10-30 Thread Martin Schreiber
On Tuesday 30 October 2012 10:33:26 Martin Schreiber wrote: > On Tuesday 30 October 2012 10:12:49 Alexandre Minoshi wrote: > > Hello! > > > > About wo_popup, wo_splash window options > > > > Is there way to switch them in runtime? > > > > I try execute mainfo.optionswindow := [wo_groupleader,wo_tas

Re: [MSEide-MSEgui-talk] About wo_popup, wo_splash.

2012-10-30 Thread Alexandre Minoshi
30.10.2012 16:33, Martin Schreiber пишет: > On Tuesday 30 October 2012 10:12:49 Alexandre Minoshi wrote: >> Hello! >> >> About wo_popup, wo_splash window options >> >> Is there way to switch them in runtime? >> >> I try execute mainfo.optionswindow := [wo_groupleader,wo_taskbar, >> wo_splash]; >> >

Re: [MSEide-MSEgui-talk] About wo_popup, wo_splash.

2012-10-30 Thread Martin Schreiber
On Tuesday 30 October 2012 10:12:49 Alexandre Minoshi wrote: > Hello! > > About wo_popup, wo_splash window options > > Is there way to switch them in runtime? > > I try execute mainfo.optionswindow := [wo_groupleader,wo_taskbar, > wo_splash]; > > But there is no effect. > That are hints for the win

[MSEide-MSEgui-talk] About wo_popup, wo_splash.

2012-10-30 Thread Alexandre Minoshi
Hello! About wo_popup, wo_splash window options Is there way to switch them in runtime? I try execute mainfo.optionswindow := [wo_groupleader,wo_taskbar, wo_splash]; But there is no effect. Yours, Alexandre Minoshi