Re: [MSEide-MSEgui-talk] drawing tbitmap using tcanvas

2015-04-06 Thread misu kun
thank you , that helps
i'll use opengl+shader instead , since looping on each pixel of the
bitmap is terribly slow especially when the width and height are big
and the calcuation used a long formulas .

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
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 center

2015-03-28 Thread misu kun
btw , what is offest and offset1 in Frame image ?

--
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 center

2015-03-28 Thread misu kun
i mean its not a program :)

--
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] datamodule

2015-03-27 Thread misu kun
thanks Alexandre .

--
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] datamodule

2015-03-26 Thread misu kun
type
 tdatamo = class(tmsedatamodule)
   tsqlite3connection1: tsqlite3connection;
   tmsesqltransaction1: tmsesqltransaction;
   tmsesqlquery1: tmsesqlquery;
   tmsedatasource1: tmsedatasource;
 end;
var
 datamo: tdatamo;

2015-03-26 18:30 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Thursday 26 March 2015 18:08:01 misu kun wrote:
 error

 dbtest.pas(11,37) Error: Incompatible type for arg no. 1: Got
 tdatamo, expected msecomponentclassty

 How is tdatamo defined?

 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] datamodule

2015-03-26 Thread misu kun
error

dbtest.pas(11,37) Error: Incompatible type for arg no. 1: Got
tdatamo, expected msecomponentclassty

createdatamodule function defined like this :
function createdatamodule(instanceclass: msecomponentclassty;
var reference): tmsecomponent;

--
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] datamodule

2015-03-26 Thread misu kun



dbtest.7z
Description: Binary data
--
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] Produced code of MSElang and FPC

2015-03-23 Thread misu kun
 impressive
how is the progression of mselang now , whats have been done  , and
what still not ?
i know it's still early . but seems promising :)

--
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 make mseide open fpc rtl units ?

2015-03-22 Thread misu kun
thanks for the suggestions
dir/**/ works perfectly  :D

so every * represent a number of sub-directory ?

--
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 make mseide open fpc rtl units ?

2015-03-22 Thread misu kun
thanks Graeme
but still can't find files like {$i base.inc} which is included in windows.pp
also the ide can't find the api's definitions , like CreateWindow

--
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 center

2015-03-03 Thread misu kun
nice indeed


2015-03-03 7:53 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Monday 02 March 2015 19:07:56 Alexandre Minoshi wrote:
 Frameimage added!

 http://almin-soft.ru/data/files/tmp/skins.tar.bz2

 Please, test

 Maybe later! :-)

 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


[MSEide-MSEgui-talk] question

2015-03-03 Thread misu kun
hi , just out of curiosity
  tbutton1[0].color := cl_red;
this is valide in compilation , but tbutton is a class not an array ,
so how this happen ?

--
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] question

2015-03-03 Thread misu kun
Oo ,  there is an index property in twidget class   \o/


2015-03-03 18:28 UTC+01:00, misu kun misu@gmail.com:
 hi , just out of curiosity
   tbutton1[0].color := cl_red;
 this is valide in compilation , but tbutton is a class not an array ,
 so how this happen ?


--
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 center

2015-03-03 Thread misu kun
2015-03-03 10:40 UTC+01:00, Alexandre Minoshi mino...@yandex.ru:

 nice indeed





 Please, check, whether the setting face for dropdown window or not?

 A.M.


the dropdown window is black ,
--
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 center

2015-03-03 Thread misu kun
the test program did not work !!
--
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] treeview item selection

2015-03-01 Thread misu kun
the sapce i mean here is beween the vertical lines

2015-03-01 13:29 UTC+01:00, misu kun misu@gmail.com:
 Hi
 is it possible to only highlight the node when selecting and not the whole
 row ?

 also i find that the tree nodes are compact , there is no enough space
 between the line and the new node .
 in the picture lazarus treeview has a good space beween its elements .

 thanks


--
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] treeview item selection

2015-03-01 Thread misu kun
thanks so much

2015-03-02 8:00 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Sunday 01 March 2015 22:10:54 misu kun wrote:
 i've another question
 why the source editor can't open FPC units . for example if i include
 ( sdl ) unit and Ctrl + right mouse click on it , it didn't open !

 Please add the searched directories to
 'Project'-'Options'-'Debugger'-'Source
 directories'.

 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] treeview item selection

2015-03-01 Thread misu kun
thanks
is it possible to increase the space between the 2 lines ?
--
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] View-Memory window

2015-02-26 Thread misu kun
what is Cnt field ?

--
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] View-Memory window

2015-02-25 Thread misu kun
Hi
how can dump address value in this window ? , is it designed for such thing ?

--
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 center

