Re: [MSEide-MSEgui-talk] twidgetgrid.fixrows.options

2013-03-21 Thread Patrick Goupell


On 03/21/2013 02:59 PM, Patrick Goupell wrote:
 In a twidgetgrid the fixrows [-1] sets the column captions.

 It also has an options of fro_mouseselect.

 Could you give a comment on how / when this would be used?  What kinds
 of things could I do in my program if  I set it to true?

 Thanks

I set it to true and see that it selects the full column if I click it.



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] twidgetgrid onevent question

2013-03-20 Thread Patrick Goupell
In a twidgetgrid what is the purpose of onselectionchanged?  What, if 
anything, needs to be set to cause it to fire?

In the datacols.col what is the purpose of onselectionchanged?  What, if 
anything, needs to be set to cause it to fire?

Thanks.

Patrick

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] twidgetgrid onevent question

2013-03-20 Thread Patrick Goupell


On 03/20/2013 12:23 PM, Martin Schreiber wrote:

 Change the selection state of a cell of the column.

 For example the property tdatacol.selected can be used to change the selection
 state of a cell.


I guess that is not what I really wanted to know.

What I really want to know is in a twidgetgrid is there an onevent 
handler that will tell me when the twidgetgrid.row changes.

IE, the user has changed from row 5 to row 6.

Patrick

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] twidgetgrid onrowdatachanged

2013-03-18 Thread Patrick Goupell
I have set an event handler for onrowdatachanged in my twidgetgrid but 
it does not seem to fire after I changed some column gridvalues and 
moved the focus to a different row.

Do I have to set anything besides the on event handler in the properties?

Thank you.

Patrick


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] grid oncellevent

2013-03-16 Thread Patrick Goupell
Hello,

I have a grid oncellevent handler.

I want to perform different actions based upon whether the shift key is 
held down or not.

I have not been able to figure out the correct pascal coding statement 
to do this (or if it is even possible to do this here).

So far i have gotten only this far:

procedure tmainfo.sgShowHideColsOnCellEvent(const sender: TObject;
var info: celleventinfoty);

begin
 with info
 do begin
 if (iscellclick(info,[ccr_buttonpress]))// is it a 
button press
and (??? shiftstate is what ???)// what would I 
code here
 then begin


 end
 else begin


 end;

Thanks

Patrick

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] mseide bug 64 bit: was tlistbox.dropdown.cols.deleterow

2013-03-15 Thread Patrick Goupell

Hello Martin,

Here is what I found and why I think it is an mseide bug in 64 bit versions.

I created a new virtual machine and installed openSuse 12.2:  
openSUSE-12.2-NET-x86_64.iso.  I took all defaults and selected the KDE 
desktop.


After install I downloaded and installed the free pascal compiler from 
sourceforge.net: fpc-2.6.0-1.x86_64.rpm 
http://sourceforge.net/projects/freepascal/files/Linux/2.6.0/rpm/fpc-2.6.0-1.x86_64.rpm/download


With yast installed libx11-dev

With yast installed git

Downloaded the mseide-msegui source from git:git clone 
git://gitorious.org/mseide-msegui/mseide-msegui.git


Compiled the mseide-msegui program.

Ran it.

It crashed.

I knew this was the last good commit on my system so I did a git 
checkout of commit:  45f4c819cbf0741dc0ece49580bbecba1a3b1637

commit 45f4c819cbf0741dc0ece49580bbecba1a3b1637
Author: Martin Schreiber mse00...@gmail.com
Date:   Sat Mar 2 13:32:37 2013 +0100

* Kylix compatibilit

compiled and tested.

It ran successfully.

Did a git checkout of the next commit:  
f14a016e0b8d354417de4d91287db255d905cb58

commit f14a016e0b8d354417de4d91287db255d905cb58
Author: Martin Schreiber mse00...@gmail.com
Date:   Sat Mar 2 14:56:16 2013 +0100

* Kylix compatibility.

Compiled and tested.

It crashed.

Mseise-msegui runs successfully on my 32 bit debian and windows systems.

Attached is a text log of what I did on the openSuse system.  It has a 
heap trace of the crashes.


So I believe this is an mseide problem and look forward to a fix.

