Re: [MSEide-MSEgui-talk] drag and drop data, how?

2012-10-24 Thread Martin Schreiber
On Tuesday 23 October 2012 19:42:16 Alexandre Minoshi wrote: Hello, Martin! How i can use drag and drop? For example drag data from one stringgrid and drop to second stringgrid? An example is here:

Re: [MSEide-MSEgui-talk] FreePascal.Ru: analog of (Delphi's) OnDropFiles

2012-10-24 Thread Martin Schreiber
On Tuesday 23 October 2012 19:47:57 Alexandre Minoshi wrote: 23.10.2012 15:03, Martin Schreiber пишет: On Tuesday 23 October 2012 09:40:04 IvankoB wrote: Q: how ? What does it? Martin It was my question :) In lazarus form have event onDropFiles (Tform.OnDropFiles). This event is

Re: [MSEide-MSEgui-talk] MSEi18n doesn't compile

2012-10-24 Thread Martin Schreiber
On Wednesday 24 October 2012 06:20:05 IvankoB wrote: Compiling tools\i18n\project_mfm.pas Compiling .\lib\common\designutils\msesettings.pas Compiling .\lib\common\designutils\msesettings_mfm.pas Compiling .\lib\common\dialogs\mseshortcutdialog.pas Compiling

Re: [MSEide-MSEgui-talk] Running unattended

2012-10-24 Thread Martin Schreiber
On Tuesday 23 October 2012 17:57:45 Sieghard wrote: Hello Martin, I would like (or rather, am obliged) to create an application that can run for a long time without getting any user input, just displaying some data received by some hardware interface (serial ports, network or such). It's got

Re: [MSEide-MSEgui-talk] Running unattended

2012-10-24 Thread Martin Schreiber
On Tuesday 23 October 2012 20:59:27 Sieghard wrote: Hallo Patrick, Du schriebst am Tue, 23 Oct 2012 13:45:33 -0400: where this might come from and how to get rid of those lock-ups? What if you set up a timer process to wake up every n minutes? The on event can do nothing or something

Re: [MSEide-MSEgui-talk] FreePascal.Ru: analog of (Delphi's) OnDropFiles

2012-10-24 Thread IvankoB
How drop files on form in MSE? Not implemented yet. Is there a protocoll defined from freedesktop.org for the purpose? There's smth to read : http://www.newplanetsoftware.com/xdnd/supporters.html -- Everyone

Re: [MSEide-MSEgui-talk] FreePascal.Ru: analog of (Delphi's) OnDropFiles

2012-10-24 Thread IvankoB
How drop files on form in MSE? Not implemented yet. Is there a protocoll defined from freedesktop.org for the purpose? Also: http://en.wikipedia.org/wiki/X_Window_selection -- Everyone hates slow websites. So do

Re: [MSEide-MSEgui-talk] FreePascal.Ru: analog of (Delphi's) OnDropFiles

2012-10-24 Thread IvankoB
Not implemented yet. Is there a protocoll defined from freedesktop.org for the purpose? All Xorg specifications: http://www.freedesktop.org/wiki/Specifications -- Everyone hates slow websites. So do we. Make your

Re: [MSEide-MSEgui-talk] drag and drop data, how?

2012-10-24 Thread Alexandre Minoshi
24.10.2012 14:46, Martin Schreiber пишет: On Tuesday 23 October 2012 19:42:16 Alexandre Minoshi wrote: Hello, Martin! How i can use drag and drop? For example drag data from one stringgrid and drop to second stringgrid? An example is here:

Re: [MSEide-MSEgui-talk] Running unattended

2012-10-24 Thread Sieghard
Hallo Patrick, Du schriebst am Tue, 23 Oct 2012 16:43:32 -0400: the Linux case. Do timers run in a separate thread under Windows? I don't know if they run in a separate thread or not. Martin may know the answer to that. The question was rather meant as rhetorical, anyway - but as far

Re: [MSEide-MSEgui-talk] Running unattended

2012-10-24 Thread Ivanko B
Why not to use a IFI client/server pair where client writting to a server's dataset can be handled by DB events etc ? It also provides secure communicartion channels, link persisnce (due to SSL) ... -- Everyone hates slow

Re: [MSEide-MSEgui-talk] Running unattended

2012-10-24 Thread Sieghard
Hallo Martin, Du schriebst am Wed, 24 Oct 2012 09:57:09 +0200: the Linux case. Do timers run in a separate thread under Windows? No. As I expected. Thank you for the information. -- (Weitergabe von Adressdaten, Telefonnummern u.ä. ohne Zustimmung nicht gestattet, ebenso Zusendung von

Re: [MSEide-MSEgui-talk] Running unattended

2012-10-24 Thread Ivanko B
Possibly Sieghard wants to have its client-side app of service (daemon) type. It's a special type of win-32 apps - with attention to error handling, auto restarting if killed/died/zombied etc. Correct ? If yes then MSEgui should provide a such type of project :)

Re: [MSEide-MSEgui-talk] Running unattended

2012-10-24 Thread Ivanko B
If yes then MSEgui should provide a such type of project :) More correct - a project template with an interface class declaring methods which should be implemented to have the daemon behavior. -- Everyone hates

Re: [MSEide-MSEgui-talk] Running unattended

2012-10-24 Thread Ivanko B
Smth like LazDaemon: http://wiki.freepascal.org/Daemons_and_Services or Lazarus's TDaemon+TDaemonMaper :

Re: [MSEide-MSEgui-talk] Running unattended

2012-10-24 Thread Sieghard
Hallo Martin, Du schriebst am Wed, 24 Oct 2012 09:55:17 +0200: sending alarm signals (which did away with a similar issue under Linux some time ago, and still does). IIRC there was a problem on Linux because of lost timer events. If the problem still exists it is time now to fix it right

Re: [MSEide-MSEgui-talk] Running unattended

2012-10-24 Thread Sieghard
Hallo Ivanko, Du schriebst am Thu, 25 Oct 2012 01:57:45 +0500: Possibly Sieghard wants to have its client-side app of service (daemon) type. It's a special type of win-32 apps - with attention to Yes, that might be a possible solution - although I'm still quite reluctant to delve into these

Re: [MSEide-MSEgui-talk] Running unattended

2012-10-24 Thread Sieghard
Hallo Ivanko, Du schriebst am Thu, 25 Oct 2012 00:27:46 +0500: Why not to use a IFI client/server pair where client writting to a Interesting idea. There's just the tiny problem that one of the participants cannot speak Pascal - it only speaks IEC(6)1131, the programming language for PLCs. --

Re: [MSEide-MSEgui-talk] drag and drop data, how?

2012-10-24 Thread Martin Schreiber
On Wednesday 24 October 2012 15:46:41 Alexandre Minoshi wrote: An example is here: https://gitorious.org/mseuniverse/mseuniverse/trees/master/attic/msedocum enting/mse/trunk/help/tutorials/widgets/grids/dragdropgrid Martin Ok. And if I need to move row in stringgrid? Activate

Re: [MSEide-MSEgui-talk] Running unattended

2012-10-24 Thread Martin Schreiber
On Thursday 25 October 2012 01:10:41 Sieghard wrote: Hallo Ivanko, Du schriebst am Thu, 25 Oct 2012 01:57:45 +0500: Possibly Sieghard wants to have its client-side app of service (daemon) type. It's a special type of win-32 apps - with attention to Yes, that might be a possible solution