2015-02-25 Thread misu kun
thats so good Alexandre
this program would be very useful .
unfortunately i can't build on windows , some errors appeared


Fatal: Can't find unit dateutils used by msesysintf1
Fatal: Compilation aborted

--
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 center

2015-02-19 Thread misu kun
nice program .
some features would be good if added
1 - skining with images (most importent)
2 - add frame's hiddenedges
3 - menu
4 - final preview

if i had time , i'll contribute

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/4140/ostg.clktrk
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] tslider min max

2015-01-23 Thread misu kun
Hi
where can i set the min  max value of tslider ?

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tslider min max

2015-01-23 Thread misu kun
ok thanks

2015-01-23 10:55 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Friday 23 January 2015 10:20:35 misu kun wrote:
 Hi
 where can i set the min  max value of tslider ?

 Not supported, range is always 0.0..1.0. Please do the range transformation
 in
 code.

 Martin

 --
 New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
 GigeNET is offering a free month of service with a new server in Ashburn.
 Choose from 2 high performing configs, both with 100TB of bandwidth.
 Higher redundancy.Lower latency.Increased capacity.Completely compliant.
 http://p.sf.net/sfu/gigenet
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
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 comparison MSElang - FPC ;-)

2015-01-23 Thread misu kun
LLVM calculate the result at compile time ,
but, for sure llvm is more powerful than fpc ;) , and llvm beat gcc too i guess

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] openglwidget

2015-01-21 Thread misu kun
thanks

2015-01-21 16:15 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Wednesday 21 January 2015 14:49:50 misu kun wrote:
 now it works too if i uncomment the 2 functions body   , ok
 btw , whats renderstart and timestamp ?

 timestamp() returns the current time in microseconds, the origin is
 undefined. renderstatart is used to calculate the actual frames per
 seconds.

 Martin

 --
 New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
 GigeNET is offering a free month of service with a new server in Ashburn.
 Choose from 2 high performing configs, both with 100TB of bandwidth.
 Higher redundancy.Lower latency.Increased capacity.Completely compliant.
 http://p.sf.net/sfu/gigenet
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] openglwidget

2015-01-21 Thread misu kun
it works only if i comment the body of tmainfo.createwinidexe and
tmainfo.clientrectchangedexe .

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] openglwidget

2015-01-21 Thread misu kun
now it works too if i uncomment the 2 functions body   , ok
btw , whats renderstart and timestamp ?

2015-01-21 14:17 UTC+01:00, misu kun misu@gmail.com:
 it works only if i comment the body of tmainfo.createwinidexe and
 tmainfo.clientrectchangedexe .


--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tdockformwidget transparency

2015-01-18 Thread misu kun
thanks , its really nice feature .
but playing wih opacity value at runtime will cost performance i think
, especially when the widget is large . suppose i have a tabwidget
contain a lot of pages and i want them to displays as fade-in fade-out
when switched between them.

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tdockformwidget transparency

2015-01-15 Thread misu kun
i didn't mean full trencparency , i mean 50% , i have a background
image and i want that dockformwidget becomes 50% transparent . is it
possible ?

i mean by dragging , when u drag tdockformwidget inside the mainform
you would see an empty surrounding rectangle moving ,  so is it
possible to make tdockformwidget moving instead of that rectangle ? ,
also when resizing too .

thanks

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tdockformwidget transparency

2015-01-15 Thread misu kun
Hi again ;)
i just see tdockformwidget-dragdock-optionsdock[od_thumbtrack] , so
what is it for?

also i didn't find where to define a directory for -FC and -FU in the
project option

2015-01-15 16:51 UTC+01:00, misu kun misu@gmail.com:
 thanks


--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tdockformwidget transparency

2015-01-15 Thread misu kun
thanks

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] tdockformwidget transparency

2015-01-15 Thread misu kun
Hi Martin
how to set transparency of tdockformwidget , and is there an option
(thumbtrack) to make tdockformwidget dragging visible?

thanks

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
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-05 Thread misu kun
thank you so much

2015-01-04 13:19 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Sunday 04 January 2015 12:44:28 misu kun wrote:
 till i'll understand git , please update the dark skin ;-)
 thanks

 - Copy the files to mseuniverse/skins/cefou/dark
 - Run MSEgit, 'File'-'Open git Repo'-mseuniverse
 - 'git'-'Pull' in order to synchronize the local repository with Gitorious
 (darkgit1.png).
 - Select darkskin.pas, linux.png, readme.txt and windows.png by
 Ctrl+LeftClick (darkgit2.png).
 - RightClick-'Add' (darkgit3.png).
 - Ctrl+O, enter the commit message (darkgit4.png).
 - Click 'Commit') - darkgit5.png
 - 'git'-'push' (darkgit6.png).

 mseuniverse git master 3846e7641b774050eb4bba5d91b572b666a1a801 has the new

 and changed files.

 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] 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


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] skin issue

