Re: [MSEide-MSEgui-talk] Fwd: Firebird services

2016-01-15 Thread Martin Schreiber
On Friday 15 January 2016 13:22:27 Martin Schreiber wrote: > Please send the updated test program. > Which operating system? Martin -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM +

Re: [MSEide-MSEgui-talk] Fwd: Firebird services

2016-01-15 Thread Martin Schreiber
On Friday 15 January 2016 13:33:22 Julio Jiménez wrote: > 2016-01-15 13:22 GMT+01:00 Martin Schreiber : > > Please call tfbservice.cancel() if you don't want to close the > > connection. "tfbservice.connected:= false" stops the service for me. What >

Re: [MSEide-MSEgui-talk] Fwd: Firebird services

2016-01-15 Thread Martin Schreiber
On Friday 15 January 2016 13:48:35 Julio Jiménez wrote: > I forgot to say the last BT was using tfbservice.cancel(). > > Using tfbservice.connected:= false > > I get: > > #0 B7FDCCB0 :0 ??() > #1 0810CC9D msethread.pas:300 TMSETHREAD__WAITFOR(this= variable>) [...] tfbservice.onasyncend does not

Re: [MSEide-MSEgui-talk] Fwd: Firebird services

2016-01-15 Thread Martin Schreiber
On Friday 15 January 2016 14:08:46 Martin Schreiber wrote: > I'll add an end event which runs in main thread. git master b1033eaabd62d029ee30c0158f2b8af6b7286382 has tfbservice.onasyncendmain. " procedure tmainfo.endmain(const sender: tfbservice; const aborted: Boolean); begin if

Re: [MSEide-MSEgui-talk] Fwd: Firebird services

2016-01-15 Thread Martin Schreiber
On Friday 15 January 2016 16:35:32 Julio Jiménez wrote: > > BTW, the service is cancelled client side (in the program) but server > continues executing it. In fact database is restored ok. So seems something > is not working as expected (or running service can't be stopped once you > run it). > In

Re: [MSEide-MSEgui-talk] Fwd: Firebird services

2016-01-15 Thread Martin Schreiber
On Friday 15 January 2016 17:19:28 Julio Jiménez wrote: > 2016-01-15 14:35 GMT+01:00 Martin Schreiber : > > On Friday 15 January 2016 14:08:46 Martin Schreiber wrote: > > > I'll add an end event which runs in main thread. > > > > git master b1033eaab

Re: [MSEide-MSEgui-talk] Fwd: Firebird services

2016-01-15 Thread Martin Schreiber
On Friday 15 January 2016 16:35:32 Julio Jiménez wrote: > > Does nback work for you? > > > nback does the copy but once it finishes fires an exception: > > #0 08058B92 :0 fpc_unicodestr_decr_ref() > #1 :0 ??() > > Attached updated example/test project with changes... Please tray again

Re: [MSEide-MSEgui-talk] Fwd: Firebird services

2016-01-15 Thread Martin Schreiber
On Friday 15 January 2016 18:42:25 Julio Jiménez wrote: > 2016-01-15 18:39 GMT+01:00 Martin Schreiber : > > Please tray again with git master > > e5e164282b9f98b887d1feaddf8ca558316d84a2. What I do not understand is why > > isc_service_start() does not return with nbak >

Re: [MSEide-MSEgui-talk] Popup hint for widgets in designer [was: wish (code folding)]

2016-01-15 Thread Martin Schreiber
On Friday 15 January 2016 18:52:53 Fred van Stappen wrote: > > PS: Huh, yes, MSEide doc-help is needed (and it is a big mountain, like a > Swiss mountain). I see some of them if I look out of the window. ;-) > PS2: Yep, I know, I said I will do it, I have to do it. > PS3: But MSEgui doc-help is

Re: [MSEide-MSEgui-talk] Fwd: Firebird services

2016-01-15 Thread Martin Schreiber
On Friday 15 January 2016 18:39:19 Martin Schreiber wrote: > On Friday 15 January 2016 16:35:32 Julio Jiménez wrote: > > Does nback work for you? > > > > > > nback does the copy but once it finishes fires an exception: > > > > #0 08058B92 :0 fpc_un

Re: [MSEide-MSEgui-talk] MSEide and Wine.

2016-01-16 Thread Martin Schreiber
On Saturday 16 January 2016 21:20:20 Fred van Stappen wrote: > Hello. > > MSEide is working very well with Wine (Windows emulator for *nix system). > I like it because you may compile-debug-run live your projects for Windows, > staying on your main Linux or FreeBSD system. No need for complicated >

Re: [MSEide-MSEgui-talk] Number of Make in MSEide.

2016-01-18 Thread Martin Schreiber
On Tuesday 19 January 2016 01:29:36 Fred van Stappen wrote: > Hello Martin. > > Now that fpc has lot of targets, (processor, os,..), IMO, 4 options of > compilation is a few little. Same for macros, 6 is just enough.. > > What do you think to expand it to 9 ? > I think that are too many options. Yo

Re: [MSEide-MSEgui-talk] Get/set cell of TWidgetGrid ?

