Re: [MSEide-MSEgui-talk] About MDI

2011-12-01 Thread Martin Schreiber
On 12/01/2011 08:54 PM, IvankoB for-mse wrote: > Is it possible that each of such form can manage own modality stack - > so that it would look like several applications run simulataneously ? > Not in MDI. With normal applications twidget.show(ml_window,) can be used for different modal stacks. M

[MSEide-MSEgui-talk] About MDI

2011-12-01 Thread IvankoB for-mse
Is it possible that each of such form can manage own modality stack - so that it would look like several applications run simulataneously ? -- All the data continuously generated in your IT infrastructure contains a defi

Re: [MSEide-MSEgui-talk] compiling for windows

2011-12-01 Thread Martin Schreiber
On 12/01/2011 08:09 PM, Patrick Goupell wrote: > > > > I have successfully copied the current msegui source to windows and > compiled it. > > I then built and tested my app. > > It works. Connects to the mysql database server and retrieves data. > Congrats! MSEide+MSEgui rocks. ;-) Martin

Re: [MSEide-MSEgui-talk] compiling for windows

2011-12-01 Thread Patrick Goupell
On 12/01/2011 01:55 PM, Sieghard wrote: > Hallo Martin, > > Du schriebst am Thu, 01 Dec 2011 07:23:41 +0100: > > >> You need a FPC Linux-Windows cross compiler, Windows binutils and what >> not... Never done my self. Please search the FPC Wiki and other FPC >> > It's not so difficult by

Re: [MSEide-MSEgui-talk] OpenSSL question

2011-12-01 Thread Sieghard
Hallo Martin, Du schriebst am Thu, 01 Dec 2011 07:13:33 +0100: > > (BTW, what's that "splunk" stuff meant for that's recently advertised in ... > SourceForge adds advertising to the mailing lists. _Very_ specific advertising. Those "splunk" people must have paid them a lot. On the other hand, th

Re: [MSEide-MSEgui-talk] compiling for windows

2011-12-01 Thread Sieghard
Hallo Martin, Du schriebst am Thu, 01 Dec 2011 07:23:41 +0100: > You need a FPC Linux-Windows cross compiler, Windows binutils and what > not... Never done my self. Please search the FPC Wiki and other FPC It's not so difficult by far. Although I did that just once yet, it was very simple - sure

Re: [MSEide-MSEgui-talk] compiling for windows

2011-12-01 Thread Martin Schreiber
On 12/01/2011 06:32 PM, Patrick Goupell wrote: > >> I am getting the following error when I open the project: >> >> Error reading sgDisplay.datacols.items: Component "mainfo"; >> Error reading tstringcols.valuefalse: Unknown proerty: "valuefalse" >> >> Any ideas what this is? >> tstringcols.value

Re: [MSEide-MSEgui-talk] compiling for windows

2011-12-01 Thread Patrick Goupell
On 12/01/2011 12:32 PM, Patrick Goupell wrote: > > On 12/01/2011 12:21 PM, Patrick Goupell wrote: > >> On 12/01/2011 12:12 PM, Patrick Goupell wrote: >> >> >>> I download and installed the free pascal compiler on windows xp. >>> >>> Downloaded and installed the windows installer of mseg

Re: [MSEide-MSEgui-talk] compiling for windows

2011-12-01 Thread Patrick Goupell
On 12/01/2011 12:21 PM, Patrick Goupell wrote: > > On 12/01/2011 12:12 PM, Patrick Goupell wrote: > >> I download and installed the free pascal compiler on windows xp. >> >> Downloaded and installed the windows installer of msegui. >> >> Copied my project folder from linux to wineows. >> >> S

Re: [MSEide-MSEgui-talk] compiling for windows

2011-12-01 Thread Patrick Goupell
On 12/01/2011 12:12 PM, Patrick Goupell wrote: > I download and installed the free pascal compiler on windows xp. > > Downloaded and installed the windows installer of msegui. > > Copied my project folder from linux to wineows. > > Started msegui and opened my project. > > Did a build and then F9

Re: [MSEide-MSEgui-talk] compiling for windows

2011-12-01 Thread Patrick Goupell
I download and installed the free pascal compiler on windows xp. Downloaded and installed the windows installer of msegui. Copied my project folder from linux to wineows. Started msegui and opened my project. Did a build and then F9 to run it. Got an error code 217 (unhandled exception). But

Re: [MSEide-MSEgui-talk] compiling for windows

2011-12-01 Thread Patrick Goupell
Thank you. I will give it a try. On 12/01/2011 08:04 AM, Graeme Geldenhuys wrote: On 1 December 2011 14:28, Patrick Goupell wrote: Do you have a link to the instructions you followed. http://wiki.freepascal.org/Cross_compiling_for_Win32_under_Linux I also attached the sc

Re: [MSEide-MSEgui-talk] compiling for windows

2011-12-01 Thread Graeme Geldenhuys
On 1 December 2011 14:28, Patrick Goupell wrote: >> > Do you have a link to the instructions you followed. http://wiki.freepascal.org/Cross_compiling_for_Win32_under_Linux I also attached the script I used to do the actual compiling. I used the latest stable FPC (2.4.5) to compile a 2.5.1 (soo

Re: [MSEide-MSEgui-talk] compiling for windows

2011-12-01 Thread Patrick Goupell
On 12/01/2011 03:53 AM, Graeme Geldenhuys wrote: > On 1 December 2011 08:23, Martin Schreiber wrote: > >> You need a FPC Linux-Windows cross compiler, Windows binutils and what >> not... Never done my self. Please search the FPC Wiki and other FPC >> resources for the matter. >> > Corre

Re: [MSEide-MSEgui-talk] compiling for windows

2011-12-01 Thread Graeme Geldenhuys
On 1 December 2011 08:23, Martin Schreiber wrote: > > You need a FPC Linux-Windows cross compiler, Windows binutils and what > not... Never done my self. Please search the FPC Wiki and other FPC > resources for the matter. Correct, I did this just the other day. I used my 64bit Linux MSEide to com