2015-01-02 Thread misu kun
 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 ?

2015-01-02 5:32 UTC−08:00, Martin Schreiber mse00...@gmail.com:
 On Thursday 01 January 2015 10:46:08 Martin Schreiber wrote:
 On Wednesday 31 December 2014 12:14:52 you wrote:
  Hi
  why trecordfieldedit still has white background while editing , i
  thought skincntroller.dataedit the responsible for that , where can i
  change its color !
 
 Dataedits placed into a twidgetgrid have optionsskin osk_framebuttononly set

 by default - they ignore tskincontroller.dataedit_* settings.

  how can i change the treeview selection items background ? . and the
  node rectangle color

 Activate GridFrame.optionskincontroller.fsco_colorclient, set
 GridFrame.template.colorclient to the wanted value. With this settings the
 tskincontroller1.grid_datacols_* settings are not necessary.
 Additionally set mainfo.grid.datacols.coloractive to cl_none or adjust the
 rgb
 value of cl_active in tskincontroller1.colors[n].

 PS: The git master version of MSEgui uses tfonttemplate in
 tskincontroller.font_* instead of individual properties. Please delete the
 according lines in dark.mfm when MSEide complains and use tfontcomp with the

 same settings. Sorry for that, it was necessary in order to support
 tfont.template.

 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

2014-12-29 Thread misu kun
Hi
tstringedit popup menu , how to change its grayed color shadow , text
background ?
--
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

2014-12-27 Thread misu kun
Hi
tstringedit popup menu , how to change its grayed color shadow , text
background ?
--
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

2014-12-26 Thread misu kun
 the colors can be set by the tskincontroller.font_menu.* properties

ah i did't see it


but in tskincontroller.font_menu there is no fontactive propertie
which is important .
is it possible to set it in onactivate event ?

2014-12-25 7:19 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Wednesday 24 December 2014 19:50:22 misu kun wrote:
 ok
 i think skincontroller.mainmenu / popupmenu need to have font property

 They use stockobjects.fonts[stf_menu], the colors can be set by the
 tskincontroller.font_menu.* properties. More settings are possible in
 tskincontroller.onactivate event.
 It is planned to implement a template component for font effects. It is
 complicated because of the hierarchical organisation of the fonts.

 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

2014-12-24 Thread misu kun
ok
i think skincontroller.mainmenu / popupmenu need to have font property

2014-12-24 18:11 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Wednesday 24 December 2014 16:58:43 misu kun wrote:
 its just because i never used gitorious nor github befor .
 anyway , my username : cefou

 I pushed your files to Gitorious:
 https://gitorious.org/mseuniverse/mseuniverse/source/skins/cefou
 You can change it yourself, please use lowercase only file and unit names
 and
 add copyright notice in the unit headers.

 Thanks, 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

2014-12-23 Thread misu kun
what is skincontroller.databutton ?

2014-12-23 17:02 UTC+01:00, misu kun misu@gmail.com:
 ops , sorry i didn't see booleanedit member .

 2014-12-23 16:59 UTC+01:00, misu kun misu@gmail.com:
 Hi
 is it possible to change tbooleanedit's face and glyph colors with
 skincontroller ?

 2014-12-22 12:59 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Monday 22 December 2014 12:41:55 misu kun wrote:
 thats good
 i think i found a bug about text selection
 to reproduce
 1 - create tstringedit and tbutton
 2 - write 2 or 3 words in tstringedit
 3 - select one word in tstringedit
 4 - press button

 the whole text becomes selected !

 This is as designed, clicking a button calls rootwidget.canparentclose()
 which
 terminates editing, same as by pressing enter. The purpose is that the
 onexecute handler of the button sees the actual edit values in value
 properties. It can be inhibited by activating tbutton.options
 bo_nocandefocus.

 Martin

 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration 
 more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 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

2014-12-22 Thread misu kun
i add 3 color items , but how to apply them ? .

 Do we need an additional cl_edittext?
yes . my actual skins doesn't suit with blue selection color

btw , what empty member does in tskincontroller.dataedit  ?


thanks in advance

2014-12-22 9:20 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Monday 22 December 2014 08:53:21 misu kun wrote:
 Hi
 how can i change tedit font color and text selection color through
 tskincontroller ?

 Add items to tskincontroller.colors for cl_text, cl_selectedtext and
 cl_selectedtextbackground. Do we need an additional cl_edittext?

 Martin

 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
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

2014-12-22 Thread misu kun
Aha its clear now , thanks ;-)