2016-01-20 Thread Martin Schreiber
On Wednesday 20 January 2016 16:00:44 Fred van Stappen wrote: > Hello. > > I try to set the cell of a TWidgetGrid with this: > > aWidgetGrid[1][2] := 'test' ; > > and to get it with > > astring := aWidgetGrid[1][2]; > > But without luck. > > How must it done ? > Please use the "gridvalue" property

Re: [MSEide-MSEgui-talk] TLabel.Options lao_nounderline

2016-01-21 Thread Martin Schreiber
On Thursday 21 January 2016 14:12:21 Michael Ebner wrote: > Hi all, > > TLabel.Options and the meaning of lao_nogray I have found. > > But what is lao_nounderline for? > Normally tlabel.caption '&abc' will be displayed as "abc". lao_nounderline shows "&abc". The display has not been updated in des

Re: [MSEide-MSEgui-talk] Number of Make in MSEide.

2016-01-23 Thread Martin Schreiber
On Thursday 21 January 2016 23:37:39 Fred van Stappen wrote: > Hello. > > OK, project options is complete now: multi compiler and multi debugger too > ;-) > > All tested and working. > > https://github.com/fredvs/ideU > Nice! Was it difficult to integrate into MSEide? Martin -

Re: [MSEide-MSEgui-talk] Number of Make in MSEide.

2016-01-24 Thread Martin Schreiber
On Sunday 24 January 2016 12.22:46 Fred van Stappen wrote: > > Nice! Was it difficult to integrate into MSEide? > > Hello Martin. > > Once I understood your trick, it was easy. > > For example, I just add the cherry of top of cake: list of exe-extensions in > Project Options = 15 minutes ! > >

Re: [MSEide-MSEgui-talk] Number of Make in MSEide.

2016-01-26 Thread Martin Schreiber
On Tuesday 26 January 2016 20:35:57 Fred van Stappen wrote: > > Nice! Was it difficult to integrate into MSEide? > > All was understandable for me but I loose for one thing: > adding row or change value of tmemodialogedit in new option lists > (Compiler-used, Debugger-used and Exe-Extensions lists)

Re: [MSEide-MSEgui-talk] Number of Make in MSEide.

