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

[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

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

[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

[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

[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

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

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

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

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

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

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

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

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

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

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

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

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

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

[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

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

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

[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

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

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

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

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

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

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

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

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

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

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

[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

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

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

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:

[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;

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

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

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

[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

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

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

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

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

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

[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

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

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

[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

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

[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

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

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

[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

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

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)

[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

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

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,

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

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

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.

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

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

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

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

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,

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

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

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

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

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

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

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

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

[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

[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

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

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

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

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

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

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

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

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

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,

[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

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.

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

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

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

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

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

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

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

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

[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

<    1   2   3   4   5   >