2014-12-22 11:00 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Monday 22 December 2014 10:34:58 misu kun wrote:
 i add 3 color items , but how to apply them ? .

 color = the color you like to change, rgb the actual value, see attachment.

  Do we need an additional cl_edittext?

 yes . my actual skins doesn't suit with blue selection color

 cl_edittext means not selected font color in edit widgets. cl_text
 influences
 all default text colors.

 btw , what empty member does in tskincontroller.dataedit  ?

 It defines what will displayed if a dataedit widget has no entered value.

 Martin


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
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

2014-12-22 Thread misu kun
thats good
i think i found a bug about text selection
to reproduce
1 - create tstringedit and tbutton
2 - write 2 or 3 words in tstringedit
3 - select one word in tstringedit
4 - press button

the whole text becomes selected !


2014-12-22 12:15 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Monday 22 December 2014 11:45:47 misu kun wrote:
 Aha its clear now , thanks ;-)

 git master e63effa6c57437c2d1a7dcec2457630646cfd554 has additionally the
 variable
 
  defaulteditfontcolors: editfontcolorinfoty = (
   text: cl_text;
   textbackground: cl_transparent;
   selectedtext: cl_selectedtext;
   selectedtextbackground: cl_selectedtextbackground;
  );
 
 in msegraphics (experimental), the values can be set in code or by
 tskincontroller.colors.edit* properties.

 Martin

 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
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

2014-12-21 Thread misu kun
thanks , i'll have a look , i just don't find a time to finish these 4 skins .
i hope this week i'll devote some time for it

2014-12-21 8:20 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Saturday 20 December 2014 11:45:28 misu kun wrote:
 i'll try your suggestions , except changing  the values of
 (defaultframecolors) in msegraphics .

 I mean setting the values in your code:
 
  defaultframecolors.light.color:= rgbtocolor(0,0,255);
 [...]
 
 It can also been made by settings in tskincontroller.colors.*.

 Martin

 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
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

2014-12-21 Thread misu kun
Hi
how can i change tedit font color and text selection color through
tskincontroller ?

2014-12-21 13:51 UTC+01:00, misu kun misu@gmail.com:
 thanks , i'll have a look , i just don't find a time to finish these 4 skins
 .
 i hope this week i'll devote some time for it

 2014-12-21 8:20 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Saturday 20 December 2014 11:45:28 misu kun wrote:
 i'll try your suggestions , except changing  the values of
 (defaultframecolors) in msegraphics .

 I mean setting the values in your code:
 
  defaultframecolors.light.color:= rgbtocolor(0,0,255);
 [...]
 
 It can also been made by settings in tskincontroller.colors.*.

 Martin

 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk



--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
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

2014-12-20 Thread misu kun
i'll try your suggestions , except changing  the values of
(defaultframecolors) in msegraphics .

btw , the 8 pictures of the frame's corners and edges , are they must
be in a fixed size or it doesn't matter ?, because some buttons has a
custom shape

2014-12-20 5:51 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Friday 19 December 2014 19:57:54 misu kun wrote:
 thanks , i'll try them except messing with msegui source ;)

 ??? I don't understand.

 Martin

 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
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

2014-12-19 Thread misu kun
Hi
how can i set highlight color and shadow of tbutton's frame ?

2014-12-18 9:01 UTC+01:00, misu kun misu@gmail.com:
 thanks martin .
 no time at the moment :( , i'll try in the evening

 2014-12-18 8:54 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 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 your use clause.

 The skin of MSE tools is an example:
 https://gitorious.org/mseuniverse/mseuniverse/source/tools/toolsskin
 (loadguitemplates.pas).

 iam trying to finish 4 professional skins  , i'll upload them all .

 Please push them to MSEuniverse
 https://gitorious.org/mseuniverse/mseuniverse/source/skins

 Please register on Gitorious if you like
 https://gitorious.org/users/new
 and send me your login name so I can give you commit rights.

 Thanks, Martin

 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk



--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
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

2014-12-18 Thread misu kun
thanks martin .
no time at the moment :( , i'll try in the evening

2014-12-18 8:54 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 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 your use clause.

 The skin of MSE tools is an example:
 https://gitorious.org/mseuniverse/mseuniverse/source/tools/toolsskin
 (loadguitemplates.pas).

 iam trying to finish 4 professional skins  , i'll upload them all .

 Please push them to MSEuniverse
 https://gitorious.org/mseuniverse/mseuniverse/source/skins

 Please register on Gitorious if you like
 https://gitorious.org/users/new
 and send me your login name so I can give you commit rights.

 Thanks, Martin

 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
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

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 mse00...@gmail.com:
 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 Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
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

2014-12-17 Thread misu kun
thanks

2014-12-17 11:15 UTC−08:00, Martin Schreiber mse00...@gmail.com:
 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 effects at design time.

 Martin

 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
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

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'll upload them all .

2014-12-17 12:01 UTC−08:00, Julio Jiménez juj...@gmail.com:
 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 you can change everywidget face/frame... template to your designs to
 see the result in design mode. When I'm happy with the result, I use that
 datamodule with the skin in my projects.

 tskincontroller active property must be 'true'

 To use it, I simply import the unit in the project file and then create the
 datamodule just before any form is created.

 in this example:



  application.createdatamodule(tskinmetalmo,skinmetalmo); // skin

  application.createform(tmainfo,mainfo);
  application.run;

 In this way I get easy to use and distribute skins. Of course there are
 more ways to do it :)

 An image example is attached.

 2014-12-17 20:34 GMT+01:00 misu kun misu@gmail.com:

 thanks

 2014-12-17 11:15 UTC−08:00, Martin Schreiber mse00...@gmail.com:
  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 effects at design time.
 




 --
 Julio Jiménez Borreguero


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
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

2014-12-16 Thread misu kun
this is what i get for now .
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk___
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

2014-12-15 Thread misu kun
ok i'll put some screenshots soon

2014-12-15 8:25 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Monday 15 December 2014 08:07:16 misu kun wrote:
 Many thanks , now i am able to make cool menu styles :)

 Can you show screenshots? BTW, with tskincontroller the settings can be made

 application-wide.

 Martin

 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
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