2016-01-27 Thread Martin Schreiber
On Wednesday 27 January 2016 17:03:32 Fred van Stappen wrote: > > please rename "execommand" edit widget to "exeused". > > Ooops, indeed, it does the trick. ;-) > (And how is it possible that I did not see it ;-( ) > > May I ask you how much time it takes for you to find the bug ? > About 10 minute

Re: [MSEide-MSEgui-talk] what methods should be described

2016-01-27 Thread Martin Schreiber
On 28.01.2016 07:54, Michael Ebner wrote: > Hi all, > > on http://wiki.freepascal.org/Reference:_MSEgui/TWidget properties an > methods are rather complete. In a few days I'll begin with the methods. > > There are many methods. I think, not all are relevant to the average > developer, and I spend

Re: [MSEide-MSEgui-talk] Debug with MSEide.

2016-01-28 Thread Martin Schreiber
On Thursday 28 January 2016 11:36:10 Fred van Stappen wrote: > Hello Martin. > > Could you explain your (best) way to debug a program with MSEide? > [...] First I need to finish another task. I am sure there are more users who can help. Martin ---

[MSEide-MSEgui-talk] MSEide+MSEgui for win64

2016-01-29 Thread Martin Schreiber
Hi, There is a new target for 64 bit Windows (git master 436b0b5d21768986a5b784c74da9947869b4ceed), please test. A somewhat working gdb is here: ftp://ftp.equation.com/gdb/64/gdb.exe Martin -- Site24x7 APM Insight: Get

Re: [MSEide-MSEgui-talk] Debug with MSEide.

2016-01-29 Thread Martin Schreiber
On Thursday 28 January 2016 11:36:10 Fred van Stappen wrote: > Hello Martin. > > Could you explain your (best) way to debug a program with MSEide? > Not the "best" way but how I debug programs. It heavily depends on the actual problems. In order to check why a subroutine in a GUI program doesn't w

Re: [MSEide-MSEgui-talk] dir edit of filedialog disappears after resizing filedialog

2016-01-30 Thread Martin Schreiber
On Saturday 30 January 2016 09:27:36 che fou wrote: > Hi > try open a file in the mseide , resize the filedialog so the dir edit > width becomes equal to the text inside , then close and open the > filedialog again , you will notice that the dir edit disappears . > i don't know if its normal behavi

Re: [MSEide-MSEgui-talk] dir edit of filedialog disappears after resizing filedialog

2016-01-30 Thread Martin Schreiber
On Saturday 30 January 2016 09:27:36 che fou wrote: > Hi > try open a file in the mseide , resize the filedialog so the dir edit > width becomes equal to the text inside , then close and open the > filedialog again , you will notice that the dir edit disappears . > i don't know if its normal behavi

Re: [MSEide-MSEgui-talk] form maximized / minimized

2016-01-30 Thread Martin Schreiber
On Sunday 31 January 2016 01:43:26 Patrick Goupell wrote: > Is it possible to capture when the user clicks the form maximize / > minimize buttons in the upper right corner of the form? "onresize" is triggered by maximize, "onhide" by minimize. "window.windowpos" returns the current state. Martin

Re: [MSEide-MSEgui-talk] OnNavigRequest

2016-01-31 Thread Martin Schreiber
On Monday 01 February 2016 07:55:18 Michael Ebner wrote: > Hi all, > > what is OnNavigRequest for? > MSEgui supports "geographical" focus navigation by arrow keys through calling navigrequest() of the parent widget. "onnavigrequest" is called at the end of navigrequest() in order to allow to chan

Re: [MSEide-MSEgui-talk] big tstringgrid.rowcount causes hang at compile time

2016-02-01 Thread Martin Schreiber
On Monday 01 February 2016 14:30:21 che fou wrote: > Hi > if you try some thing like 1millon mseide will freeze . > At compile time? Please send a test program. Martin -- Site24x7 APM Insight: Get Deep Visibility into App

Re: [MSEide-MSEgui-talk] big tstringgrid.rowcount causes hang at compile time

2016-02-01 Thread Martin Schreiber
On Monday 01 February 2016 14:30:21 che fou wrote: > Hi > if you try some thing like 1millon mseide will freeze . > Aha, this writes 1'000'000 rows with its string values in FPC class streaming system to *.mfm file which is slow. Don't do that. ;-) At runtime it is fast. git master 6117c8ed9fe4308

Re: [MSEide-MSEgui-talk] MSEide+MSEgui on Win2000?

2016-02-01 Thread Martin Schreiber
On Monday 01 February 2016 23:42:50 Graeme Geldenhuys wrote: > Hi Martin, > > Does MSEgui (or MSEide) not support Win2000 any more? I've updated one > of my Windows development VM's which runs Win2000. I updated > MSEide+MSEgui from the repository, it builds fine, but when I run the > mseide.exe it

Re: [MSEide-MSEgui-talk] MSEide+MSEgui on Win2000?

2016-02-01 Thread Martin Schreiber
On Tuesday 02 February 2016 07:35:52 Martin Schreiber wrote: > Current git master a584c4883bb2e57de081a12aa0a38dce5bcfd72b works for me on > win2000. There is an article in about the error message: > https://support.microsoft.com/en-us/kb/838857 And there are many more..

Re: [MSEide-MSEgui-talk] big tstringgrid.rowcount causes hang at compile time

2016-02-02 Thread Martin Schreiber
On Tuesday 02 February 2016 14:17:39 che fou wrote: > yes its faster now , thanks > btw , how to assign an image in imagelist to the first row cell , like > the black triangle in dbstringgrid . > Please use a tdataicon in a twidgetgrid and activate .options co_nohscroll. Another option is to imple

Re: [MSEide-MSEgui-talk] ow_hintoff

2016-02-02 Thread Martin Schreiber
On Wednesday 03 February 2016 08:22:43 Michael Ebner wrote: > Hi all, > > what is ow_hintoff really doing? > It overrides the hint state of the parent widget(s): " function twidget.getshowhint: boolean; begin result:= (ow_hinton in foptionswidget) or not (ow_hintoff in foptionswidget) and

Re: [MSEide-MSEgui-talk] MSEide and Wine.

2016-02-03 Thread Martin Schreiber
On Wednesday 03 February 2016 21:45:58 Fred van Stappen wrote: > > One probably > > should ask Wine people. > > Not lot of movement there : > https://forum.winehq.org/viewtopic.php?f=8&t=26021 > Sad. :-( Maybe add a simple MSEgui exe which shows the problem and a screenshot how it should look and/

Re: [MSEide-MSEgui-talk] minimum packages needed to use msegui in linux

2016-02-07 Thread Martin Schreiber
On Sunday 07 February 2016 18:29:26 che fou wrote: > > $ sudo apt-get install libX11-dev > > $ sudo apt-get install libXft-dev > > thanks , yes this resolves the dependency on lx11 , but still > -lpthread -lc -ldl Please install the glibc-devel package. Martin ---

Re: [MSEide-MSEgui-talk] What are these options for?

2016-02-08 Thread Martin Schreiber
On Monday 08 February 2016 08:15:48 Michael Ebner wrote: > Hi all, > > OptionsWidget, what are the following options for? > > > ow_subfocus, //reflects focus to children If a widget gets focus it immediately focuses a child widget. Used for containerwidgets like tgroupbox. > ow_nochildpaintclip,

Re: [MSEide-MSEgui-talk] What are these options for?

2016-02-09 Thread Martin Schreiber
On Wednesday 10 February 2016 08:02:13 Michael Ebner wrote: > ow_nochildpaintclip, in the attached project I see no difference. > > Maybe I understood something wrong, maybe there is an issue. > Please set frame.colorframe to cl_transparent in order to show the effect. The frame is painted in dop

Re: [MSEide-MSEgui-talk] compiling c files

2016-02-09 Thread Martin Schreiber
On Wednesday 10 February 2016 08:45:02 che fou wrote: > Hi > is it possible to compile c files inside mseide ? . > Yes, MSEide can be used for building gcc projects. I normally set up a make file and call make or a make script in 'Project'-'Make'-'Make Program'. Martin --

Re: [MSEide-MSEgui-talk] compiling c files

2016-02-10 Thread Martin Schreiber
On Wednesday 10 February 2016 09:16:02 che fou wrote: > thatks , is that mean i can't using fpc and gcc in the same project ?. > You can use fpc and gcc in the same project. Setup the make script accordingly. Martin -- S

Re: [MSEide-MSEgui-talk] Bitmap on Raspbian

2016-02-16 Thread Martin Schreiber
On Tuesday 16 February 2016 14:10:23 Jean Michel Rizzardi wrote: > Hi, > > I a m developing a program for Raspberry Pi (first model). > As I cant run MSEide (fatal error on Raspbian), Hmm, I probably packed the wrong binary :-( Please use http://mseide-msegui.sourceforge.net/bin/rpi/mseide.tar.gz

Re: [MSEide-MSEgui-talk] Happy tickets benchmark

2016-02-16 Thread Martin Schreiber
On Tuesday 16 February 2016 16:06:41 Fred van Stappen wrote: > Very impressive the result of MSElang. > It's LLVM's merit. > I am ready to try/use it ;-) > Not ready yet. There is a long way to go. Interesting the answer of the FPC team on any benchmark that it is not significant for "real" progr

Re: [MSEide-MSEgui-talk] Bitmap on Raspbian

2016-02-16 Thread Martin Schreiber
On Tuesday 16 February 2016 14:10:23 Jean Michel Rizzardi wrote: > As I cant run MSEide (fatal error on Raspbian), The wrong binaries have been replaced on SourceForge, thanks for reporting. https://sourceforge.net/projects/mseide-msegui/files/mseide-msegui/4.0/ Martin ---

Re: [MSEide-MSEgui-talk] ow1_noparentwidthextend, ow1_noparentheightextend, ow1_canclosenil,

2016-02-24 Thread Martin Schreiber
On Wednesday 24 February 2016 08:02:41 Michael Ebner wrote: > Hi all, > > what's ow1_noparentwidthextend and ow1_noparentheightextend for? > twidget.getminscrollsize() checks the widgetrects of it's children while calculating the necessary virtual size in order to not clip the children. Children

Re: [MSEide-MSEgui-talk] MSEide - all images missing where DISPLAY > :0

2016-02-24 Thread Martin Schreiber
On Wednesday 24 February 2016 10:06:34 Graeme Geldenhuys wrote: > Hi Martin, > > Any idea why MSEide doesn't paint any toolbar images when MSEide is used > on a X server running on DISPLAY :1 or higher? > > I noticed this when I used two computers to generate one large desktop > area (using Xdmx) r

[MSEide-MSEgui-talk] MSEide+MSEgui 4.2

2016-02-24 Thread Martin Schreiber
Hi, MSEide+MSEgui 4.2 has been released: https://sourceforge.net/projects/mseide-msegui/files/mseide-msegui/4.2/ There are also new versions of MSEgit, MSEspice and MSErun: https://sourceforge.net/projects/mseuniverse/files/ New target: Windows 64 bit. Martin --

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.2

2016-02-24 Thread Martin Schreiber
On Thursday 25 February 2016 00:03:16 Graeme Geldenhuys wrote: > > It's the week for upgrades. I'm currently busy upgrading two of my > FreeBSD systems that haven't had anything (or minimal) done for almost 4 > years. So far so good. ;-) > Ouch! The last time I tried to upgrade FreeBSD it went mise

Re: [MSEide-MSEgui-talk] TWidget is ready for revision

2016-02-24 Thread Martin Schreiber
On Thursday 25 February 2016 08:19:56 Michael Ebner wrote: > http://wiki.freepascal.org/Reference:_MSEgui/TWidget > Looks good, thank you very much! Typo: " The options ow1_noparentwidthextend and ow1_noparentheightextend are usually used together with scrolling widgets like TScrollBox or with T

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.2

2016-02-25 Thread Martin Schreiber
On Thursday 25 February 2016 09:12:03 che fou wrote: > the text preview in the project option dialog has a problem when > resizing horizontally, i think its incorrect anchor values ! . Can not reproduce, see attachment. Are there any special steps necessary to trigger the issue? Martin -

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.2

2016-02-25 Thread Martin Schreiber
On Thursday 25 February 2016 09:43:49 che fou wrote: > i am on windows Yup, I can reproduce it there. It depends on the setting of osc_expandshrinkx, either the issue is on Windows or on Linux... I am investigating. Can you retest current git master? It works for me on Windows. Martin -

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.2

2016-02-25 Thread Martin Schreiber
On Thursday 25 February 2016 10:59:23 Martin Schreiber wrote: > On Thursday 25 February 2016 09:43:49 che fou wrote: > > i am on windows > > Yup, I can reproduce it there. It depends on the setting of > osc_expandshrinkx, either the issue is on Windows or on Linux... Nop

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.2

2016-02-25 Thread Martin Schreiber
On Thursday 25 February 2016 10:29:28 Graeme Geldenhuys wrote: > On 2016-02-25 08:43, che fou wrote: > > just keep resizing horizontally back and forth , > > you end up with misaligned text preview . > > Oh, I hate those bugs with a passion. It took me forever to iron out > similar bugs in fpGUI. >

Re: [MSEide-MSEgui-talk] TLabel is ready for revision

2016-02-25 Thread Martin Schreiber
On Friday 26 February 2016 07:55:33 Michael Ebner wrote: > http://wiki.freepascal.org/Reference:_MSEgui/TLabel Looks good, thank you very much! - In the first picture please use "Label3.color:= cl_Yellow" it is more common and does not need to initialise the face property. - The red frame most l

Re: [MSEide-MSEgui-talk] TSimpleWidget ready for revision

2016-02-25 Thread Martin Schreiber
On Friday 26 February 2016 08:15:03 Michael Ebner wrote: > http://wiki.freepascal.org/Reference:_MSEgui/TSimpleWidget > TSimpleWidget also is used as filler in a Layout or the like. Martin -- Site24x7 APM Insight: Get Dee

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.2: Cannot run a program from the IDE

2016-02-26 Thread Martin Schreiber
On Friday 26 February 2016 08:50:51 r.chast...@net-c.fr wrote: > Hello Martin and other! > > I continue this discussion: > http://forum.lazarus.freepascal.org/index.php/topic,31678.msg203311.html#ms >g203311 > > I have just installed it (Windows 10, FPC 3.0.0). I can compile demo.prj, > but when I

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 4.2: Cannot run a program from the IDE

2016-02-26 Thread Martin Schreiber
On Friday 26 February 2016 09:31:08 r.chast...@net-c.fr wrote: > Thank you for your answer. > > Yes, MSEide is also 32-bit. > > Entering the absolute path to gdb didn't solve the problem, but I tried to > click on 'Restart debugger' and now the problem is solved ! > Sorry, I didn't mention that gdb

Re: [MSEide-MSEgui-talk] Cannot compile pipes example from mseuniverse

2016-02-26 Thread Martin Schreiber
On Saturday 27 February 2016 06:37:28 r.chast...@net-c.fr wrote: > Hello! I tried to compile the pipes demo from mseuniverse > (samples\process\pipes) with MSEide+MSEgui 4.2. There is an error on this > line: > > procedure tmainfo.setvalueexe(const sender: TObject; var avalue: msestring; >

Re: [MSEide-MSEgui-talk] msegui on winxp is faster than win7

2016-03-19 Thread Martin Schreiber
On Thursday 17 March 2016 18:10:41 che fou wrote: > Hi > i just tested msegui on an old pc (pentium4 1.8ghz) and winxp , i > surprised that the drawing is (i mean the gui update) is smooth and > faster than in my actual pc (i3 + win7) . > maybe the gdi32 api's on xp is faster than win7 !!. > AFAIK

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-03-25 Thread Martin Schreiber
On Thursday 24 March 2016 17:06:45 Krzysztof wrote: > Hi, > > I would like to try migrate my LCL app to MSEGui but I don't know if > something is missing in MSEGui: > 1. My app is "chat" kind. In LCL, for messages view I used TIpHTMLPanel. > Does MSEGUI has something similar? In fact I don't need H

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-03-25 Thread Martin Schreiber
On Friday 25 March 2016 16:57:27 Krzysztof wrote: > > > MSEgui has TTextEdit which must be placed in a TWidgetGrid. The MSEide > > source editor uses that combination. TTextEdit supports formatted text > > but no images. The best probably would be to make a MSEgui widget which > > uses an external

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-03-25 Thread Martin Schreiber
On Friday 25 March 2016 17:56:49 Martin Schreiber wrote: > > I'll make a demo. > Here: https://gitlab.com/mseide-msegui/mseuniverse/tree/master/samples/widgets/layout One with TSpacer, one with TLay

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-03-25 Thread Martin Schreiber
On Friday 25 March 2016 18:52:28 Krzysztof wrote: > I could do what I always wanted > to do in my app - don't use any HTML/Report control. Instead use > TDrawGrid (or whatever equivalent MSEGUI has) with one stretched > column. Each chat message would be new row in grid which I can draw as > I only

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-03-26 Thread Martin Schreiber
On Friday 25 March 2016 18:59:58 Krzysztof wrote: > > Here: > > https://gitlab.com/mseide-msegui/mseuniverse/tree/master/samples/widgets/ > >layout One with TSpacer, one with TLayouter. > > Thanks again! > BTW: Do you know which audio library Xelplayer is using in backend? > Maybe Alexandre can ans

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-03-26 Thread Martin Schreiber
On Friday 25 March 2016 17:56:49 Martin Schreiber wrote: > > Can you render the icons to png's and then load them into a TImageList at > design time? > If not I'll take a look how to do the job with TFontCache and friends. An example is here: https://gitlab.com/mseide-m

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-03-26 Thread Martin Schreiber
On Saturday 26 March 2016 13:19:57 Krzysztof wrote: > I have question about IDE itself. Is it possible to have everything > docked in one window? (like lazarus AnchrDockingDsgn package) Yes, there is a docking area in main window. Although doing so is not recommended. The "command central" should

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-03-26 Thread Martin Schreiber
On Saturday 26 March 2016 14:52:43 Graeme Geldenhuys wrote: > On 2016-03-26 12:19, Krzysztof wrote: > > I have question about IDE itself. Is it possible to have everything > > docked in one window? > > Yes, MSEide's docking is years ahead of Lazarus's. Simply select "View > -> Panels -> New Panel".

Re: [MSEide-MSEgui-talk] av when clicking on the ribbon of tdbstringgrid scrollbar (both design/runtime)

2016-03-30 Thread Martin Schreiber
On Wednesday 30 March 2016 14:43:33 che fou wrote: > Hi Martin > and there are many other av's that comes rarely and then disappears , > the last one happened , i remember only when i scrolling the source > editor by the mouse wheel , but again it disappears when closing and > reopen the ide . > Wo

Re: [MSEide-MSEgui-talk] av when clicking on the ribbon of tdbstringgrid scrollbar (both design/runtime)

2016-03-31 Thread Martin Schreiber
On Wednesday 30 March 2016 19:50:59 che fou wrote: > this is the callstack after the av Please try again with git master f0d129dcd5c83420fc125b587cd5744184ebc9b6, thanks for reporting. -- Transform Data into Opportunity.

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-03-31 Thread Martin Schreiber
On Wednesday 30 March 2016 22:34:21 Krzysztof wrote: > > Sorry for delay. Had less time on weekend than I thought. I'm > analyzing now your examples by trying to reproduce them by my self in > empty project. The one with TSpacer was easy. With TLayouter not. When > reducing form width, edit stop mo

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-03-31 Thread Martin Schreiber
On Wednesday 30 March 2016 22:56:33 Krzysztof wrote: > > An example is here: > > https://gitlab.com/mseide-msegui/mseuniverse/tree/master/samples/graphics > >/ftglyphs > > > > It needs MSEgui git master 0277701d9fb48394343e5d415dbc858a51f5c573 > > https://gitlab.com/mseide-msegui/mseide-msegui > >

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-03-31 Thread Martin Schreiber
On Wednesday 30 March 2016 10:56:33 pm Krzysztof wrote: > Trying this example now. Downloaded msegui from git repo. In IDE -> > Settings -> Configure MSEide, changed ${MSEDIR} to my git directory. > Opened ftglyphs without error, main form designer also showed without > errors but when running get

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-03-31 Thread Martin Schreiber
On Thursday 31 March 2016 10:29:14 am Martin Schreiber wrote: > On Wednesday 30 March 2016 10:56:33 pm Krzysztof wrote: > > Trying this example now. Downloaded msegui from git repo. In IDE -> > > Settings -> Configure MSEide, changed ${MSEDIR} to my git directory. > > Op

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-03-31 Thread Martin Schreiber
On Thursday 31 March 2016 14:02:41 Krzysztof wrote: > > Here is example. Try to run it and shrink form width. Edit stop moving > in half way. Can't find which property is responsible for this. It is because of tdrawgrid1. Please set tdrawgrid1.anchors an_right to true for example. In order to al

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-03-31 Thread Martin Schreiber
On Thursday 31 March 2016 17:28:50 Krzysztof wrote: > > On Thursday 31 March 2016 14:02:41 Krzysztof wrote: > >> Here is example. Try to run it and shrink form width. Edit stop moving > >> in half way. Can't find which property is responsible for this. > > > > It is because of tdrawgrid1. Please se

Re: [MSEide-MSEgui-talk] Stacked widget?

2016-03-31 Thread Martin Schreiber
On Thursday 31 March 2016 18:59:19 Krzysztof wrote: > Hi Martin, > > Is there any container widget which show only one widget at same time? > Something like LCL TNotebook (or Qt QStackedWidget). > In fact, in my > Lazarus app I don't use TNotebook but simply TPanel with runtime code: > Control.Man

Re: [MSEide-MSEgui-talk] Stacked widget?

2016-04-01 Thread Martin Schreiber
On Friday 01 April 2016 14:18:10 Krzysztof wrote: > > In MSEgui it is TWidget. MSEgui does not distinguish between widgets > > which can have children (Delphi TCustomControl) and simple graphic > > elements (Delphi TGraphicControl) > > This is great. I guess that it also use own windows (like Alien

Re: [MSEide-MSEgui-talk] Totally rounded button (knob)

2016-04-01 Thread Martin Schreiber
On Friday 01 April 2016 14:25:33 Krzysztof wrote: > Hi Martin, > > Is there anything like Knob button? Yes, examples are here: https://gitlab.com/mseide-msegui/mseuniverse/tree/master/attic/msedocumenting/mse/trunk/help/tutorials/widgets/roundbutton see attachment. > > BTW: Is it possible to set

Re: [MSEide-MSEgui-talk] Migration from Lazarus

2016-04-01 Thread Martin Schreiber
On Friday 01 April 2016 17:16:29 Krzysztof wrote: > >> BTW: How to change output dir for all *.o and *.ppu files to local lib > >> dir? Tried Project -> Options -> Make -> Make directory but getting > >> "Make ***ERROR*** 1" in MSEide center (directory "lib" exists) > > > > Please add "-FU" to

Re: [MSEide-MSEgui-talk] IDE - missing "Last opened projects"

2016-04-02 Thread Martin Schreiber
On Saturday 02 April 2016 01:18:14 Graeme Geldenhuys wrote: > On 2016-04-01 20:37, Krzysztof wrote: > > As in subject. Very handy option > > It is there... kind of, but not a very user friendly way. > > Select "Project -> Open Project" The combobox to the left of the Name > caption - click its Down

Re: [MSEide-MSEgui-talk] IDE - missing "Last opened projects"

2016-04-02 Thread Martin Schreiber
On Friday 01 April 2016 21:37:57 Krzysztof wrote: > Hi Martin > > As in subject. Very handy option especially for newbie as me who often > switch between MSE examples and own test projects to compare or check > something. > Please see answer from and to Graeme. > BTW: Do you also have sometimes "G

Re: [MSEide-MSEgui-talk] Totally rounded button (knob)

2016-04-02 Thread Martin Schreiber
On Friday 01 April 2016 22:35:54 Krzysztof wrote: > >> BTW: Is it possible to set little rounding on button edges using > >> TFrame and not using FrameImage / TImageList? > > > > No. There's a tool from Alexandre in order to create the pixmaps. > > Where is it? > The thread is here: http://thread.g

Re: [MSEide-MSEgui-talk] Flat TRichButton - how to change "on mouse" frame?

2016-04-02 Thread Martin Schreiber
On Friday 01 April 2016 23:52:08 Krzysztof wrote: > Hi, > > I'm still learning Frame and Faces. There is a lot of sub properties > so sometimes I'm little lost. I have flat TRichButton (pic1), I want > to change "on mouse" / "hover" frame (pic2) from gray 3d / light to > the one uniform custom colo

Re: [MSEide-MSEgui-talk] IDE - missing "Last opened projects"

2016-04-02 Thread Martin Schreiber
On Saturday 02 April 2016 13:58:39 Graeme Geldenhuys wrote: > > I believe you still have Delphi 7 or Kylix 3 around, so take a look > there. They had excellent Project Group support, and I greatly miss that > features since I moved to FPC back in 2005. > Ouch, the main reason why I didn't implement

Re: [MSEide-MSEgui-talk] IDE - missing "Last opened projects"

2016-04-02 Thread Martin Schreiber
On Saturday 02 April 2016 16:53:23 Krzysztof wrote: > > Are there no problems with a single running MSEide? > > Didn't notice such problem with only one IDE > Then it becomes difficult... Currently I often work with three running MSEide's for MSElang development and I didn't see such problems on 3

Re: [MSEide-MSEgui-talk] Flat TRichButton - how to change "on mouse" frame?

2016-04-02 Thread Martin Schreiber
On Saturday 02 April 2016 17:47:04 Krzysztof wrote: > > > I suggest to extend the frameimagemaker tool to a complete frame/face > > designer which deals with the boring work of frame designing and > > widgetstate mapping. > > What is frameimagemaker? Do you mean mseimagelistextractor? > Yes, Alexan

Re: [MSEide-MSEgui-talk] TCanvas.RoundRect ?

2016-04-02 Thread Martin Schreiber
On Saturday 02 April 2016 17:51:56 Krzysztof wrote: > Hi Martin, > > I'm playing with TPaintBox and MSEgui canvas to see diferences between > LCL TCanvas. Does MSEgui have equivalent for LCL RoundRect? There is > DrawEllipse, DrawCircle but what aboud rounded rectangle? > It needs to combined with

Re: [MSEide-MSEgui-talk] Flat TRichButton - how to change "on mouse" frame?

2016-04-02 Thread Martin Schreiber
On Saturday 02 April 2016 17:53:22 Krzysztof wrote: > > An example is here: > > https://gitlab.com/mseide-msegui/mseuniverse/tree/master/samples/widgets/ > >buttons/hoverframe it needs MSEgui git master > > e037c5246cfe1c3ac242f850762fbe6193a724fd. > > Ahh one thing. You forgot to remove your macro

Re: [MSEide-MSEgui-talk] MSEgui API Documentation

2016-04-02 Thread Martin Schreiber
On Saturday 02 April 2016 19:52:43 Graeme Geldenhuys wrote: > On 2015-09-03 06:44, Martin Schreiber wrote: > > Thanks. Is it possible to store it in a different directory tree? I like > > to add it to MSEuniverse doc/fpdoc: > > https://gitlab.com/mseuniverse/mseuniverse/

Re: [MSEide-MSEgui-talk] Form without auto sbhorz/sbvert ?

2016-04-03 Thread Martin Schreiber
On Sunday 03 April 2016 21:50:40 Fred van Stappen wrote: > > Now for MSE, to disable Tmainfo.frame.sbhorz and Tmainfo.frame.sbvert, I > set Tmainfo.frame.sbhorz.height := 0, Tmainfo.frame.sbvert.height := 0 -> > ok, no more sbhorz/sbvert. (is it the good way ?) > There is also TForm.Container.Frame

Re: [MSEide-MSEgui-talk] IDE code editor - double click selection

2016-04-03 Thread Martin Schreiber
On Monday 04 April 2016 01:50:39 Graeme Geldenhuys wrote: > On 2016-04-03 22:41, Krzysztof wrote: > > In IDE code editor is missing double click selection. Often used for > > copy & paste. This is just my habit from Lazarus > > Not just a Lazarus habit... ALL editors support double-click to select

Re: [MSEide-MSEgui-talk] Form without auto sbhorz/sbvert ?

2016-04-04 Thread Martin Schreiber
On Monday 04 April 2016 17:24:41 Fred van Stappen wrote: > I have some trouble with Tfilenameedit. > > If using: > > uos_LoadLib(Pchar('/home/fred/uos_mse/lib/Linux/64bit/LibPortaudio-64.so')) > -> it works. > > But when using: > Afilenameedit.value := > '/home/fred/uos_mse/lib/Linux/64bit/LibPort

Re: [MSEide-MSEgui-talk] IDE code editor - double click selection

2016-04-04 Thread Martin Schreiber
On Monday 04 April 2016 17:23:18 Fred van Stappen wrote: > > If yes, could you give me some light how to code it (for example 2x click = > select all the word) ? > The code is in "tsourcepage.editontextmouseevent()" of "apps/ide/sourcepage.pas". Martin ---

Re: [MSEide-MSEgui-talk] Used symbols in commit messages

2016-04-04 Thread Martin Schreiber
On Tuesday 05 April 2016 00:14:32 Graeme Geldenhuys wrote: > Hi Martin, > > What are the meanings of the [prefixed] symbols in your commit messages? > > I'm assuming they denote Fixes, Bugs, Changes, Deleted etc? I found the > following symbols and guessing there meaning, but not 100% sure. Would >

Re: [MSEide-MSEgui-talk] IDE code editor - double click selection

2016-04-05 Thread Martin Schreiber
On Tuesday 05 April 2016 10:31:56 Fred van Stappen wrote: > > The code is in "tsourcepage.editontextmouseevent()" > > of "apps/ide/sourcepage.pas". > > > > Martin > > Excellent, thanks. > > Huh, I do not see a double-click in mouse eventkindty... > There are ek_mousewheel, ek_mousemove,ek_mousepa

Re: [MSEide-MSEgui-talk] IDE code editor - double click selection

2016-04-05 Thread Martin Schreiber
On Tuesday 05 April 2016 22:02:43 Fred van Stappen wrote: > > Did you see that MSEide actually does select the word by Shift+DblClick? > > Shift+TrplClick selects the whole row BTW. > > > > Martin > > Huh, no I did not see it ;-( > > Nice to know it. > > By the way, why do you use Shift+DblClick ?

Re: [MSEide-MSEgui-talk] Form without auto sbhorz/sbvert ?

2016-04-05 Thread Martin Schreiber
On Tuesday 05 April 2016 21:57:05 Fred van Stappen wrote: > Hello Martin. > > OK, -> MSE_Simple_Player is working. ;-) > > And congrats for MSE-synchronize(), it works perfectly. > Hint: in MSEgui one can also use application.lock()/unlock() instead of synchronize(). > I have only a last problem

Re: [MSEide-MSEgui-talk] Form without auto sbhorz/sbvert ?

2016-04-06 Thread Martin Schreiber
On Wednesday 06 April 2016 08:22:02 Martin Schreiber wrote: > > But I do not find how to get OnMouseDown/UP with MSE for Tslider. > > > > How could I do this ? > > OnSetValue with disabled TSlider.ScrollBar.Options sbo_thumbtrack should > provide the wanted functiona

Re: [MSEide-MSEgui-talk] Form without auto sbhorz/sbvert ?

2016-04-06 Thread Martin Schreiber
On Wednesday 06 April 2016 12:14:41 Fred van Stappen wrote: > > But... the position in song changes each time when the position of the > slider has changed by the user, I would prefer that the position in song > changes only when the mouse-button is released. > > Is it possible to do that ? > Have

Re: [MSEide-MSEgui-talk] Form without auto sbhorz/sbvert ?

2016-04-06 Thread Martin Schreiber
On Wednesday 06 April 2016 19:06:28 Fred van Stappen wrote: > > > Is it possible to do that ? > > > > Have you disabled TSlider.ScrollBar.Options sbo_thumbtrack? > > Hello. > > TSlider.ScrollBar.Options -> [sbo_moveauto,sbo_showauto,sbo_valuekeys] > -> sbo_thumbtrack is set to "false". > For me On

Re: [MSEide-MSEgui-talk] Form without auto sbhorz/sbvert ?

2016-04-07 Thread Martin Schreiber
On Thursday 07 April 2016 11:52:16 Fred van Stappen wrote: > Hello Martin > > > Do you really use MSEgui git master version? > > Yes. > > >If so please send a testproject > > which shows the problem. > > https://github.com/fredvs/uos -> Please try > /uos/examples/SimplePlayer_MSE.prj > sbo_thumbtra

Re: [MSEide-MSEgui-talk] Form without auto sbhorz/sbvert ?

2016-04-07 Thread Martin Schreiber
index 2698aa63d8c94d93ff704dd8699c12620428b6b2..86fcb775571ca0e42ea38b02ac7131bbf03e91dd 100644 --- a/lib/common/editwidgets/msegraphedits.pas +++ b/lib/common/editwidgets/msegraphedits.pas @@ -1,6 +1,6 @@ -{ MSEgui Copyright (c) 1999-2015 by Martin Schreiber +{ MSEgui Copyright (c) 1999-2016 by Martin Schreib

Re: [MSEide-MSEgui-talk] Black mouse cursor on black background

2016-04-08 Thread Martin Schreiber
On Friday 08 April 2016 13:01:55 Graeme Geldenhuys wrote: > Hi Martin, > > Have you seen this behaviour before, and any idea how to fix it? I just > installed MSEide inside Win7 64-bit. I always use dark editor themes. > But I can't in Win7, because the mouse cursor appears black, on a black > back

  1   2   3   4   5   6   7   8   9   10   >