Patrick
patrick@openSuse-12:~ cd mseide-msegui
patrick@openSuse-12:~/mseide-msegui ppcx64 -B -gl -gh -O- -Fulib/common/* -Fulib/common/kernel/linux -Filib/common/kernle/linux apps/ide/mseide.pas
Free Pascal Compiler version 2.6.0 [2011/12/23] for x86_64
Copyright (c) 1993-2011 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling apps/ide/mseide.pas
Compiling ./lib/common/designutils/mseskindesign.pas
Compiling ./lib/common/kernel/mseskin.pas
Compiling ./lib/common/fpccompatibility/mclasses.pas
Compiling ./lib/common/kernel/msetypes.pas
...
...
...
Compiling ./lib/common/regcomponents/regunitgroups.pas
Compiling apps/ide/stringconsts.pas
Compiling apps/ide/stringconsts_mfm.pas
Linking apps/ide/mseide
/usr/bin/ld: warning: link.res contains output sections; did you forget -T?
531050 lines compiled, 51.10 sec 
3 warning(s) issued
patrick@openSuse-12:~/mseide-msegui apps/ide/mseide
Marked memory at $7F150059DDC0 invalid
Wrong signature $05597623 instead of 455B3743
  $0044923A
  $0043D738
  $005EB06D line 212 of lib/common/kernel/linux/msesetlocale.pas
  $00447FFE
  $00432DBD
Heap dump by heaptrc unit
85 memory blocks allocated : 3721/3944
76 memory blocks freed : 3511/3728
9 unfreed memory blocks : 210
True heap size : 425984
True free heap : 424320
Should be : 424616
Marked memory at $7F150059DDC0 invalid
Wrong signature $05597623 instead of 455B3743
  $0044923A
  $0043D738
  $005EB06D line 212 of lib/common/kernel/linux/msesetlocale.pas
  $00447FFE
  $00432DBD
Call trace for block $7F150059DE80 size 22
  $0043CA5A
  $005EB06D line 212 of lib/common/kernel/linux/msesetlocale.pas
  $00447FFE
  $00432DBD
Call trace for block $7F150059BB40 size 32
  $0044923A
  $004F2EAF line 5482 of lib/common/kernel/mseclasses.pas
  $00447FFE
  $00432DBD
Call trace for block $7F150059BA80 size 24
  $004FC2C0
  $0052250A line 4785 of lib/common/fpccompatibility/mclasses.pas
  $004F2EAF line 5482 of lib/common/kernel/mseclasses.pas
  $00447FFE
  $00432DBD
Call trace for block $7F150053D340 size 16
  $0052250A line 4785 of lib/common/fpccompatibility/mclasses.pas
  $004F2EAF line 5482 of lib/common/kernel/mseclasses.pas
  $00447FFE
  $00432DBD
Call trace for block $7F150059B9C0 size 32
  $0044923A
  $004F2EA0 line 5480 of lib/common/kernel/mseclasses.pas
  $00447FFE
  $00432DBD
Call trace for block $7F150059B900 size 24
  $00522658 line 4822 of lib/common/fpccompatibility/mclasses.pas
  $004F2EA0 line 5480 of lib/common/kernel/mseclasses.pas
  $00447FFE
  $00432DBD
Call trace for block $7F150059B840 size 24
  $004FC2C0
  $00522635 line 4821 of lib/common/fpccompatibility/mclasses.pas
  $004F2EA0 line 5480 of lib/common/kernel/mseclasses.pas
  $00447FFE
  $00432DBD
Call trace for block $7F150053D2A0 size 16
  $00522635 line 4821 of lib/common/fpccompatibility/mclasses.pas
  $004F2EA0 line 5480 of lib/common/kernel/mseclasses.pas
  $00447FFE
  $00432DBD
  
  
git checkout 45f4c819cbf0741dc0ece49580bbecba1a3b1637

compile as above ppxx64 

apps/ide/mseide

patrick@openSuse-12:~/mseide-msegui git checkout 

Re: [MSEide-MSEgui-talk] mseide bug 64 bit: was tlistbox.dropdown.cols.deleterow

2013-03-15 Thread Patrick Goupell



On 03/15/2013 10:10 AM, Martin Schreiber wrote:

Have you tried what I wrote yesterday?

Please try to uncomment
lib/common/kernel/linux/cwstring.pas:50 (initc).



Yes I tried that.  Same results.  log trace attached.

Patrick
Compiling apps/ide/stringconsts_mfm.pas
Linking apps/ide/mseide
/usr/bin/ld: warning: link.res contains output sections; did you forget -T?
487367 lines compiled, 55.6 sec 
patrick@openSuse-12:~/mseide-msegui apps/ide/mseide
Marked memory at $7F9046F94DC0 invalid
Wrong signature $12884966 instead of 2B8423AA
  $0043C33A
  $00430838
  $005DDD1D line 212 of lib/common/kernel/linux/msesetlocale.pas
  $0043B0FE
  $00425EBD
Heap dump by heaptrc unit
85 memory blocks allocated : 3721/3944
76 memory blocks freed : 3511/3728
9 unfreed memory blocks : 210
True heap size : 425984
True free heap : 424320
Should be : 424616
Marked memory at $7F9046F94DC0 invalid
Wrong signature $12884966 instead of 2B8423AA
  $0043C33A
  $00430838
  $005DDD1D line 212 of lib/common/kernel/linux/msesetlocale.pas
  $0043B0FE
  $00425EBD
An unhandled exception occurred at $00446599 :
EAccessViolation : 
  $00446599
  $0043C33A
  $00430838
  $005DDD1D line 212 of lib/common/kernel/linux/msesetlocale.pas
  $0043B0FE
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar___
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 bug 64 bit: was tlistbox.dropdown.cols.deleterow

2013-03-15 Thread Patrick Goupell


On 03/15/2013 10:40 AM, Patrick Goupell wrote:

 Yes I tried that.  Same results.  log trace attached.


I am using commit

f14a016e0b8d354417de4d91287db255d905cb58

from march 2 as the compile point.

Patrick


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
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 bug 64 bit: was tlistbox.dropdown.cols.deleterow

2013-03-15 Thread Patrick Goupell



On 03/15/2013 11:12 AM, Martin Schreiber wrote:

On Friday 15 March 2013 15:58:13 Patrick Goupell wrote:

On 03/15/2013 10:40 AM, Patrick Goupell wrote:

Yes I tried that.  Same results.  log trace attached.

I am using commit

f14a016e0b8d354417de4d91287db255d905cb58

from march 2 as the compile point.


Try c9f432a838c511a657600091b2f82e1cf1eb7cf8 from today, it has the fix.


No go.  Log attached.


Linking apps/ide/mseide
/usr/bin/ld: warning: link.res contains output sections; did you forget -T?
531050 lines compiled, 58.2 sec 
3 warning(s) issued
patrick@openSuse-12:~/mseide-msegui apps/ide/mseide
Marked memory at $7FB48FF76DC0 invalid
Wrong signature $05597623 instead of 23977E72
  $0044923A
  $0043D738
  $005EB06D line 212 of lib/common/kernel/linux/msesetlocale.pas
  $00447FFE
  $00432DBD
Heap dump by heaptrc unit
85 memory blocks allocated : 3721/3944
76 memory blocks freed : 3511/3728
9 unfreed memory blocks : 210
True heap size : 425984
True free heap : 424320
Should be : 424616
Marked memory at $7FB48FF76DC0 invalid
Wrong signature $05597623 instead of 23977E72
  $0044923A
  $0043D738
  $005EB06D line 212 of lib/common/kernel/linux/msesetlocale.pas
  $00447FFE
  $00432DBD
An unhandled exception occurred at $00453499 :
EAccessViolation : 
  $00453499
  $0044923A
  $0043D738
  $005EB06D line 212 of lib/common/kernel/linux/msesetlocale.pas
  $00447FFE
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar___
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 bug 64 bit: was tlistbox.dropdown.cols.deleterow

2013-03-15 Thread Patrick Goupell


On 03/15/2013 02:05 PM, Martin Schreiber wrote:
 On Friday, March 15, 2013 10:40:32 AM Patrick Goupell wrote:
 On 03/15/2013 10:10 AM, Martin Schreiber wrote:
 Have you tried what I wrote yesterday?
 
 Please try to uncomment
 lib/common/kernel/linux/cwstring.pas:50 (initc).
 
 Yes I tried that.  Same results.  log trace attached.

 Please try again with git master 36f7142d113eadeadda41147847b38cc15aecf84.

Success.  It is working again.

Patrick

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-14 Thread Patrick Goupell


On 03/13/2013 12:30 PM, Martin Schreiber wrote:
 I used 2.6.0 too for the test. Strange.
Using the current mseide-msegui git source I got yesterday

git clone git://gitorious.org/mseide-msegui/mseide-msegui.git

I started to checkout and compile the app.

Eventually I did a git checkout c5d3f20a4053263d4c09e3567ac21356e3cd8957
(*
commit c5d3f20a4053263d4c09e3567ac21356e3cd8957
Author: Martin Schreiber mse00...@gmail.com
Date:   Thu Feb 28 20:02:38 2013 +0100
 * Dephi compatibility.
*)

This compiles and runs

ppcx64 -B -gl -O- -Fulib/common/* -Fulib/common/kernel/linux 
-Filib/common/kernel/linux apps/ide/mseide.pas


But if i checkout 7c7b5739838f8570ee0bf980ff4dff2618acecbc
(*commit 7c7b5739838f8570ee0bf980ff4dff2618acecbc
Author: Martin Schreiber mse00...@gmail.com
Date:   Fri Mar 1 07:19:47 2013 +0100
 * Dephi compatibility.
*)

which is the next commit shown from git log, during compile I get

..
Compiling ./lib/common/db/msedbedit.pas
Compiling ./lib/common/db/mseibconnection.pas
Compiling ./lib/common/db/mibconnection.pas
Compiling ./lib/common/db/msedbevents.pas
Compiling ./lib/common/db/ibase60dyn.pp
Writing Resource String Table file: ibase60dyn.rst
mibconnection.pas(1268,9) Error: identifier idents no member wYear
mibconnection.pas(1269,9) Error: identifier idents no member wMonth
mibconnection.pas(1270,9) Error: identifier idents no member wDay
mibconnection.pas(1271,9) Error: identifier idents no member wHour
mibconnection.pas(1272,9) Error: identifier idents no member wMinute
mibconnection.pas(1273,9) Error: identifier idents no member wSecond
mibconnection.pas(1274,9) Error: identifier idents no member wMilliseconds
mibconnection.pas(1276,50) Warning: Local variable STime does not seem 
to be initialized
mibconnection.pas(1286,26) Error: identifier idents no member wYear
mibconnection.pas(1287,26) Error: identifier idents no member wMonth
mibconnection.pas(1288,26) Error: identifier idents no member wDay
mibconnection.pas(1289,26) Error: identifier idents no member wHour
mibconnection.pas(1290,26) Error: identifier idents no member wMinute
mibconnection.pas(1291,26) Error: identifier idents no member wSecond
mibconnection.pas(1842) Fatal: There were 13 errors compiling module, 
stopping
Fatal: Compilation aborted


So why is something missing?

Patrick

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-14 Thread Patrick Goupell


On 03/14/2013 10:26 AM, Martin Schreiber wrote:

 Probably a version which compiles with Delphi but not with FPC. Try a later
 one.


The problem on my computer occurs with this commit

commit f14a016e0b8d354417de4d91287db255d905cb58
Author: Martin Schreiber mse00...@gmail.com
Date:   Sat Mar 2 14:56:16 2013 +0100

 * Kylix compatibility.

The program goes into an endless loop.

So is it looking at some information pulled from my underlying operating 
system?  It would seem that the problem is in the mseide-msegui code but 
yet it works on your opensuse system.

Is this something you can look at or am I on my own here?

Patrick


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-14 Thread Patrick Goupell
This is the output of the locale command on my system.

I don't know if it will help but here it is.  Notice there is nothing 
about a thousandsseparator.

patrick@wheezy:~/mseide-msegui$ locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_US
LANGUAGE=
LC_CTYPE=en_US
LC_NUMERIC=en_US
LC_TIME=en_US
LC_COLLATE=en_US
LC_MONETARY=en_US
LC_MESSAGES=en_US
LC_PAPER=en_US
LC_NAME=en_US
LC_ADDRESS=en_US
LC_TELEPHONE=en_US
LC_MEASUREMENT=en_US
LC_IDENTIFICATION=en_US
LC_ALL=


Patrick

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-14 Thread Patrick Goupell

 Endless loop or SIGSEGV? Before it was a SIGSEGV and now there is an endness
 loop?

For this checkout I get an endless loop.  The checkout of the commit 
just prior to this one works fine.


The sigsegv occurred on a different checkout when I was not doing each 
in order, but skipping a few at a time.

Patrick.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-13 Thread Patrick Goupell


On 03/12/2013 01:19 AM, Martin Schreiber wrote:
 On Monday 11 March 2013 20:34:01 Patrick Goupell wrote:
 The program spins at startup.  It does not create a default .mseide
 folder and teh cpu utilization pegs at 100%.  So it is spinning in
 circles doing something?  It is a quad core processor and I am able to
 write this while waiting on the mseide spin loop.

 So now what?

 Because I can not reproduce the problem on my 64 bit Linux system you need to
 debug. Can somebody reproduce it?

I know that my working version of mseide has the targetosdir update 
from 2/22/2013 in it.

I can list the git commit history and see history from the current git 
master clone.

I want to step forward from 2/22/2013 and compile each specific commit 
to see if I can find when it stops working on my system.

How do I tell git to restore the source files from that specific commit 
point in time?

Thank you.

Patrick

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-13 Thread Patrick Goupell


On 03/13/2013 09:07 AM, Martin Schreiber wrote:
 I want to step forward from 2/22/2013 and compile each specific commit
 to see if I can find when it stops working on my system.

 Better run MSEide in debugger and check what happens.

 How do I tell git to restore the source files from that specific commit
 point in time?

 git checkoutthe commit

I have very little experience with using the debugger so I don't know 
which method would be easier for me.

Does the git checkout commit point actually update all of the source 
files to that point in time?  Meaning does it refresh the source files 
in the apps and lib folders in the mseide-msegui directory?

Patrick

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-13 Thread Patrick Goupell
I started my working version of mseide.  Updated the Settings - 
Configure MSEide (so it finds the mclasses).  Opened the 
apps/ide/mseide.prj.  Did a Build.  Did a Continue (F9).  Got

Exited. Exitcode: 217


Ran the mseide program from  the apps/ide folder.

Got

patrick@wheezy:~$ cd mseide-msegui
patrick@wheezy:~/mseide-msegui$ apps/ide/mseide
An unhandled exception occurred at $7F41F893CDA0 :
EAccessViolation : Access violation
   $7F41F893CDA0


Patrick


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-13 Thread Patrick Goupell


On 03/13/2013 09:49 AM, Martin Schreiber wrote:
 On Wednesday 13 March 2013 14:43:44 Patrick Goupell wrote:
 I started my working version of mseide.  Updated the Settings -
 Configure MSEide (so it finds the mclasses).  Opened the
 apps/ide/mseide.prj.  Did a Build.  Did a Continue (F9).  Got

 Exited. Exitcode: 217

 Activate 'Project'-'Options'-'Debugger'-'Stop on Exception'.

Got

Breakpoint hit.  Function: fpc_raiseexception.

Next step?

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-13 Thread Patrick Goupell


On 03/13/2013 12:21 PM, Martin Schreiber wrote:

 Which FPC version?


Free Pascal Compiler version 2.6.0-7 [2012/12/22] for x86_64
Copyright (c) 1993-2011 by Florian Klaempfl and others
Target OS: Linux for x86-64


Patrick

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] more twidgetgrid stuff

2013-03-12 Thread Patrick Goupell
I want to set the grid columns to autosize.

If I set the widgetgrid.datacols.options1.autocolwidth true I do not see 
the full caption if it is wider / longer then the cell data.

Is there a combination of options that will set the datacols width to 
the greater width of the caption or cell contents?

Thanks

Patrick


--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-12 Thread Patrick Goupell


On 03/12/2013 01:19 AM, Martin Schreiber wrote:
 Because I can not reproduce the problem on my 64 bit Linux system you need to
 debug. Can somebody reproduce it?

What version of linux is your 64 bit system?

Patrick

--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] twidgetgrid multiselect

2013-03-11 Thread Patrick Goupell


On 03/10/2013 01:03 PM, Martin Schreiber wrote:
 On Sunday 10 March 2013 12:24:31 Patrick Goupell wrote:
 On 03/10/2013 12:32 AM, Martin Schreiber wrote:
 You mean the value of cell[1,1] copying multiple times to
 cell[1,2]..[1,10]? This is not implemented. Should it be implemented?
 Yes, that is what I mean.

 It is what an excel spreadsheet would do.

 Should it be implemented?  That is up to you.

 git master dcfe7501ca31078adc8518d5998c213ee0b87091 has
 tcustomgrid.optionsgrid1 og1_pasteinselection.


Attempt to compile on 64 bit debian wheezy gets:

Free Pascal Compiler version 2.6.0-7 [2012/12/22] for x86_64
Copyright (c) 1993-2011 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling /home/patrick/data/mseide-msegui/apps/ide/mseide.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/kernel/x86_64-linux/msesysintf.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/kernel/x86_64-linux/msesysintf1.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/kernel/x86_64-linux/msesysintf1.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/msedate.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/kernel/x86_64-linux/msesysintf.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/kernel/x86_64-linux/msesetlocale.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/kernel/x86_64-linux/cwstring.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/kernel/x86_64-linux/msesysintf.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/msestream.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/msethread.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/msedatalist.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/msestream.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/msethread.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/mseevent.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/kernel/mseformatstr.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/msemacros.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/msestat.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/mseclasses.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/mseevent.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/kernel/mseapplication.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/mseclasses.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/ifi/mseifiglob.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/widgets/mseeditglob.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/mseguiglob.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/mseclasses.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/ifi/mseifiglob.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/widgets/mseeditglob.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/kernel/mseapplication.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/msethread.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/kernel/x86_64-linux/msesysintf.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/msestream.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/kernel/msefileutils.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/kernel/x86_64-linux/msesysintf.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/msesysutils.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/kernel/mseformatstr.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/msemacros.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/msestat.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/msedatalist.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/kernel/msestreaming.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/mseact.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/kernel/mserichstring.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/kernel/mseapplication.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/kernel/msefileutils.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/sysutils/mseprocutils.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/kernel/msepipestream.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/kernel/x86_64-linux/mseprocmonitor.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/msestat.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/kernel/mseformatstr.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/msemacros.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/kernel/msestatfile.pas
Compiling 
/home/patrick/data/mseide-msegui/lib/common/kernel/msearrayprops.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/ifi/mseificomp.pas
Compiling /home/patrick/data/mseide-msegui/lib/common/ifi/mseificompglob.pas
Compiling 
/home/patrick/data

[MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-11 Thread Patrick Goupell
I am trying to delete a row from a droplist edit item.  The droplist has 
3 items.  I am trying to delete the second item.

When I execute the following


 i := lbShowHide.dropdown.itemindex;
 lbShowHide.dropdown.cols.deleterow (i);


I get a popup error message stating

list index (1) out of bounds.


Patrick

--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-11 Thread Patrick Goupell


On 03/11/2013 10:38 AM, Martin Schreiber wrote:
 On Monday 11 March 2013 15:29:47 Patrick Goupell wrote:
 I am trying to delete a row from a droplist edit item.  The droplist has
 3 items.  I am trying to delete the second item.

 When I execute the following


   i := lbShowHide.dropdown.itemindex;
   lbShowHide.dropdown.cols.deleterow (i);


 I get a popup error message stating

 list index (1) out of bounds.

 What is the value of i?


i = 1 as stated above I am trying to delete the second item. 

Patrick

--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-11 Thread Patrick Goupell


On 03/11/2013 10:53 AM, Martin Schreiber wrote:

 Please try again with git master 6498fa384e31e9d681c4a614e9c3336277f3046a.
Did you see my reply for the twidget multiselect?

I get a compiler abend while trying to compile for that git master.  I 
will pull the current master branch and see what happens with it.  I 
assume I get the master you refer to when I pull from git.

Patrick

--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-11 Thread Patrick Goupell


On 03/11/2013 11:25 AM, Martin Schreiber wrote:
 On Monday 11 March 2013 16:14:08 Patrick Goupell wrote:
 On 03/11/2013 10:53 AM, Martin Schreiber wrote:
 Please try again with git master
 6498fa384e31e9d681c4a614e9c3336277f3046a.
 Did you see my reply for the twidget multiselect?

 Yes and answered:
 
 On Monday 11 March 2013 14:30:39 Patrick Goupell wrote:
 Attempt to compile on 64 bit debian wheezy gets:

 Try build instead of make.
 

 I get a compiler abend while trying to compile for that git master.  I
 will pull the current master branch and see what happens with it.  I
 assume I get the master you refer to when I pull from git.

 Yes if you made a simple clone.



I thought I included the compile command but I guess I did not.  I did 
do a build.

ppcx64 -B -gl -O- -Fu/home/patrick/data/mseide-msegui/lib/common/* 
-Fu/home/patrick/data/mseide-msegui/lib/common/kernel/x86_64-linux  
-Fi/home/patrick/data/mseide-msegui/lib/common/kernel 
/home/patrick/data/mseide-msegui/apps/ide/mseide.pas

--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-11 Thread Patrick Goupell


On 03/11/2013 11:25 AM, Martin Schreiber wrote:
 On Monday 11 March 2013 16:14:08 Patrick Goupell wrote:
 On 03/11/2013 10:53 AM, Martin Schreiber wrote:
 Please try again with git master
 6498fa384e31e9d681c4a614e9c3336277f3046a.
 Did you see my reply for the twidget multiselect?

 Yes and answered:
 
 On Monday 11 March 2013 14:30:39 Patrick Goupell wrote:
 Attempt to compile on 64 bit debian wheezy gets:

 Try build instead of make.
 

 I get a compiler abend while trying to compile for that git master.  I
 will pull the current master branch and see what happens with it.  I
 assume I get the master you refer to when I pull from git.

 Yes if you made a simple clone.

It compiles but get this error while trying to start the ide:

patrick@wheezy:~/data/mseide-2.8.6/mseide-msegui$ apps/ide/mseide
An unhandled exception occurred at $7F6E91608DA0 :
EAccessViolation : Access violation
   $7F6E91608DA0


Patrick

--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-11 Thread Patrick Goupell
I deleted the .mseide directory.  The abend occurs before it creates a 
new .mseide folder in my home directory.

Patrick

--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-11 Thread Patrick Goupell


On 03/11/2013 11:49 AM, Martin Schreiber wrote:
 On Monday 11 March 2013 16:36:59 Patrick Goupell wrote:
 I thought I included the compile command but I guess I did not.  I did
 do a build.

 ppcx64 -B -gl -O- -Fu/home/patrick/data/mseide-msegui/lib/common/*
 -Fu/home/patrick/data/mseide-msegui/lib/common/kernel/x86_64-linux
 -Fi/home/patrick/data/mseide-msegui/lib/common/kernel
 /home/patrick/data/mseide-msegui/apps/ide/mseide.pas

 -Fu/home/patrick/data/mseide-msegui/lib/common/kernel/x86_64-linux should
 be -Fu/home/patrick/data/mseide-msegui/lib/common/kernel/linux?

I make copies of the kernel/linux folder named i386-linux and 
x86_64-linux so I can cross comple.

It abends if I use kernel/linux or kernel/x86_64-linux

--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tlistbox.dropdown.cols.deleterow

2013-03-11 Thread Patrick Goupell


On 03/11/2013 12:21 PM, Martin Schreiber wrote:
 On Monday, March 11, 2013 11:49:57 AM Patrick Goupell wrote:
 I deleted the .mseide directory.  The abend occurs before it creates a
 new .mseide folder in my home directory.

 Woks for m

Does not work for me.

I downloaded the git source to a clean 32 bit debian wheezy system.

Compiled:  ppc386 -B -Fulib/common/* -Fulib/common/kernel/linux 
-Filib/common/kernel/linux apps/ide/mseide.pas

The program started up and created a clean .mseide folder.  Works here.

Downloaded the git source to a clean 64 bit debian wheezy system.

Compiled:  ppcx64 -B -Fulib/common/* -Fulib/common/kernel/linux 
-Filib/common/kernel/linux apps/ide/mseide.pas

No errors reported on the compile.

The program spins at startup.  It does not create a default .mseide 
folder and teh cpu utilization pegs at 100%.  So it is spinning in 
circles doing something?  It is a quad core processor and I am able to 
write this while waiting on the mseide spin loop.

So now what?

This is my main system and this is what I need.

Patrick



--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] twidgetgrid multiselect

2013-03-09 Thread Patrick Goupell


On 03/09/2013 01:47 AM, Martin Schreiber wrote:
 The MSEgui grids reset the cell selection by changing the focused cell, I'll
 add an option to inhibit that behaviour. Either right click into the
 currently focused cell or activate co_leftbuttonfocusonly.

 Activate co_cancopy/co_canpaste.



I have done as you suggested.

While the selected cells stay selected now when clicking in the focused 
cell, nothing pastes into the selected cells.

If I click to a single cell so only it is selected then it does paste 
from the clipboard.

Patrick

--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] twidgetgrid multiselect

2013-03-08 Thread Patrick Goupell
Thank you


Patrick

--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] twidgetgrid multiselect

2013-03-08 Thread Patrick Goupell


On 03/08/2013 01:12 PM, Ivanko B wrote:
 rowselect  mouseselect ?



I select and copy a single cell to the clipboard.

I then click on a different cell, then shift click another cell so I 
have a column of cells selected.

If I right click I get a popup menu with copy / paste / paste cells and 
the column of selected cells deselect.

I would not expect the column of selected cells to deselect.  Or is this 
normal for a twidgetgrid?

I want to paste the contents of the single cell copied to the clipboard 
to the column of selected cells.

Can this be done automatically or will I have to program it myself in an 
event handler?

Patrick





--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] twidgetgrid gridvalue

2013-03-05 Thread Patrick Goupell
I have a twidgetgrid with 55 columns.  I know how to access the 
gridvalues using the column component name.

But I don't really want to code
wgcol1name.gridvalue := something;
wgcol2name.gridvalue := something;
wgcol3name.gridvalue := something;
wgcol4name.gridvalue := something;


Is there a pascal coding syntax that will access the column gridvalues 
if I do something like

fromrow := 5;
torow := 20;
for column := 10 to 15
do begin
 wgdata.datacols [column].???something.gridvalue[torow]
 := wgdata.datacols [column].???something.gridvalue[fromow];
 // this statement
end;

Thank you.

Patrick

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tstringgrid.datacols.col

2013-03-03 Thread Patrick Goupell


On 03/03/2013 01:37 AM, Martin Schreiber wrote:
 I'll add a comment to the property definition. BTW, the background why 
 to use tobject instead the actual class type is to allow a single 
 event handler to handle events of different classes. Martin 
 --
  
 Everyone hates slow websites. So do we. Make your web apps faster with 
 AppDynamics Download AppDynamics Lite for free today: 
 http://p.sf.net/sfu/appdyn_d2d_feb 
 ___ mseide-msegui-talk 
 mailing list mseide-msegui-talk@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk 

Thank you.

Patrick

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] twidgetgrid

2013-03-03 Thread Patrick Goupell
While doing a google search for twidgetgrid I found postings about 
mseide+msegui on this website:

http://en.usenet.digipedia.org

Are there other mseide+msegui forums besides the msetalk forum on 
news.gmane.org?

Or is this just an old forum site?

Patrick

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] twidgetgrid

2013-03-03 Thread Patrick Goupell
I also found the answer to my problem for the twidgetgrid.

Patrick

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] tstringgrid.datacols.col

2013-03-02 Thread Patrick Goupell
In a tstringgrid.datacols.cols onsetvalue handler what is the correct 
pascal syntax to access the .tag property?



procedure tmainfo.sgDataColsOnSetVale(const sender: TObject;
var avalue: msestring; var accept: Boolean);
var
 i : integer;
begin
 i := sender???.tag;
end;

Thank you.

Patrick


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tstringgrid.datacols.col

2013-03-02 Thread Patrick Goupell


On 03/02/2013 11:33 AM, Martin Schreiber wrote:
 On Saturday 02 March 2013 16:36:11 Patrick Goupell wrote:
 In a tstringgrid.datacols.cols onsetvalue handler what is the correct
 pascal syntax to access the .tag property?

 Which tag?


The tag value of the sender object in the onsetvalue procedure.

procedure tmainfo.sgDataColsOnSetVale(const sender: TObject;
 var avalue: msestring; var accept: Boolean);
var
  i : integer;
begin
  i := sender???.tag;
end;



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tstringgrid.datacols.col

2013-03-02 Thread Patrick Goupell


On 03/02/2013 01:13 PM, Ivanko B wrote:
 TypeOf

 Synopsis

   function TypeOf (var x): PObjectType;
 Description

 Returns a pointer to the VMT of an object type or variable. This
 pointer can be used to identify the type of an object.

 TypeOf can be applied to expressions of object type and to object type
 names. In the former case, the actual type of polymorphic objects is
 returned.

 Conforming to
 TypeOf is a Borland Pascal extension.

 Example

   program TypeOfDemo;
   type
 FooPtr = ^Foo;
 BarPtr = ^Bar;

 Foo = object { Has a VMT, though it doesn't }
   x: Integer;{ contain virtual methods. }
   constructor Init;
 end;

 Bar = object (Foo)
   y: Integer;
 end;

   constructor Foo.Init;
   begin
   end;

   var
 MyFoo: FooPtr;

   begin
 MyFoo := New (BarPtr, Init);
 if TypeOf (MyFoo^) = TypeOf (Bar) then  { True }
   WriteLn ('OK')
   end.

 See also
 BitSizeOf, AlignOf, PObjectType, SetType, SizeOf, OOP.

If you are replying to my last post I wanted to know how to determine 
the component type while I am in the ide and writing program code.

Not while the program is running.

Patrick

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tstringgrid.datacols.col

2013-03-02 Thread Patrick Goupell


On 03/02/2013 02:54 PM, Ivanko B wrote:
 I am in the ide and writing program code
 =
 In floating hint over instance variable ?

What do you mean by floating hint?  Can you send me a screen print of 
what you see?

Patrick

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] twidgetgrid

2013-03-02 Thread Patrick Goupell
Is there an example of a twidgetgrid?

I want a widgetgrid that has some stringedits, integeredits,  and 
droplistedit components in it.

Thank you.

Patrick


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsemysqlconnection component

2013-02-20 Thread Patrick Goupell


On 02/19/2013 01:52 AM, Ivanko B wrote:
 of the tmsemysqlconnection component travel
 the network as clear text or encrypted data?
 ==
 Isn't it the duty of the client DLL ? (establishing SSL connection etc)
 (an excellent solution - use STUNNEL4 as middleware, it works
 brilliant both in LINUX  win-32)


Thank  you for the reply.   I was hoping for something more.  So I will 
try again.

When I set the tmsemysqlconnection.connected := true is the password 
sent in clear text or encrypted?

Keep in mind that I am just using the component properties.  I do not in 
any way setup / control the actual network traffic flow.  I assume the 
component does all of that kind of stuff.

I hope my request is clearer this time.

Patrick

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsemysqlconnection component

2013-02-20 Thread Patrick Goupell


On 02/20/2013 10:42 AM, Martin Schreiber wrote:

 This is the code:
 
 HMySQL1:=mysql_real_connect(HMySQL,PChar(H),PChar(U),Pchar(P),Nil,fport,Nil,0);
 
 mysql_real_connect() is docmented here:
 http://dev.mysql.com/doc/refman/5.0/en/mysql-real-connect.html

 We don't know how MySQL client library actually handles password encryption.

Thank you.

Now I at least know where to look.

Patrick

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tmsemysqlconnection component

2013-02-20 Thread Patrick Goupell



On 02/20/2013 10:42 AM, Martin Schreiber wrote:


This is the code:

HMySQL1:=mysql_real_connect(HMySQL,PChar(H),PChar(U),Pchar(P),Nil,fport,Nil,0);

mysql_real_connect() is docmented here:
http://dev.mysql.com/doc/refman/5.0/en/mysql-real-connect.html

We don't know how MySQL client library actually handles password encryption.



Per  the documentation from the supplied link it seems the answer is 
encrypted.


Note

Do not attempt to encrypt the password before calling 
|mysql_real_connect()| 
http://dev.mysql.com/doc/refman/5.0/en/mysql-real-connect.html; 
password encryption is handled automatically by the client API.



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] paste from clipboard

2013-02-18 Thread Patrick Goupell

On 02/16/2013 02:07 PM, Martin Schreiber wrote:

 With text from/to edit widgets yes.


That works great for copy / paste using the keyboard control-C / control-V.

But my users are used to cliicking on Edit - Copy, Edit - Paste, Edit 
- Select All

So if I put Edit - Copy / Paste / Select All menu options what do I put 
in the onevent handlers?

procedure tmainfo.mnuEditCopyOnExecute(const sender: TObject);
begin
 // what goes here ??
end;

procedure tmainfo.mnuEditPasteOnExecute(const sender: TObject);
begin
 // what goes here ??
end;

procedure tmainfo.mnuEditSelectAllOnExecute(const sender: TObject);
begin
 // what goes here ??
end;

Thanks.

Patrick

--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - 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] paste from clipboard

2013-02-18 Thread Patrick Goupell


On 02/18/2013 08:23 AM, Martin Schreiber wrote:
 There are RightClick popup menus for copy-paste.

 So if I put Edit -  Copy / Paste / Select All menu options what do I put
 in the onevent handlers?

 procedure tmainfo.mnuEditCopyOnExecute(const sender: TObject);
 begin
   // what goes here ??
   tedit(sender).editor.copytoclipboard;
 end;

 procedure tmainfo.mnuEditPasteOnExecute(const sender: TObject);
 begin
   // what goes here ??
   tedit(sender).editor.pastefromclipboard;
 end;

 procedure tmainfo.mnuEditSelectAllOnExecute(const sender: TObject);
 begin
   // what goes here ??
   tedit(sender).editor.selectall;
 end;

 Not tested!


Thank you.

Patrick

--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - 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] tmsemysqlconnection component

2013-02-18 Thread Patrick Goupell
Does the password property of the tmsemysqlconnection component travel 
the network as clear text or encrypted data?

Patrick


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - 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] windows 64 bit

2013-02-12 Thread Patrick Goupell


On 02/12/2013 11:01 AM, Graeme Geldenhuys wrote:
 On 2013-02-12 15:42, Patrick Goupell wrote:
 How do you compile mseide projects for 64 bit windows?
 As far as I know 64-bit (any platform) is not officially supported. I
 have successfully run 64-bit Linux versions of MSEide, but it didn't
 start off without troubles.


The program is compiled as a 32 bit windows program.

Will it run on 64 bit?

If not, how do I / we develop for 64 bit windows environments?

Patrick

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] windows 64 bit

2013-02-12 Thread Patrick Goupell


On 02/12/2013 12:17 PM, Martin Schreiber wrote:
 On Tuesday 12 February 2013 17:01:35 Graeme Geldenhuys wrote:
 As far as I know 64-bit (any platform) is not officially supported. I
 have successfully run 64-bit Linux versions of MSEide, but it didn't
 start off without troubles.

 Linux 64 bit is supported but not used much.


I have been using mseide on 64 bit linux (wheezy) for about 8 months now.

Everything works great.  I cross compile for 32 bit windows, 32 and 64 
bit linux.

Patrick

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] mseide startup options

2013-02-06 Thread Patrick Goupell
Martin,

I am developing a man page for mseide.

Can you provide a list of the parameters / options that mseide will accept?

Thanks.

Patrick


--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
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 startup options

2013-02-06 Thread Patrick Goupell


On 02/06/2013 01:49 PM, Martin Schreiber wrote:
 They are listed in README.TXT.


Thank you.

Patrick

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] mseide+msegui source modules with execute bit set

2013-02-04 Thread Patrick Goupell

Martin,

Attached is a file showing source code modules with their execute bit set.

I am resetting the bit in order to build the .deb and .rpm packages.

But they should probably be set off in the git source code tree.

Patrick

./apps/demo/demo.prj
./apps/ide/finddialogform.pas
./apps/ide/finddialogform.mfm
./apps/ide/debuggerform.mfm
./apps/ide/selecteditpageform.mfm
./apps/ide/disassform.mfm
./apps/ide/selecteditpageform.pas
./apps/ide/findinfiledialogform.pas
./apps/ide/selectsubmoduledialogform.mfm
./apps/ide/selectsubformdialogform.pas
./apps/ide/panelform.pas
./apps/ide/disassform.pas
./apps/ide/findinfiledialogform.mfm
./apps/ide/debuggerform.pas
./apps/ide/panelform.mfm
./apps/ide/sourcehintform.pas
./apps/ide/selectsubformdialogform_mfm.pas
./apps/ide/settaborderform.mfm
./apps/ide/syntaxdefs/cpp.sdef
./apps/ide/selectsubmoduledialogform.pas
./apps/ide/programparametersform.mfm
./apps/ide/settaborderform.pas
./apps/ide/sourcehintform.mfm
./apps/ide/findinfileform.pas
./apps/ide/programparametersform.pas
./lib/common/serialcomm/msecommport.pas
./lib/common/serialcomm/msecommtimer.pas
./lib/common/regcomponents/regdesignutils.pas
./lib/common/regcomponents/regkernel_bmp.pas
./lib/common/regcomponents/regwidgets_bmp.pas
./lib/common/regcomponents/regdialogs_bmp.pas
./lib/common/regcomponents/regeditwidgets_bmp.pas
./lib/common/regcomponents/regserialcomm_bmp.pas
./lib/common/regcomponents/regserialcomm.pas
./lib/common/regcomponents/regsysutils_bmp.pas
./lib/common/regcomponents/regdesignutils_bmp.pas
./lib/common/kernel/mselist.pas
./lib/common/kernel/msereal.pas
./lib/common/kernel/msesocketintf.inc
./lib/common/kernel/windows/msesocketintf.pas
./lib/common/kernel/msekeyboard.pas
./lib/common/kernel/msepointer.pas
./lib/common/kernel/kernel_bmp.pas
./lib/common/kernel/linux/xrender.pas
./lib/common/kernel/linux/xft.pas
./lib/common/dialogs/mseintegerenter.pas
./lib/common/dialogs/msecolordialog.mfm
./lib/common/dialogs/msefiledialogres.pas
./lib/common/dialogs/mseintegerenter.mfm
./lib/common/dialogs/mserealenter.pas
./lib/common/dialogs/msedirtree.mfm
./lib/common/dialogs/mserealenter.mfm
./lib/common/dialogs/msedirtree.pas
./lib/common/editwidgets/msestringlistedit.pas
./lib/common/widgets/mseimage.pas
./lib/common/widgets/mseobjectpicker.pas
./lib/common/designutils/mseintegerlisteditor.pas
./lib/common/designutils/msereallisteditor.mfm
./lib/common/designutils/mseformdatatools.pas
./lib/common/designutils/msereallisteditor.pas
./lib/common/designutils/mseintegerlisteditor.mfm
./lib/common/designutils/msecomponenteditors.pas
./lib/common/sysutils/mseinputcontroller.pas
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] 2.8.6 groupbox weird behavior

2013-01-31 Thread Patrick Goupell

On 01/31/2013 01:43 AM, Martin Schreiber wrote:

 If you use the radeon video driver you should switch off EXAPixmaps
 https://bugzilla.novell.com/show_bug.cgi?id=690766


I do have the radeon driver.

I did an Xorg -configure.  The generated xorg.conf.new file does not 
show an option for EXAPixmaps

Any other suggestions?

This must have happened during a recent wheezy update as it used to work 
just fine.

Patrick

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] 2.8.6 groupbox weird behavior

2013-01-31 Thread Patrick Goupell


On 01/31/2013 10:41 AM, Martin Schreiber wrote:
 Please submit a bug report to your distribution and X.Org.


What should I tell them in the bug report?

Patrick

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] 2.8.6 groupbox weird behavior

2013-01-30 Thread Patrick Goupell

Martin,

Attached is a test case of some groupbox weird behavior I am having.

It works correctly on a windows 32 bit xp pro system and a 32 bit debian 
wheezy system.


It does not work correctly on a debian wheezy 64  bit system.

Run the project.
Click on the Tasks tab
Click on the Recurring tab
Click on the radio buttons daily/weekly/monthly/yearly,

Notice how the radio buttons do not always show checked as true.

Also note in the ide, click on an object on the form and then attempt to 
change its caption.


I can send screen images if you need them.

Thank you.

Patrick



test.tar.gz
Description: application/gzip
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] 2.8.6 groupbox weird behavior

2013-01-30 Thread Patrick Goupell


On 01/30/2013 11:03 AM, Martin Schreiber wrote:

 Works for me on OpenSUSE 12.2 64bit.


I forgot that I set up an openSuse  12.2 vm a few weeks ago.  installed 
everything and iit works ok.

So the problem is in my debian wheezy system.

I hope I can find what is causing the problem.

Thank you.

Patrick

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] packages

2013-01-18 Thread Patrick Goupell


On 01/18/2013 09:43 AM, Martin Schreiber wrote:
 On Friday 18 January 2013 15:40:54 Ivanko B wrote:
 Why?
 ==
 Supplied by command line, these vars should have highest priority thus
 blocked for changing. The stat file values should only be taken
 dipslayed (and allowed for editing) if command line doesn't include
 the corresponding macrodefs, correct ?

 I don't think so.

 Martin

I agree with Ivanko on this.  If I send something in via the command 
line parameter that should take priority over what is configured in the 
Settings - Configure MSE.


Patrick

--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] twidgetgrid

2013-01-17 Thread Patrick Goupell
I am trying to use a ttreeitemedit in a twidgetgrid for a treeview.

I want to dynamically build and destroy the treeview.

When I try to clear the first build of the twidgetgrid 
(twidgetgrid.rowcount := 0;) I get an access error.

How do I safely clear the twidgetgrid / treeview?

Patrick


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] packages

2013-01-17 Thread Patrick Goupell


On 01/16/2013 04:18 PM, Ivanko B wrote:
 It still tries to rebuild the MSEgui units in teh root owwned
 /usr/lib/* and fails if the build attempt is initiated by a non-root
 user, see the attachment.

 (Debian 6.0)

Ivanko,

I installed Debian Squeeze 6.0 on a 32 bit computer.

Incorporated your mseide.sh startup script and recreated the .deb package.

Installed and did a successful compile / execute of a basic form with a 
tlabel and tbutton with onexecute event.

Uploaded the 32 bit .deb file to the website Downloads page.

Please git it a try.

Thank you.

Patrick

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] packages

2013-01-16 Thread Patrick Goupell
I have put .deb, .rpm and .tar.gz packages for version 2.8.6 on the 
websites Downloads page.

These packages contain the ide only.

The examples, tutorials, etc will be set up in a separate download and 
exist outside of the mseide install path.

I created the .rpm packages by converting the .deb to .rpm using alien.  
Could someone with an rpm based system please verify the download will 
install correctly.

Thank you.

Patrick

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] packages

2013-01-16 Thread Patrick Goupell
Martin,

Could you place a link and note on the sourceforge.net webpage that 
packages are available on the msegui.org website.

Thank you.

Patrick

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] packages

2013-01-16 Thread Patrick Goupell


On 01/16/2013 04:18 PM, Ivanko B wrote:
 It still tries to rebuild the MSEgui units in teh root owwned
 /usr/lib/* and fails if the build attempt is initiated by a non-root
 user, see the attachment.

 (Debian 6.0)

Is this install from the .deb package or the .tar.gz package?

My tests were run on debian wheezy 64 bit.

Patrick

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] packages

2013-01-16 Thread Patrick Goupell


On 01/16/2013 04:34 PM, Ivanko B wrote:
 Why not to pass MSEDIR  MSELIBDIR as command line parameters in
 startup command of IDE ?
 And FPC dir can be retrieved before calling that command (everything
 needde in a *.sh file) and then passed as FPCDIR. It'll eleiminate the
 need in knowing MSE+FPC directory matching (barely usable info for
 regular users).

As you seem to be pushing this idea, why don't you provide specific, 
concrete details of what you want me do to.

Educate me a little as I don't follow what you are trying to say.

Patrick

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] .deb package Possible success

2013-01-15 Thread Patrick Goupell


On 01/15/2013 08:06 AM, Ivanko B wrote:
 Patrick, let's try the approach me used, for the below bunch:

 http://www.likan.uz/uploads/MSE_debianized.rar

 make_all.sh must build everithing provided that
 debhelper (= 5), dpatch, unzip, fpc (=2.2.0), libx11-dev are
 insatalled on the build host.

What I have now is working so no more changes for now.  Just more testing.

Patrick

--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] .deb package Possible success

2013-01-15 Thread Patrick Goupell


On 01/15/2013 08:24 AM, Ivanko B wrote:
 What I have now is working so no more changes for now.  Just more testing.
 =
 Anyway we should provide tutorials, docs, examples, utils etc together
 with IDE  units - like other RADs are formed. My aprroach was an
 attempt to achieve that :)

I can provide another package of the examples, tutorials, etc that will 
reside outside of the ide.  Or possibly include it in this package but 
in a separate path, maybe in 
/usr/share/doc/mseide-msegui/{examples,tutorials,doc,etc}.

I think it will be easier to maintain / update that way.

Patrick

--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] .deb package Possible success

2013-01-14 Thread Patrick Goupell


On 01/14/2013 01:31 AM, Martin Schreiber wrote:

 That is a possibility. But you should check why the MSEgui sources are in -Fu
 parameters. Did you check the .fpc.cfg file?

The msgui sources are not in the -Fu parameters.

I did not include the lib/common *.pas or *.mfm source files in the 
install package while trying to find the problem.

Based upon what I read from various postings about recompiling checksum 
changed for it apparently is compiler behavior based upon compile time 
options and whatever else the compiler uses to generate the checksum.

I will add the sources *.pas and *.mfm files back into the install 
package and see what happens.

Patrick

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] .deb package Possible success

2013-01-14 Thread Patrick Goupell



On 01/14/2013 08:50 AM, Martin Schreiber wrote:


IIRC you get a access denied error because FPC tries to write a *.ppu or *.o
file? So FPC must find the the sources to do so? Why don't you use -vt in
order to check what happens?




I did all of that.

I just did not report it here.

I did report on 1/11/2013

Recompiling msearrayutils, checksum changed for msetypes.
And then it cannot write to the /usr/lib/mseide-msegui/.. folder as it 
is owned by root.


I followed the checksum changed problem and not the root permissions 
problem because I felt that learning why the

checksum changed would more likely tell me what the problem was.

This is the page I found that talked about the -Ur option: 
http://wiki.freepascal.org/Releasing_units_without_source_code


Patrick
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] .deb package Possible success

2013-01-14 Thread Patrick Goupell


On 01/14/2013 09:13 AM, Martin Schreiber wrote:
 On Monday 14 January 2013 15:03:21 Patrick Goupell wrote:
 On 01/14/2013 08:50 AM, Martin Schreiber wrote:
 IIRC you get a access denied error because FPC tries to write a *.ppu or
 *.o file? So FPC must find the the sources to do so? Why don't you use
 -vt in order to check what happens?
 I did all of that.

 I just did not report it here.

 I did report on 1/11/2013

 Recompiling msearrayutils, checksum changed for msetypes.
 And then it cannot write to the /usr/lib/mseide-msegui/.. folder as it
 is owned by root.

 Have you any line like
 
 Searching
 file 
 /home/mse/packs/standard/git/mseide-msegui/lib/common/regcomponents/msewidgetgrid.pas...
 not found
 Searching
 file 
 /home/mse/packs/standard/git/mseide-msegui/lib/common/regcomponents/MSEWIDGETGRID.PAS...
 not found
 Unitsearch: 
 /home/mse/packs/standard/git/mseide-msegui/lib/common/editwidgets/msewidgetgrid.ppu
 Searching
 file 
 /home/mse/packs/standard/git/mseide-msegui/lib/common/editwidgets/msewidgetgrid.ppu...
 found
 PPU
 Loading 
 /home/mse/packs/standard/git/mseide-msegui/lib/common/editwidgets/msewidgetgrid.ppu
 Compiling 
 /home/mse/packs/standard/git/mseide-msegui/lib/common/editwidgets/msewidgetgrid.pas
 Searching
 file 
 /home/mse/packs/standard/git/mseide-msegui/lib/common/editwidgets/msewidgetgrid.pas...
 found-
 Searching
 file 
 /home/mse/packs/standard/git/mseide-msegui/lib/common/editwidgets/msewidgetgrid.pas...
 found
 
 in the FPC messages?


No.  It did NOT find any *.pas source files.

For now I do NOT have the source *.pas or *.mfm files installed on the 
computer.

Now that the checksum changed' is no longer reported, I will add the 
*.pas and *.mfm files back into the install package and reinstall.

Then I will see what happens.

Patrick

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] .deb package Possible success

2013-01-14 Thread Patrick Goupell


On 01/14/2013 09:29 AM, Martin Schreiber wrote:

 For me the FPC unit handling is a mystery. :-)

And probably even more mysterious for me.

Patrick

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] .deb package Possible success

2013-01-14 Thread Patrick Goupell


On 01/14/2013 02:20 PM, Ivanko B wrote:
 Recompiling msearrayutils, checksum
 changed for msetypes.
 ===
 --RE--compiling ? When does this message happen ? On primary builing
 the MSEgui units ? Or on building user projects ?
 Me ask because tried all the approches and the offered was the only
 one me had managed to work.



The recompiling checksum error occurred after mseide was built and 
installed and attempting to test a new project.

Patrick

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] .deb package Possible success

2013-01-14 Thread Patrick Goupell


On 01/14/2013 02:38 PM, Sieghard wrote:
 Hallo Martin,

 Du schriebst am Mon, 14 Jan 2013 19:40:34 +0100:

 Why do you think that would change the Recompiling msearrayutils,
 checksum changed for msetypes. problem?
 Just a dumb question, as I realized only now that the error message
 references _msetypes_ - why, after all, might the checksum for msetypes
 have changed? I suppose the units built for 32 and 64 bits are _different_
 and lying in different directories, don't they?
 One obvious difference between the architectures certainly would be the
 alignment, so differences should be expected. What elsE could cause that?


See this page for different things that can cause a checksum error:
http://wiki.freepascal.org/Releasing_units_without_source_code

Patrick

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] .deb package

2013-01-11 Thread Patrick Goupell


On 01/10/2013 01:58 PM, Martin Schreiber wrote:

 I don't understand.

 I can separate the compiled units from the source

 But

 Do I need to make changes in the Settings -  Configure MSEide?

 Yes. ${MSELIBDIR} should point to the root of the unit directory tree.

 Do I need to make changes in the Project -  Options directories for
 U/I/L/O?

 No. But the project templates should be changed to use ${MSEDIR}\lib\common
 instead of ${MSELIBDIR} in debugger source directories (done in git master
 626a288035e554c0b4fa9a7fa25546830848e76a).

Well, this does not seem to be working out too well.

After splitting up the source and units I got the following error on my 
first test:

Recompiling msearrayutils, checksum changed for msetypes.

And then it cannot write to the /usr/lib/mseide-msegui/.. folder as it 
is owned by root.


So if this can happen then I don't think this approach will work.

I am going to install into the user's home directory and see how that works.

If someone is installing mseide-msegui then likely they will be doing 
the compiling.

If we get to a situation where multiple users are compiling then I will 
try a different approach.  But for now it will be in the user's home 
directory.

Should I make it a hidden or visible folder?  Any other thoughts / 
suggestions / objections?

Patrick

--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] .deb package

2013-01-11 Thread Patrick Goupell


On 01/11/2013 01:25 PM, Martin Schreiber wrote:

 Then there is something wrong. Please add -vt to compiler options in order to
 check why FPC tries to compile.

I am going to take a break from this for a while.

Will try it again sometime next week.

Patrick

--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] .deb package

2013-01-11 Thread Patrick Goupell


On 01/11/2013 03:04 PM, Ivanko B wrote:
 Recompiling msearrayutils, checksum changed for msetypes.
 And then it cannot write to the /usr/lib/mseide-msegui/.. folder as it
 is owned by root.
 
 Why do You rebuild the MSEgui units with regular user projects ? They
 should be built once at installation time.

Right, it should not recompile.

Like Martin said, I had something wrong.

Patrick

--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] .deb package

2013-01-11 Thread Patrick Goupell


On 01/11/2013 05:21 PM, Ivanko B wrote:
 Like Martin said, I had something wrong.
 
 Most probably FPC can't find prebuilt MSEgui units so it tries to
 build them again but has unmatching source paths with MSE*.
 Have You tried the approach me use (putting all prebuilt units to a
 single directory which is then fed to MSE+FPC environmnet via  a
 startup macro) ?

I have tried various different things.

I am going to take a break from it for a while and try again later.

Patrick

--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] .deb package

2013-01-10 Thread Patrick Goupell

On 01/10/2013 01:32 AM, Martin Schreiber wrote:

 And you have the sources in /usr/lib/mseide-msegui/lib/*? That will not work
 because FPC will try to compile the units if it founds the sources.
 You need to separate compiled units and sources to different directories and
 list under -Fu the unit directories. In target installation usually it is
 done by setting up ${MSELIBDIR} to to the directory of the compiled units and
 ${MSEDIR} to the
 directory to the sources. IvankoB has a script to produce the compiled units
 AFAIK.



I don't understand.

I can separate the compiled units from the source

But

Do I need to make changes in the Settings - Configure MSEide?

Do I need to make changes in the Project - Options directories for 
U/I/L/O?

Patrick



--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] .deb package

2013-01-10 Thread Patrick Goupell


On 01/10/2013 01:58 PM, Martin Schreiber wrote:

 Do I need to make changes in the Settings -  Configure MSEide?

 Yes. ${MSELIBDIR} should point to the root of the unit directory tree.

 Do I need to make changes in the Project -  Options directories for
 U/I/L/O?

 No. But the project templates should be changed to use ${MSEDIR}\lib\common
 instead of ${MSELIBDIR} in debugger source directories (done in git master
 626a288035e554c0b4fa9a7fa25546830848e76a).


So the sources would be something like /usr/lib/mseide-msegui/sources
and units would be something like /usr/lib/mseide-msegui/units


Then ${MSEDIR} would be /usr/lib/mseide-msegui/sources
and ${MSELIBDIR} would be /usr/lib/mseide-msegui/units

Or should the directory structure look like something else?

Patrick


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] .deb package

2013-01-09 Thread Patrick Goupell
Hello Martin,

I am setting up 32 and 64 bit .deb packages.

You have 2 different COPYING files in the apps/ide and lib/common 
directories.  One has gpl version 2 and the other gpl version 2.1.

Do you want the 2 different licenses?

Do you still need to carry the 2.4.2 patch files in the source also?

Patrick

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] .deb package

2013-01-09 Thread Patrick Goupell
Hello all,

I am trying to create .deb packages for mseide-msegui.

I am able to create the .deb file and it installs ok.

The mseide-msegui is placed into /usr/lib/mseide-msegui with owner:group 
of root:root.

When I try to compile a project I get a write permissions error on 
lib/common/kernel/msereal.o.

As this was compiled and is included with the .deb package why is it 
being recompiled?

If this is normal ide behavior then where can I place the lib folder so 
the user can write to it?  Or do I give everyone write permsiion to lib?

Why does this not happen on my tar.gz installs?

Patrick


--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
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 2.8.6

2013-01-08 Thread Patrick Goupell


On 01/06/2013 01:01 PM, Ivanko B wrote:
 Me'll prepare DEBIAN rules once find  a way to get choosen archives
 directories/files from GITORIUOS (with git archive etc). Does
 someone knows how to do that ?


Sorry I did not see this sooner.  If you still need info try this page 
from the website (Downloads page, about 1/3 of the way down, git users ...).

http://www.msegui.org/content/download?q=content/mse-git

--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEgui video demo

2013-01-06 Thread Patrick Goupell


On 01/04/2013 10:04 AM, Graeme Geldenhuys wrote:
 On 04/01/13 14:57, Patrick Goupell wrote:
 Post the download.  There is a spot for videos on the msegui.org website
 and I will put it there.

 OK, you can find it here...

 http://opensoft.homeip.net/~graemeg/videos/



 Regards,
- Graeme -

Graeme,

The download does not play.

Can you verify the upload did not get corrupted?  Maybe upload it again.

Thank you.

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEgui video demo

2013-01-06 Thread Patrick Goupell


On 01/06/2013 08:34 AM, Julio Jiménez wrote:
 The video is ok. I have downloaded in two computers and all is fine.

 Are you sure isn't your player?


I used windows media player as that is the default windows player.

What did you use to watch the video?

Patrick

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEgui video demo

2013-01-06 Thread Patrick Goupell



On 01/06/2013 08:52 AM, Graeme Geldenhuys wrote:

Hi,


Were you able to view this video?

Perhaps your upload got corrupted.


It plays fine here using VLC player.

Regards,
  - Graeme -




I was using windows media player as that is the default windows player.

Should I worry about that or just specify what player to use?

Patrick

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEgui video demo

2013-01-06 Thread Patrick Goupell



On 01/06/2013 09:11 AM, Julio Jiménez wrote:



2013/1/6 Patrick Goupell pgoup...@upmerchants.com 
mailto:pgoup...@upmerchants.com




Should I worry about that or just specify what player to use?


I think is not the player, are the needed codecs.



And how would I know what windows media player might need to work?

Patrick
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEgui video demo

2013-01-06 Thread Patrick Goupell


On 01/06/2013 12:03 PM, Ivanko B wrote:
 Just convert it into a FLV video [as for YouTube ].
 ==
 May be done via uploading it to YouTube (it'll perform the needed
 conversion by itself) then downland the resulting video.


You are assuming that I actually use youtube.

Patrick

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
___
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 2.8.6

2013-01-06 Thread Patrick Goupell


On 01/06/2013 08:45 AM, Martin Schreiber wrote:
 Hi,

 MSEide+MSEgui 2.8.6 has been released:
 https://sourceforge.net/projects/mseide-msegui/files/mseide-msegui/2.8.6/



I put linux tar.gz and windows msi downloads on the website.

Patrick

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
___
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 2.8.6

2013-01-06 Thread Patrick Goupell


On 01/06/2013 12:58 PM, Ivanko B wrote:
 MSI ? Why not the InnoSetup based executable one ?


My tar.gz build script does most of the work and I can just create the 
msi after it is done.

Patrick

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
___
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 2.8.6

2013-01-06 Thread Patrick Goupell


On 01/06/2013 12:58 PM, Ivanko B wrote:
 MSI ? Why not the InnoSetup based executable one ?



I hope to have .deb packages ready this week as well.

Patrick

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] msegui.org domain

2013-01-04 Thread Patrick Goupell
If anyone would like to have an email address at the msegui.org domain 
let me know (privately if you prefer).

Patrick


--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEgui video demo

2013-01-04 Thread Patrick Goupell


On 01/04/2013 09:41 AM, Graeme Geldenhuys wrote:

 Anyway, if somebody wants it, I can make it available on my web server
 for download, and it could maybe be added to the MSEgui website.



Post the download.  There is a spot for videos on the msegui.org website 
and I will put it there.

Patrick

--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MSEgui video demo

2013-01-04 Thread Patrick Goupell


On 01/04/2013 10:04 AM, Graeme Geldenhuys wrote:
 OK, you can find it here... 
 http://opensoft.homeip.net/~graemeg/videos/ Regards, - Graeme - 

After the download windows media player encounters an unknown error.

Were you able to view this video?

Perhaps your upload got corrupted.

Patrick

--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
___
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 2.8.6rc1

2013-01-02 Thread Patrick Goupell


On 01/02/2013 04:49 AM, Martin Schreiber wrote:
 Hi,
 I made a release with the latest changes, please test.
 https://sourceforge.net/projects/mseide-msegui/files/mseide-msegui/2.8.6/

 Thanks, Martin


OK here.

Running debian wheezy, kde desktop with cross compile for 64 bit linux, 
32 bit linux and 32 bit windows.

Patrick

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
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 packages

2012-12-30 Thread Patrick Goupell
I have created tar files for 32 and 64 bit mseide packages.  They are on 
the website's Download page.

They have been tested on Debian wheezy 32 and 64 bit under the KDE desktop.

If you have a different distribution / desktop please install the 
package and report back the results, good or bad so people do not 
unnecessarily duplicate your work.

Could someone please check out the windows setup package on a 64 bit 
windows system (I don't have such) and report as well.

Thanks


Patrick


Following is the INSTALL.TXT file for the tar packages.

-

Installation notes:

Untar the mseide-msegui tar file:tar -xvf 
mseide-msegui_version-archbit.tar.gz
Change directory into the untar:cd mseide-msegui_version
As root run the install script:./install.sh

The mseide-msegui IDE will be installed into /usr/lib/mseide-msegui.
The mseide program will be at /usr/lib/mseide-msegui/bin/mseide.
An uninstall script will be at /usr/lib/mseide-msegui/bin/uninstall.sh.

Various text documents (which you should look at) will be at 
/usr/share/mseide-msegui.

A menu entry for Free Pascal IDE will be inserted under the 
Development start menu entry.

On the first execution of the mseide-msegui you HAVE TO set up the IDE 
environment.

Click on Settings - Configure MSEide

In the ${MSEIDE} text box enter /usr/lib/mseide-msegui/

Click OK.

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
___
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 creation

2012-12-30 Thread Patrick Goupell


On 12/30/2012 01:44 PM, Patrick Goupell wrote:

 On my 64 bit system the compiler was set to ppcx86 and the target was
 set as i386-linux.   Can that be set to x86_64-linux?

Correction, that should say the compiler is set to ppcx64.

Patrick

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
___
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 creation

2012-12-30 Thread Patrick Goupell


On 12/30/2012 05:43 PM, Graeme Geldenhuys wrote:
 No, it must be i386-linux, because that is a hard-coded directory 
 path. I've raised this issue years ago. If you change that, then 
 msegui cannot compile. Annoying I know, so for my projects I had to 
 setup custom platform macros, and can't use the one from the IDE 
 settings dialog. Regards, - Graeme - 
When creating it the first time the program could / should inspect the 
directory path.

If running on an x86_64 architecture then look for an x86_64-linux folder,
if running on an i386 architecture then look for an i386-linux folder
and act accordingly.

Patrick


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] mseide-msegui version 2.8.4b

2012-12-30 Thread Patrick Goupell
Martin,

When you update the mseide-msegui source tarball on sourceforge.net 
please let me know.

I will create new downloads with the updated source.

Thank you.

Patrick

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
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 2.8.4b

2012-12-30 Thread Patrick Goupell


On 12/30/2012 08:24 PM, Patrick Goupell wrote:
 Martin,

 When you update the mseide-msegui source tarball on sourceforge.net
 please let me know.

Sorry, I should have said new .zip file.

Patrick

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
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 packages

2012-12-28 Thread Patrick Goupell

On 12/28/2012 01:57 AM, Ivanko B wrote:
 For binary packeges, we should definitely use /usr/bin
 /usr/lib/mseide-msegui/. /usr/local/* is intended for in-place build
 stuff.


After reading the Filesystem Hierarchy Standard at 
http://www.pathname.com/fhs/pub/fhs-2.3.html I am going to use 
/usr/lib/mseide-msegui for the install location.

There will be a symbolic link from /usr/bin/mseide to 
/usr/lib/mseide-msegui/bin/mseide

The mseide-msegui/lib will be in /usr/lib/mseide-msegui/lib

Any final comments should be made now.

Patrick

--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] mseide-msegui packages

2012-12-27 Thread Patrick Goupell
I am setting up a .tar.gz for mseide-msegui (and later .deb and .rpm 
packages).

I am going to place mseide-msegui  into  
/usr/local/lib/mseide-msegui/version.info
with a link from /usr/local/bin/mseide-msegui to 
/usr/local/lib/mseide-msegui/version.info/mseide-msegui.

I will wait a few days for comment / feedback on this approach before I 
continue.

Let me know what you think.

Patrick


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


<    1   2   3   4   5   >