2014-12-15 Thread misu kun
i am still working  to make the best widget styles for msegui
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk___
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

2014-12-14 Thread misu kun
Hi Martin

seems menu separator need to be editable too (its 2 colors)  :-(

2014-12-12 20:21 UTC+01:00, misu kun misu@gmail.com:
 thanks so much , it works .

 2014-12-12 17:54 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Friday 12 December 2014 10:57:42 Martin Schreiber wrote:
 On Friday 12 December 2014 10:40:02 misu kun wrote:
  Hi Martin
  can i remove the frame of the checkbox in the menu item , and let only
  its glyph ?

 Probably it needs more options. ;-)
 I'll have a look.

 Please activate tpopupmenu.checkboxframetemplate.template.optionsskin
 fso_flat
 (git master c64dc81f4eb2d7e2ee9e784ba47c47bc52e25bff).

 Martin



 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk



--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
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

2014-12-14 Thread misu kun
Many thanks , now i am able to make cool menu styles :)

2014-12-14 18:24 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Sunday 14 December 2014 13:05:00 misu kun wrote:
 Hi Martin

 seems menu separator need to be editable too (its 2 colors)  :-(

 git master 86a1a73e176cc479e09fa85564f92877fd41bcc5
 has separatorframetemplate properties.

 Martin

 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
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

2014-12-12 Thread misu kun
Hi Martin
can i remove the frame of the checkbox in the menu item , and let only
its glyph ?
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk___
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

2014-12-12 Thread misu kun
thanks so much , it works .

2014-12-12 17:54 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Friday 12 December 2014 10:57:42 Martin Schreiber wrote:
 On Friday 12 December 2014 10:40:02 misu kun wrote:
  Hi Martin
  can i remove the frame of the checkbox in the menu item , and let only
  its glyph ?

 Probably it needs more options. ;-)
 I'll have a look.

 Please activate tpopupmenu.checkboxframetemplate.template.optionsskin
 fso_flat
 (git master c64dc81f4eb2d7e2ee9e784ba47c47bc52e25bff).

 Martin



 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
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

2014-12-05 Thread misu kun
2014-12-05 15:53 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Thursday 04 December 2014 14:14:21 misu kun wrote:
 well , in my design , menus should be flat , so disabled menu item
 font should take only one color (cl_darkgry probably) .
 in previous screenshot you may see that it's not looking good .

 hope you add properties for that ;)

 git master 67399282e8678c540b4825c81e84d4356fd285d5 has some more lines.
 Please set tfont.grayed_colorshadow to cl_none in order to swith off 3D
 effect.

 Martin


Thanks Martin so much , it works
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] smooth animation

2014-12-04 Thread misu kun
yes that's helpful for large drawing  ,thanks

2014-12-04 9:19 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Thursday 04 December 2014 08:55:28 Martin Schreiber wrote:
 On Thursday 04 December 2014 08:43:07 misu kun wrote:
  btw , what's the advantage of using tpaintbox over simplewidget ?

 tpaintbox has more published event properties. Earlier tsimplewidget had
 no
 onpaint event IIRC. I plan to inherit tpaintbox from tscrollbox in order
 to
 have a scrollbar frame.

 Done, git master 6117d413cd175a1da4e84ffb315caecb4265e115.

 Martin

 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2014-12-04 Thread misu kun
Hi Martin
i want to customize tedit menu so it will look like tmainform menu .

thanks
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk___
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

2014-12-04 Thread misu kun
thanks , it works
but the disabled menu item , how can change the font color of it ?
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk___
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

2014-12-04 Thread misu kun
well , in my design , menus should be flat , so disabled menu item
font should take only one color (cl_darkgry probably) .
in previous screenshot you may see that it's not looking good .

hope you add properties for that ;)

thanks

2014-12-04 13:05 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Thursday 04 December 2014 12:29:59 misu kun wrote:
 thanks , it works
 but the disabled menu item , how can change the font color of it ?

 Currently cl_dkgray and cl_white are used for tf_grayed. Is it necessary to

 add more color properties to tfont? It blows up the code again. But I assume

 if all should be adjustable it must be done...

 Martin


 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] smooth animation

2014-12-03 Thread misu kun
btw , what's the advantage of using tpaintbox over simplewidget ? in
term of optimization

thanks


2014-11-30 17:36 UTC+01:00, misu kun misu@gmail.com:
 wow , thanks again

 2014-11-30 16:18 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 Am 30.11.2014 15:44, schrieb Martin Schreiber:

 to_highres is on the way BTW.

 git master 9ab3fcd82f5e85b15057f1d026b2209669fd7fff has ttimer.options
 to_highres, see attachment.

 Martin



--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] smooth animation

2014-11-30 Thread misu kun
Hi Martin
whats the best way to animate tcanvas's primitives (fillrect , line
...) with smoothness .

i am drawing on tsimplewidget , i  use tmainfo's onidle for update the
calculations and then call simplewidget.invalidate() ,and then draw in
simplewidget.onpaint

but its not smooth .

i attached a simple app

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] smooth animation

2014-11-30 Thread misu kun
ok looks like GetTickCount() is the cause , i replace it with
timeGettime()  plus  timeBeginPeriod(1) on tmainfo.oncreate , now the
animation is smooth .

are there some high precision timer in msegui ?

2014-11-30 14:13 UTC+01:00, misu kun misu@gmail.com:



--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] smooth animation

2014-11-30 Thread misu kun
thanks

do you mean  application.beginhighrestimer() should be called inside
ontimer event ?
if so , how do i get the counter value in microsecond , i mean which function?
or i should create an integer and increment it inside ontimer event ?

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] smooth animation

2014-11-30 Thread misu kun
thanks so much

2014-11-30 15:44 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 Am 30.11.2014 16:03, schrieb misu kun:
 thanks

 do you mean  application.beginhighrestimer() should be called inside
 ontimer event ?

 No, it can be done in oncreate or in main program before creating the
 forms. to_highres is on the way BTW.

 if so , how do i get the counter value in microsecond , i mean which
 function?
 or i should create an integer and increment it inside ontimer event ?

 Yes, use an integer counter in ontimer. The interval has high precision
 apart from jitter. timestamp() from unit sysutils returns microseconds
 but also needs application.beginhighrestimer() on Windows in order to
 produce 1 ms jitter.

 Martin

 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] smooth animation

2014-11-30 Thread misu kun
wow , thanks again

2014-11-30 16:18 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 Am 30.11.2014 15:44, schrieb Martin Schreiber:

 to_highres is on the way BTW.

 git master 9ab3fcd82f5e85b15057f1d026b2209669fd7fff has ttimer.options
 to_highres, see attachment.

 Martin


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEide+MSEgui version 3.6

2014-11-29 Thread misu kun
it would be much easier if you include fpc inside the installer , just
like ( lazarus , Codeblocks ..).

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEide+MSEgui version 3.6

2014-11-29 Thread misu kun
you are right, but what i mean is ,what if we provide 2 installers ,
one with fpc (just to make it easier for newbie) and one without .

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEide+MSEgui version 3.6

2014-11-28 Thread misu kun
its really nice to see msegui/mseide still growing .
keep up the good work .

btw , do you have intention to implement code completion or its low priority ?

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Keep up the good work

2014-10-01 Thread misu kun
2014-10-01 5:59 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Wednesday 01 October 2014 00:11:04 Graeme Geldenhuys wrote:
 Hi Martin,

 Once again I would like to share my appreciation for you developing
 MSEide. Even though I don't use MSEgui (its intended target), I find
 MSEide immensely useful in my programming tool set.

 Thanks! :-)
 A new feature of MSEide is dockable form designer windows (see attachment,
 activated by 'Project'-'Options'-'Editor'-'Form Designer'-'Docking') and I
 think about a convenient and handy option to have separate window layout for

 debugging.

 Martin


plus to what Graeme Geldenhuys said , msegui has an unique look , for
me its suitable for making tools and embedded software . now
msegui/ide is my default dev environment

really i'd like to contribute , but the giant source code (with alot
of abstraction) make it difficult to understand its architecture .

thanks again for making this gerat tool

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Docking form designer

2014-09-06 Thread misu kun
ops , i thought its new visual docking system ,
 you mean the mainform becomes dockable for mseide , good too ;)

2014-09-06 15:18 UTC+01:00, misu kun misu@gmail.com:
 great , its good to have such option , many thanks
 if i want to add new docking form to the main form , do i need to
 create new docking form and then drag it over the main form area ?


--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] report examples

2014-09-03 Thread misu kun
thank you very much , in fact you preceded me , i already fix them but not 100%

why not the editor ignoring invalid options and continue loading the
form . this way all the example should works or at least fixing them
will be easy

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] title bar style

2014-08-28 Thread misu kun
thanks
also optionsdock( od_thumbtrack ) is not working .

2014-08-28 10:12 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Thursday 28 August 2014 11:08:28 Martin Schreiber wrote:
 On Thursday 28 August 2014 10:57:32 misu kun wrote:
  i think its bug in msegui , collapsed dockformwidget can't be restored
  after dragging

 It works in the new example made by me. Does the problem exist here too
 https://gitorious.org/mseuniverse/mseuniverse/source/samples/forms/mdi
 ?

 I can reproduce now and try to fix it.

 Martin



 --
 Slashdot TV.
 Video for Nerds.  Stuff that matters.
 http://tv.slashdot.org/
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] title bar style

2014-08-28 Thread misu kun
thanks , it works now
is it possible to drag dockformwidget without the sash ? , i thought
od_thumbtrack do that !

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] title bar style

2014-08-27 Thread misu kun
Hi Martin
i've some dialogs inside the main form , and i want them to have a
tiny title bar , similar to lazarus BorderStyle =bsToolWindow .

like this
--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] title bar style

2014-08-27 Thread misu kun
thank you
is it possible to make the subform displayed inside the main form ?

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] title bar style

2014-08-27 Thread misu kun
i mean the second form should be visible only inside the frame of the main form
like this
--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] title bar style

2014-08-27 Thread misu kun
ops i didn't noticed its fixed , i was trying with an old mseuniverse copy .


thanks for the help

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] title bar style

2014-08-27 Thread misu kun
seems normalizedbutton is not working after minimizing and moving the
tdockformwidget
if you don't move/drag the  tdockformwidget it works ok

2014-08-27 15:49 UTC+01:00, misu kun misu@gmail.com:
 ops i didn't noticed its fixed , i was trying with an old mseuniverse copy
 .


 thanks for the help


--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Full docking of MSEide windows (was General)

2014-08-25 Thread misu kun
still doesn't work , at least in win7

2014-08-25 10:12 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Monday 25 August 2014 07:29:14 Martin Schreiber wrote:
 I'll think about a more aggressive
 behaviour.

 git master 545e31177cb1198dd62b3df3724ceaf272b22074 has 'View'-'Force
 Z-Order', please test.

 Martin

 --
 Slashdot TV.
 Video for Nerds.  Stuff that matters.
 http://tv.slashdot.org/
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] General

2014-08-24 Thread misu kun
its ok , today the problem is gone .
still one question if you don't mind .
how can i bring the main form to the front of my environement ,
because i made a layout that dock every thing in single window . and
if i want to add/edit some controls i've to press F12 every time , so
it would be nice if the form stay in the front always.


thanks

2014-08-24 6:27 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Saturday 23 August 2014 19:28:18 misu kun wrote:
 thanks

 how to disable auto scroll for the main window ?

 What means disable auto scroll? Hiding the scrollbars?
 Disable container.frame.sb*.options sbo_showauto.

 also there is an issue (access violation) when you press enter twice
 on object inspector's events fields  ,  fill the name of the event and
 then press enter twice on it

 Works for me. Do you have a reproducible example?

 Martin

 --
 Slashdot TV.
 Video for Nerds.  Stuff that matters.
 http://tv.slashdot.org/
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] General

2014-08-24 Thread misu kun
both methods dosen't work !!

you can see this flash movie

https://app.box.com/s/rht8kdet749mpkpg38m0

2014-08-24 9:53 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Sunday 24 August 2014 10:38:57 misu kun wrote:
 its ok , today the problem is gone .
 still one question if you don't mind .
 how can i bring the main form to the front of my environement ,
 because i made a layout that dock every thing in single window . and
 if i want to add/edit some controls i've to press F12 every time , so
 it would be nice if the form stay in the front always.

 Activate the little arrow-down button on windows which should remain in
 background (see attachment) or activate the stay on top function of your
 window manager for the form window.

 Martin


--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] lower window

2014-08-24 Thread misu kun
2014-08-24 11:01 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Sunday 24 August 2014 11:47:54 misu kun wrote:
 both methods dosen't work !!

 Which window manager?

 Martin


i am on windows 7 32bits

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] lower window

2014-08-24 Thread misu kun
2014-08-24 13:56 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Sunday 24 August 2014 12:22:00 misu kun wrote:
 2014-08-24 11:01 UTC+01:00, Martin Schreiber mse00...@gmail.com:
  On Sunday 24 August 2014 11:47:54 misu kun wrote:
  both methods dosen't work !!
 
  Which window manager?
 

 i am on windows 7 32bits

 In KDE it is possible to activate 'Keep Below Others' window option. Does
 Windows 7 support a similar setting?


i have no idea .
btw , in windows xp it works fine

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] General

2014-08-23 Thread misu kun
thanks it works now
so the treeview can't be constructed in design time ?
what dose (fieldedit) and (itemlist)  property in treeeitemdit ?

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] General

2014-08-23 Thread misu kun
thanks

how to disable auto scroll for the main window ?
also there is an issue (access violation) when you press enter twice
on object inspector's events fields  ,  fill the name of the event and
then press enter twice on it

2014-08-23 12:17 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Saturday 23 August 2014 12:32:27 Martin Schreiber wrote:
 The fieldedit property can be used in oder to connect a
 trecordfieldedit widget for editing the listitem.valuetext property
 instead of
 using onupdaterowvalues. Possibly currently broken, I need to check.

 Jup, there was a missing inherited. Fixed in MSEide+MSEgui git master
 489266434d01a1f4f2315679c26a9d03838c0fa7. An example is here:
 https://gitorious.org/mseuniverse/mseuniverse/source/attic/msedocumenting/mse/trunk/help/tutorials/widgets/treeview/recordfieldedit

 Martin

 --
 Slashdot TV.
 Video for Nerds.  Stuff that matters.
 http://tv.slashdot.org/
 ___
 mseide-msegui-talk mailing list
 mseide-msegui-talk@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] General

2014-08-22 Thread misu kun
learning by doing with mseide/msegui is a bit hard , you have to
tweaking tons of parametres in the object inspector , its too much
customizable , thats good ! (maybe) .

last night i tried construct a simple treeview , i spent maybe 30min
just to figure out how to do so , in the end i failed .

most of the examples in the trunc didn't work

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] a wish

2014-08-21 Thread misu kun
i see , but it dosen't display them hierarchically .
in this picture twidgetgrid1 is created inside tsimplewidget4 so it
should be represented as a child node of tsimplewidget4 .


thanks
--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] mseide 3.4 (some problems)

2014-08-20 Thread misu kun
2014-08-20 6:52 UTC+01:00, Martin Schreiber mse00...@gmail.com:
 On Tuesday 19 August 2014 21:18:47 misu kun wrote:
 thanks Martin , every things is ok now

 still waiting for fix of compilation with fpc 2.7.1 :D

 Why?

 Martin

 2.7.1 is powerful than 2.6 , alot of optimizations has been included
plus some new extentions .
i personally did some benchmark (pixels manupilations) with both 2.6
and 2.7.1 , i got ~30% speed boost with 2.7.1

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] a wish

2014-08-20 Thread misu kun
it would be good if select component window becomes dockable , and
its list of components will displayed as tree instead of single list ,
so knowing the parents of components will be easy

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] mseide 3.4 (some problems)

2014-08-19 Thread misu kun
Hi
just noticed some problems with v 3.4

1) form scrollbars (vertical / horizontal) both dosen't work in design
time or run time .

2) DBnavigator dosn't respond to the left mouse click properly ,
normally when you clicked on the widget it becomes selected only , but
dbnavigator is selected and follow the mouse cursor movements.

thanks

--
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] mseide 3.4 (some problems)

2014-08-19 Thread misu kun
thanks Martin , every things is ok now

still waiting for fix of compilation with fpc 2.7.1 :D

--
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] deploy problem

2014-07-31 Thread misu kun
thanks  Patrick , it works .
but is it necessary every time i want to deliver a program i tell the
user to type chmod thing ?.

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] deploy problem

2014-07-31 Thread misu kun
its ok , seems transferring the app (naked) from host distro to
usbdisk to guest distro  , changed the permission bits .
i solved it by put the binary in archive file and then extract it in
the guest OS .

thanks

2014-07-31 9:36 UTC+01:00, misu kun misu@gmail.com:
 thanks  Patrick , it works .
 but is it necessary every time i want to deliver a program i tell the
 user to type chmod thing ?.


--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


  1   2   >