Re: [MSEide-MSEgui-talk] Could not catch error message

2011-09-09 Thread Martin Schreiber
On Friday 09 September 2011 09:46:40 wahono sri wrote: I assume you call post before calling applyupdates? After post dataset state is dsBrowse. applyupdates() calls checkbrowsemode() too. Yes, you're right. Can this process reserved? Calling applyupdates before post? No, data is not

Re: [MSEide-MSEgui-talk] Could not catch error message

2011-09-08 Thread Martin Schreiber
On Thursday 08 September 2011 18:07:45 wahono sri wrote: BTW, another possibility to rollback a group of updates is to use savepoints if your database supports them. tsqltransaction has savepointbegin(), savepointrollback() and savepointrelease() and the savepointlevel property. A cascade

Re: [MSEide-MSEgui-talk] Could not catch error message

2011-09-08 Thread Martin Schreiber
On Thursday 08 September 2011 18:54:34 wahono sri wrote: Why does try..except..end or tmsesqlquery.onupdateerror not work for you? with try..except...end, the process always stop on tmsesqlquery.applyupdates with raise error from server, and command after * except* never executed.

Re: [MSEide-MSEgui-talk] Could not catch error message

2011-09-07 Thread Martin Schreiber
On Wednesday 07 September 2011 07:51:57 wahono sri wrote: try tmsesqlquery1.applyupdates; === I got error here, but debugger stop here. except tmsesqlquery1.trans.rollbackretaining; but this command does not executed. exit; end; tmsesqlquery1.trans.commitretaining; AFAIK, after

Re: [MSEide-MSEgui-talk] Could not catch error message

2011-09-07 Thread Martin Schreiber
On Wednesday 07 September 2011 08:34:25 wahono sri wrote: I don't understand, sorry. I save some records to some tables (MySQL). If I got error from one of tables (error from MySQL server), I want to rollback the saved records, and if I don't get error, I want to commit these records

Re: [MSEide-MSEgui-talk] Could not catch error message

2011-09-07 Thread Martin Schreiber
On Wednesday 07 September 2011 09:20:16 wahono sri wrote: In debug mode only? Not only in debugger. If yes then probably gdb crashes. Try to switch off 'Project'-'Options'-'Debugger'-'Stop on Exception'. If no can you provide a simple testcase? How to fix this? Did you try

Re: [MSEide-MSEgui-talk] Could not catch error message

2011-09-07 Thread Martin Schreiber
On Wednesday 07 September 2011 09:44:40 wahono sri wrote: This is normal, SQL errors raise an exception. Procedure tmysqlconnection.checkerror(const Msg: String; const aconn: pmysql); var str1: msestring; begin str1:= connectionmessage(mysql_error(aconn)); flasterrormessage:= str1;

Re: [MSEide-MSEgui-talk] Could not catch error message

2011-09-07 Thread Martin Schreiber
On Wednesday 07 September 2011 07:51:57 wahono sri wrote: try tmsesqlquery1.applyupdates; === I got error here, but debugger stop here. except tmsesqlquery1.trans.rollbackretaining; but this command does not executed. exit; end; tmsesqlquery1.trans.commitretaining; AFAIK, after

Re: [MSEide-MSEgui-talk] ttraywidget crush program in awesome

2011-09-04 Thread Martin Schreiber
On Sunday 04 September 2011 14:49:45 minoshi wrote: Almost forgot to mention : MSE programs crush in awesome WM if ttaywidget is present. Not MSE programs like opera work good (and show own icons in awesome systray). mse 2.6 (not trunk) fpc 2.4.4 [2011/08/08] for i386 awesome version

Re: [MSEide-MSEgui-talk] problem with tterminal

2011-09-02 Thread Martin Schreiber
Am Freitag 02 September 2011, 08:23:12 schrieb minoshi: With trunk 4777 more stable, but not fix. pro_errorouttoout:=true automatically sets pro_erroroutput to false, right? Correct. If pro_errorouttoout is set the separate pipereader for stderr is disabled and both stderr and stdout are

Re: [MSEide-MSEgui-talk] problem with tterminal

2011-09-02 Thread Martin Schreiber
On Friday 02 September 2011 11:26:02 minoshi wrote: [root@server user]# LANG=en_US.utf8 /mnt/data/projects/mse/pacman/test/test checking dependencies... Remove (1): feh-1.15.1-1 Total Removed Size: 0.39 MB Do you want to remove these packages? [Y/n] == end == checking

Re: [MSEide-MSEgui-talk] problem with tterminal

2011-09-02 Thread Martin Schreiber
On Friday 02 September 2011 12:25:10 minoshi wrote: No, errorinput some time true when i make that: procedure tmainfo.on_recievetext(const sender: TObject; var atext: AnsiString; const errorinput: Boolean); begin write(atext); if errorinput then write('==true==');

Re: [MSEide-MSEgui-talk] problem with tterminal

2011-09-02 Thread Martin Schreiber
On Friday 02 September 2011 13:16:10 minoshi wrote: Failed :( 3 attempts, pro_errorouttoout = true answer : MSEide must be recompiled. I never get erroutput = true with pro_errorouttoout set to true in trunk 4781, please retest. There was a wrong default setting in constructor. Martin

Re: [MSEide-MSEgui-talk] problem with tterminal

2011-09-02 Thread Martin Schreiber
On Friday 02 September 2011 13:22:31 Martin Schreiber wrote: On Friday 02 September 2011 13:16:10 minoshi wrote: Failed :( 3 attempts, pro_errorouttoout = true answer : MSEide must be recompiled. I never get erroutput = true with MSEide must be recompiled. I never get errorinput = true

Re: [MSEide-MSEgui-talk] problem with tterminal

2011-09-02 Thread Martin Schreiber
On Friday 02 September 2011 13:25:49 minoshi wrote: 02.09.2011 11:16, minoshi пишет: Do you want to remove these packages?==true== [Y/n] ==true==checking dependencies... Second ==true== is when i send 'No' in tterminal Please test procedure tterminal.doinputavailable(const sender:

Re: [MSEide-MSEgui-talk] problem with tterminal

2011-09-02 Thread Martin Schreiber
On Friday 02 September 2011 13:55:59 minoshi wrote: hmm, Step by step : I delete directory /home/user/.mseide I clear directory /usr/src/trunk redowload trunk in /usr/src/trunk/ compile it open mseide Settings - Configure MSEide - $MSEDIR sets to /usr/src/trunk/ create new program

Re: [MSEide-MSEgui-talk] problem with tterminal

2011-08-31 Thread Martin Schreiber
On Wednesday 31 August 2011 02:33:37 Sieghard wrote: This explanation tells me absolutely nothing - I cannot imagine by any means what an additional option flag might effect towards correctly feeding output from different sources to a single destination. And above that, your further

Re: [MSEide-MSEgui-talk] problem with tterminal

2011-08-29 Thread Martin Schreiber
Am Samstag 27 August 2011, 17:42:04 schrieb Миноши Александр: Any ideas? Trunk 4777 has tterminal.optionsprocess pro_errorouttout. Please activate the flag and tray again. Martin ___ MSEide-MSEgui-talk mailing list

Re: [MSEide-MSEgui-talk] problem with tterminal

2011-08-29 Thread Martin Schreiber
Am Montag 29 August 2011, 21:38:33 schrieb Sieghard: Hallo Martin, Du schriebst am Mon, 29 Aug 2011 07:46:35 +0200: The line via stderr seems to be inserted erratically, or rather _immedately_ after being issued, irrespecting the output state of the stdout derived lines. The linux

Re: [MSEide-MSEgui-talk] problem with tterminal

2011-08-27 Thread Martin Schreiber
Am Samstag 27 August 2011, 17:42:04 schrieb Миноши Александр: OS - archlinux (with all updates) LXDE, iceWM mse 2.6 fpc 2.4.4 (from reposotory) i have two forms : mainfo and askfo tmainfo - main form with button. Click on this button starts our process. there is code : procedure

Re: [MSEide-MSEgui-talk] problem with tterminal

2011-08-27 Thread Martin Schreiber
Am Samstag 27 August 2011, 17:42:04 schrieb Миноши Александр: program source code (direct link) http://almin-soft.nx0.ru/media/files/sources/download.php?get=pacmanxg_src .tar.bz2 BTW nice PacmanXG^2.7 beta label, made with a simple stock MSEgui tlabel. :-) Martin

Re: [MSEide-MSEgui-talk] TMSEBUFDATASET.getasarray()

2011-08-25 Thread Martin Schreiber
Am Donnerstag 25 August 2011, 21:07:08 schrieb IvankoB: Does it return the ARRAY data type (Postgresql,..) ? No, it returns the values of a column of the result set in a dynamic array. For Postgres array fields the fieldtype is ftVariant and the data is stored as variant array. Martin

Re: [MSEide-MSEgui-talk] CORBA

2011-08-25 Thread Martin Schreiber
On Thursday 25 August 2011 22:42:32 Graeme Geldenhuys wrote: On 25/08/2011, IvankoB wrote: The things are even worse than expected. Handling the widestring (UTF-16) type both in C and C++ is atrocuios :( ( still not solved for my project ). That's why I'll stick to UTF-8 thank you. ;-)

Re: [MSEide-MSEgui-talk] Project Tree doesn't export

2011-08-20 Thread Martin Schreiber
Am Freitag 19 August 2011, 19:44:45 schrieb Martin Schreiber: Am Mittwoch 10 August 2011, 10:36:29 schrieb Graeme Geldenhuys: On 08/10/2011 10:10 AM, Martin Schreiber wrote: It is not so easy because of the possibly different directory layout on different PC's. Simply using

Re: [MSEide-MSEgui-talk] CORBA

2011-08-20 Thread Martin Schreiber
Am Samstag 20 August 2011, 13:41:59 schrieb IvankoB: Is any FPC/MSEgui interface to the subj available ? Needed for replication to a Oracle server via JDBC client. The client should create keep a global connection to which light weigth client-of-client apps should connect (via CORBA ?)

Re: [MSEide-MSEgui-talk] Question about modalresult in a button

2011-08-19 Thread Martin Schreiber
On Friday 19 August 2011 10:33:47 Julio Jiménez wrote: Hi, I'm not sure if the behavior I get with modalresult in a tbutton is the correct or not. I have a form with a tdbwidgetgrid, a tbutton and a tdbnavigator (as in the previous question) Form.onclose is captured to check if the data is

Re: [MSEide-MSEgui-talk] Question about tdbnavigator

2011-08-19 Thread Martin Schreiber
On Friday 19 August 2011 10:37:09 Julio Jiménez wrote: Hi, I have seen there is datalink.navigator in some db widgets. I tried to do a test and assigned a tdbnavigator to this field but nothing happens, the tdbnavigator is not active.. may be this is not the correct way to use it. What's

Re: [MSEide-MSEgui-talk] Question about modalresult in a button

2011-08-19 Thread Martin Schreiber
On Friday 19 August 2011 10:50:41 Julio Jiménez wrote: Disable optionsedit oe_checkmrcancel for the editwidgets which should not check the window cancel state or set window.modalresult to mr_none. How do you abort window closing? the response is in your question ;) in onclose: if

Re: [MSEide-MSEgui-talk] Question about modalresult in a button

2011-08-19 Thread Martin Schreiber
On Friday 19 August 2011 12:14:48 Julio Jiménez wrote: Yes, I understand it.. just wondering why it got stucked in auto-cancel not allowing to change the data. function twindow.close: boolean; begin if fmodalresult = mr_none then begin fmodalresult:= mr_windowclosed; end;

Re: [MSEide-MSEgui-talk] Project Tree doesn't export

2011-08-19 Thread Martin Schreiber
Am Mittwoch 10 August 2011, 10:36:29 schrieb Graeme Geldenhuys: On 08/10/2011 10:10 AM, Martin Schreiber wrote: It is not so easy because of the possibly different directory layout on different PC's. Simply using the relative path from the *.prj file should fix this. I'll add an option

Re: [MSEide-MSEgui-talk] Testing db using console application

2011-08-18 Thread Martin Schreiber
On Thursday 18 August 2011 08:38:28 Graeme Geldenhuys wrote: On 08/18/2011 07:57 AM, Martin Schreiber wrote: tmseibconnection uses timer… Now you got me curious. :) What is a timer used for in a database connection? For example handling of the Firebird or Postgres asynchronous server side

Re: [MSEide-MSEgui-talk] Closing a form post data to database

2011-08-18 Thread Martin Schreiber
Am Donnerstag 18 August 2011, 20:14:51 schrieb Julio Jiménez: I open a form with a tdbnavigator and tdbwidgetgrid. There is a button with modalresult set to mr_ok (just to close the form) Curious.. If I'm editing and close the form, the database is updated with the changes and I check in

Re: [MSEide-MSEgui-talk] Closing a form post data to database

2011-08-18 Thread Martin Schreiber
Am Donnerstag 18 August 2011, 21:48:12 schrieb Julio Jiménez: Did you activate tdbnavigator.options dno_postoncanclose (default false)? No, dno_postoncanclose if False The only options changed in tdbnavigator are dbnd_insert False and dbnd_delete False There probably is an additional

Re: [MSEide-MSEgui-talk] Closing a form post data to database

2011-08-18 Thread Martin Schreiber
Am Donnerstag 18 August 2011, 21:48:12 schrieb Julio Jiménez: Did you activate tdbnavigator.options dno_postoncanclose (default false)? No, dno_postoncanclose if False The only options changed in tdbnavigator are dbnd_insert False and dbnd_delete False Please try again with trunk 4749.

Re: [MSEide-MSEgui-talk] Testing db using console application

2011-08-17 Thread Martin Schreiber
On Wednesday 17 August 2011 22:09:26 Julio Jiménez wrote: Hi, I'm trying to use MSE for console applications using DB but my program hangs when I create the connection. There aren't exception fired nor error messages. I guess can't use datamodules because are GUI dependant and I'm trying to

Re: [MSEide-MSEgui-talk] tdbstringgrid1, column width

2011-08-15 Thread Martin Schreiber
Am Montag 15 August 2011, 14:40:07 schrieb Christian Nobel: Hi. Using a tdbstringgrid1, having dsgo_autofields=true. Resizing the column width, but on compilation the program falls back to the width generated when setting dsgo_autofields=true. How to have the columns not to change from

Re: [MSEide-MSEgui-talk] create uesr dialog

2011-08-15 Thread Martin Schreiber
Am Montag 15 August 2011, 16:19:47 schrieb Patrick Goupell: Is there an example of how to create / use my own dialog? What kind of dialog? A dialog normally is a form showed by twidget.show(ml_application) and returns a value. If the value type is msestring tdialogstringedit from tab 'Dialog'

Re: [MSEide-MSEgui-talk] create uesr dialog

2011-08-15 Thread Martin Schreiber
Am Montag 15 August 2011, 17:11:27 schrieb Patrick Goupell: I need to get 2 pieces of info from the user. I will give you code a try. I know a dialog is just a form. I can create my own dialogs in c++. So now I need to learn how to do it in msegui (pascal). For example the dialog form:

Re: [MSEide-MSEgui-talk] Suggestion for Ctrl+E file grid

2011-08-14 Thread Martin Schreiber
Am Sonntag 14 August 2011, 10:08:15 schrieb Graeme Geldenhuys: Hi Martin, After the discussion in Lazarus mailing list, I think there is one thing that would make the Ctrl+E (opened file grid) much more usable, even for 400+ units. Currently you can open than window and start typing.

Re: [MSEide-MSEgui-talk] Ubuntu 11.04

2011-08-11 Thread Martin Schreiber
On Thursday 11 August 2011 10:13:19 Julio Jiménez wrote: Hi This bug is not distro related. The bug is in the open source ATI driver and has been reported lots of times. There were several bugs reported with EXAPixmaps AFAIK, I am not sure if our problem is one of the reported bugs. Martin

Re: [MSEide-MSEgui-talk] Ubuntu 11.04

2011-08-11 Thread Martin Schreiber
On Thursday 11 August 2011 14:21:17 Christian Nobel wrote: On 09-08-2011 13:03, Martin Schreiber wrote: Did you open an Ubuntu bug report? Do not have any open id, so no. How to report Ubuntu bugs is here: https://help.ubuntu.com/community/ReportingBugs Please report the problem, I don't

Re: [MSEide-MSEgui-talk] Project Options - Macros tab: grid forgets size

2011-08-10 Thread Martin Schreiber
On Wednesday 10 August 2011 09:16:33 Graeme Geldenhuys wrote: Hi Martin, I the 'Project Options - Macros tab', the Group grid always seems to forget it's size. As you can see in the attached screenshot. It only shows one line, when there is in fact 6 groups by default. I have keep resizing

Re: [MSEide-MSEgui-talk] Project Tree doesn't export

2011-08-10 Thread Martin Schreiber
On Wednesday 10 August 2011 09:25:27 Graeme Geldenhuys wrote: Hi Martin, I started a new project recently at work. I use the 'Project Options - Storage tab' as usual. My project is exported to projectname_clean.prj, and I simply make a copy of that file on each of my development systems,

Re: [MSEide-MSEgui-talk] Project Options - Macros tab: grid forgets size

2011-08-10 Thread Martin Schreiber
On Wednesday 10 August 2011 10:34:04 Graeme Geldenhuys wrote: On 08/10/2011 10:05 AM, Martin Schreiber wrote: I don't understand. Please load the attached animated gif in your web browser to see what I mean. Sorry for the big attachement, I don't know of any MSEgui bug tracker to attach

Re: [MSEide-MSEgui-talk] Ubuntu 11.04

2011-08-10 Thread Martin Schreiber
On Wednesday 10 August 2011 12:17:41 IvankoB wrote: Just updated my computer to Ubuntu 11.04 - but unfortunately MSEide now look quite bizarre, any suggestions? https://bugzilla.novell.com/show_bug.cgi?id=690766 Create a xorg.conf file and add Option EXAPixmaps off to section

Re: [MSEide-MSEgui-talk] Project Options - Macros tab: grid forgets size

2011-08-10 Thread Martin Schreiber
On Wednesday 10 August 2011 11:10:43 Graeme Geldenhuys wrote: On 08/10/2011 11:13 AM, Martin Schreiber wrote: Please send the local *.prj and the 'Storage' *.prj files. They are in the attached archive. Looks OK for me, see attachment. Martin attachment

Re: [MSEide-MSEgui-talk] Project Options - Macros tab: grid forgets size

2011-08-10 Thread Martin Schreiber
Am Mittwoch 10 August 2011, 14:05:51 schrieb Graeme Geldenhuys: On 08/10/2011 12:50 PM, Martin Schreiber wrote: Looks OK for me, see attachment. Seeing that I can reproduce the issue every time, I'll try and take a stab at it. Where should I look for the problem? What units are involved

Re: [MSEide-MSEgui-talk] Ubuntu 11.04

2011-08-09 Thread Martin Schreiber
On Tuesday 09 August 2011 10:39:18 Christian Nobel wrote: On 08-08-2011 07:26, Martin Schreiber wrote: Am Montag 08 August 2011, 00:30:29 schrieb Christian Nobel: Hi. Just updated my computer to Ubuntu 11.04 - but unfortunately MSEide now look quite bizarre, any suggestions? https

Re: [MSEide-MSEgui-talk] What is TTrayWidget for?

2011-08-07 Thread Martin Schreiber
Am Donnerstag 04 August 2011, 10:07:38 schrieb Graeme Geldenhuys: Playing around with the Face property of TTrayWidget, I set a Red-to-Blue fade. Then when I run the application, I see a small sliver of Red in the tray area of Gnome. Positioning the mouse very carefully, I did manage to get

Re: [MSEide-MSEgui-talk] Ubuntu 11.04

2011-08-07 Thread Martin Schreiber
Am Montag 08 August 2011, 00:30:29 schrieb Christian Nobel: Hi. Just updated my computer to Ubuntu 11.04 - but unfortunately MSEide now look quite bizarre, any suggestions? https://bugzilla.novell.com/show_bug.cgi?id=690766 Create a xorg.conf file and add Option EXAPixmaps off to section

Re: [MSEide-MSEgui-talk] What is TTrayWidget for?

2011-08-04 Thread Martin Schreiber
Am Donnerstag 04 August 2011, 08:48:14 schrieb Graeme Geldenhuys: Hi, What is TTrayWidget for? Is it like the TTrayIcon in Delphi and Lazarus? If so, how do I use it? I dropped a TTrayWidget on a form, created a popup menu widget. Linked the popup widget to the TrayWidget.PopupMenu

Re: [MSEide-MSEgui-talk] What is TTrayWidget for?

2011-08-04 Thread Martin Schreiber
Am Donnerstag 04 August 2011, 09:34:52 schrieb Martin Schreiber: Am Donnerstag 04 August 2011, 08:48:14 schrieb Graeme Geldenhuys: Hi, What is TTrayWidget for? Is it like the TTrayIcon in Delphi and Lazarus? If so, how do I use it? I dropped a TTrayWidget on a form, created a popup

Re: [MSEide-MSEgui-talk] What is TTrayWidget for?

2011-08-04 Thread Martin Schreiber
Am Donnerstag 04 August 2011, 10:07:38 schrieb Graeme Geldenhuys: Playing around with the Face property of TTrayWidget, I set a Red-to-Blue fade. Then when I run the application, I see a small sliver of Red in the tray area of Gnome. Positioning the mouse very carefully, I did manage to get

Re: [MSEide-MSEgui-talk] What is TTrayWidget for?

2011-08-04 Thread Martin Schreiber
Am Donnerstag 04 August 2011, 10:17:28 schrieb Graeme Geldenhuys: On 4 August 2011 10:11, Martin Schreiber wrote: Maybe Gnome changed the API, it does not work for me anymore with current Gnome version. It works in IceWM. I'll check it. OK, just tested my same app under JWM, and indeed

Re: [MSEide-MSEgui-talk] What is TTrayWidget for?

2011-08-04 Thread Martin Schreiber
Am Donnerstag 04 August 2011, 10:34:43 schrieb Graeme Geldenhuys: On 4 August 2011 10:20, Martin Schreiber mse00...@gmail.com wrote: Please use frame.caption. ttraywidget.caption is a property handled over to the window manager and is not drawn by the widget. OK, that works under JWM

Re: [MSEide-MSEgui-talk] What is TTrayWidget for?

2011-08-04 Thread Martin Schreiber
Am Donnerstag 04 August 2011, 10:43:32 schrieb Graeme Geldenhuys: On 4 August 2011 10:39, Martin Schreiber mse00...@gmail.com wrote: It happens anywhere in the Object Inspector where there is a Image property. 64 Bit? Yup.And svn r4700 (from 31 Jul). Please try again with trun

Re: [MSEide-MSEgui-talk] Databases - libraries and linking etc.

2011-08-02 Thread Martin Schreiber
Am Mittwoch 03 August 2011, 00:11:57 schrieb Graeme Geldenhuys: I'll post an announcement here when I implemented the MSEgui support in tiOPF2. Anybody that would like to step up and help are more than welcome. I'm pretty clueless when it comes to MSEgui, but hopefully it isn't too hard to

Re: [MSEide-MSEgui-talk] Databases - libraries and linking etc.

2011-08-01 Thread Martin Schreiber
Am Montag 01 August 2011, 08:27:49 schrieb Graeme Geldenhuys: On 08/01/2011 01:53 AM, Marcos Douglas wrote: There is no sense create many TMenuItem objects, such as Delphi and Lazarus, because there is no sense a TMenuItem exist without a Menu object. @Martin I was curious about your

Re: [MSEide-MSEgui-talk] Databases - libraries and linking etc.

2011-08-01 Thread Martin Schreiber
Am Montag 01 August 2011, 15:23:30 schrieb Graeme Geldenhuys: So as you can see, there is actually a lot of things tiOPF's MGM does for you. And of course, all default options and behaviours are configurable by the developer. All this application code is portable between VCL, LCL and fpGUI

Re: [MSEide-MSEgui-talk] Databases - libraries and linking etc.

2011-08-01 Thread Martin Schreiber
Am Montag 01 August 2011, 16:54:00 schrieb Graeme Geldenhuys: On 08/01/2011 04:49 PM, Martin Schreiber wrote: The you probably should have a look to the interface iifidatalink which is used by MSEgui in order to connect ifi datapoints and editwidgets. I assume it can be used to connect

Re: [MSEide-MSEgui-talk] Latest IDE swaps compiler directories around

2011-07-31 Thread Martin Schreiber
Am Sonntag 31 Juli 2011, 09:59:20 schrieb Graeme Geldenhuys: Hi Martin, The latest MSEide keeps swapping my compiler directory settings around. So every time I load the project, the directories swap around and I can't compile my project. I have 'Auto Load' and 'Auto Save' enabled in the

Re: [MSEide-MSEgui-talk] Latest IDE you can't define External Tools

2011-07-31 Thread Martin Schreiber
Am Sonntag 31 Juli 2011, 16:37:13 schrieb Graeme Geldenhuys: Hi Martin, With the latest IDE I now can't define External Tools. I first thought it was because I am trying to use macros in the executable path, so then specifiec a executable via the ... button (no macros in path). But still

Re: [MSEide-MSEgui-talk] Databases - libraries and linking etc.

2011-07-31 Thread Martin Schreiber
Am Sonntag 31 Juli 2011, 18:18:11 schrieb IvankoB for-mse: As to me, coding this user-friendly (and error-preventing) stuff is much harder (time consuming) that to get/put/display data to DB :) Shorter - making program user-frendly error-persistent (thus better sellable) may be much harder

Re: [MSEide-MSEgui-talk] Databases - libraries and linking etc.

2011-07-31 Thread Martin Schreiber
On Monday 01 August 2011 00:12:41 Graeme Geldenhuys wrote: The nice thing is that again, you can reuse that mediator all over the place. Make changes to it, and you know all areas in your program that used it are automatically correct on the next recompile. This I find much harder to

Re: [MSEide-MSEgui-talk] Databases - libraries and linking etc.

2011-07-30 Thread Martin Schreiber
Am 29.07.2011 22:13, schrieb Marcos Douglas: I agree with KISS principle... but an OPF serves to abstract the persistence making the code easier to read and reuse. For example, make INSERT, UPDATE and DELETE instructions for a Form is a pain! Is more easy if you have some class that

Re: [MSEide-MSEgui-talk] Databases - libraries and linking etc.

2011-07-30 Thread Martin Schreiber
Am 30.07.2011 11:37, schrieb Graeme Geldenhuys: On 30 July 2011 07:35, Martin Schreibermse00...@gmail.com wrote: In MSEgui it looks as in the attachment. In all fairness, your example is a lot less complex than what I was referring too. It is only one datamodule of the application which

Re: [MSEide-MSEgui-talk] Databases - libraries and linking etc.

2011-07-29 Thread Martin Schreiber
Am 29.07.2011 12:13, schrieb Christian Nobel: So from a priority point of view: 1. How do I embedd SQlite into a Free Pascal program? In MSEgui the library can be loaded in code by initializesqlite3(['firstpathtolibrary or soname','secondpathtolibrary or soname...]); if it is not in the

Re: [MSEide-MSEgui-talk] Databases - libraries and linking etc.

2011-07-29 Thread Martin Schreiber
Am 29.07.2011 22:10, schrieb Christian Nobel: On 29-07-2011 20:16, Martin Schreiber wrote: I think on Linux it is the best to use the libs of the distribution and link dynamically as MSEgui does by default. Most libraries link in additional libraries, libc for example. Afaik

Re: [MSEide-MSEgui-talk] Abot FTGL

2011-07-27 Thread Martin Schreiber
Am Mittwoch 27 Juli 2011, 06:28:00 schrieb IvankoB: Am Freitag 22 Juli 2011, 21:36:23 schrieb wahono sri: I know that topenglcanvaswidget will use FTGL to draw text in OpenGL. Where I can download binary FTGL for windows? There're also a Delphi/Lazarus DierectX/OpenGL project to look in

Re: [MSEide-MSEgui-talk] Abot FTGL

2011-07-27 Thread Martin Schreiber
Am Mittwoch 27 Juli 2011, 18:16:45 schrieb IvankoB: Trunk 4689 has an MSEgui internal OpenGL font rendering function based on Freetype2 and Fontconfig (experimental). The FTGL dependence has been removed. Wow, how can it be tasted ? It is not exciting, the purpose is to have an

[MSEide-MSEgui-talk] MSEuniverse SVN mirror on Sourceforge

2011-07-24 Thread Martin Schreiber
Hi I set up a mirror of the BerliOS MSEuniverse SVN on Sourceforge: http://sourceforge.net/projects/mseuniverse/ Martin ___ MSEide-MSEgui-talk mailing list MSEide-MSEgui-talk@lists.berlios.de https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk

Re: [MSEide-MSEgui-talk] doc simple treeview example update

2011-07-24 Thread Martin Schreiber
Am Sonntag 24 Juli 2011, 15:15:23 schrieb Patrick Goupell: Here is the code I changed in the main.pas source file. Replace the tmainfo.initdata procedure with this. I changed the demo, thanks.

Re: [MSEide-MSEgui-talk] doc simple treeview example update

2011-07-23 Thread Martin Schreiber
Am Samstag 23 Juli 2011, 17:40:56 schrieb Patrick Goupell: I have updated the simple treeview example in the doc svn tree. How do I get the updated example into the svn tree? Please register on BerliOS: http://developer.berlios.de/account/register.php and report your BerliOS login name, I'll

Re: [MSEide-MSEgui-talk] Berlios's SVN

2011-07-22 Thread Martin Schreiber
On Friday 22 July 2011 10:14:41 IvankoB wrote: Currently, non-anonymous entrance is disabled as long as member's credentials are lost (w/o any hope to recover). That means you lost your registered email account? Otherwise click the 'Remind' button on

Re: [MSEide-MSEgui-talk] Abot FTGL

2011-07-22 Thread Martin Schreiber
Am Freitag 22 Juli 2011, 21:36:23 schrieb wahono sri: I know that topenglcanvaswidget will use FTGL to draw text in OpenGL. Where I can download binary FTGL for windows? I don't know, currently I test FTGL on Linux only. How to compile is here:

Re: [MSEide-MSEgui-talk] Berlios's SVN

2011-07-22 Thread Martin Schreiber
Am Freitag 22 Juli 2011, 22:33:01 schrieb IvankoB for-mse: It's already HTTP bound. Now fails SVN UPDATE worked till yesterday. Here is a log fragment: Z:\usr\src\SVNROOT\msegui\trunksvn update Authentication realm: http://svn.berlios.de:80 Members Only Password for '?¤┐Ё-Ёбва вRа': Seems

Re: [MSEide-MSEgui-talk] Barcode feature in new Repaz!

2011-07-20 Thread Martin Schreiber
Am Donnerstag 24 März 2011, 19:11:36 schrieb Sri Wahono: Currently known error : - Print barcode in small label (3,1mmX1,5mm), because drawing in MSEGUI is in integer value (pixel), and to draw small barcode need less than 1 pixel (0,xx unit). - To fix this problem, I scaled barcode with

[MSEide-MSEgui-talk] Acosys V4

2011-07-18 Thread Martin Schreiber
Hi It seems Acosys V4 has been released: http://www.acosys.co.id/ Some videos are here: http://www.youtube.com/watch?v=JdcUSg1b4_wfeature=mfu_in_orderlist=UL Congrats Wahono, very impressive! Martin ___ MSEide-MSEgui-talk mailing list

Re: [MSEide-MSEgui-talk] About topenglwidget

2011-07-18 Thread Martin Schreiber
Am Montag 18 Juli 2011, 15:18:27 schrieb Graeme Geldenhuys: On 07/18/2011 02:44 PM, Martin Schreiber wrote: Your command line works for me. Workaround: Download from web interface. It must be something with Belios or something. I can get SVN updates for FPC, Lazarus, MSEide (from

Re: [MSEide-MSEgui-talk] About topenglwidget

2011-07-18 Thread Martin Schreiber
Am Montag 18 Juli 2011, 22:01:24 schrieb wahono sri: BTW, is topenglcanvaswidget ready to use? I can not drawstring in it? No. Martin ___ MSEide-MSEgui-talk mailing list MSEide-MSEgui-talk@lists.berlios.de

Re: [MSEide-MSEgui-talk] search error

2011-07-17 Thread Martin Schreiber
Am Sonntag 17 Juli 2011, 22:00:29 schrieb Patrick Goupell: I got the following error while trying to search the forum. The search function worked in the past. I have not tried to use it in a few months. The requested operation could not be completed Connection to Server Refused Details of

Re: [MSEide-MSEgui-talk] About topenglwidget

2011-07-16 Thread Martin Schreiber
On Saturday 16 July 2011 05:24:05 wahono sri wrote: Any examples/demo how to use topenglwidget? topengelwidget manages an OpenGL render context. The following event handlers draw a color quad: procedure tmainfo.clientrectchangedexe(const sender: tcustomwindowwidget); begin

Re: [MSEide-MSEgui-talk] MSEGUI in FPC 2.4.4 64bit

2011-07-14 Thread Martin Schreiber
On Thursday 14 July 2011 04:20:30 am wahono sri wrote: Try to 'Build' instead of 'Make' the project. If it does not help delete all *.ppu and *.o files. Deleting *.ppu and *.o can not fix this. After I remove -CX from compiler options, that is OK. I can reproduce with FPC fixes_2_4,

Re: [MSEide-MSEgui-talk] Elastic Tabstops in MSEide editor

2011-07-14 Thread Martin Schreiber
On Thursday 14 July 2011 09:56:49 am Graeme Geldenhuys wrote: Hi Martin, Would something like Elastic Tabstops (ET) be possible in MSEide's editor? http://nickgravgaard.com/elastictabstops/ Personally I don't like tabs in source code, I use 1-space indentation. ET has some really nice

Re: [MSEide-MSEgui-talk] The last trunk's IDE doesn't build on winXP

2011-07-14 Thread Martin Schreiber
On Friday 15 July 2011 06:07:31 IvankoB wrote: main.pas(1060,36): ident not found externalconsole. Please try again with trunk 4657. Martin ___ MSEide-MSEgui-talk mailing list MSEide-MSEgui-talk@lists.berlios.de

Re: [MSEide-MSEgui-talk] MSEGUI in FPC 2.4.4 64bit

2011-07-13 Thread Martin Schreiber
On Wednesday 13 July 2011 08:49:35 wahono sri wrote: I'm using OpenSuse 11.4 64bit and FPC-2.4.4 64bit. When I compile MSEIDE I got error : Warning: Only one source file supported, changing source file to compile from Tlinux into mseide.pas Free Pascal Compiler version 2.4.4 [2011/04/21] for

Re: [MSEide-MSEgui-talk] The current filesystem notify

2011-07-09 Thread Martin Schreiber
On Saturday 09 July 2011 11:48:30 IvankoB for-mse wrote: Is it possible to use it for real-time (on file accessing) protection on win-9x ? I don't know if the performance is good enough for checking many files. Martin ___ MSEide-MSEgui-talk mailing

Re: [MSEide-MSEgui-talk] Session information nightmare

2011-07-09 Thread Martin Schreiber
On Friday 08 July 2011 09:38:07 Graeme Geldenhuys wrote: On 07/08/2011 09:24 AM, Martin Schreiber wrote: You should not store your local *.prj in the SCM repository. Instead export the project settings without window information by 'Project'-'Options'-'Settings', 'Save' and store that file

Re: [MSEide-MSEgui-talk] The current filesystem notify

2011-07-09 Thread Martin Schreiber
On Saturday 09 July 2011 12:13:31 IvankoB for-mse wrote: I don't know if the performance is good enough for checking many files. It only needs firing some anvir check thread function (calling ClamAV executable or DLL function - ClamAV provides both options, AFAIK ) on reading/writting a file.

Re: [MSEide-MSEgui-talk] incorrect syntax highlighting problem

2011-07-09 Thread Martin Schreiber
On Thursday 07 July 2011 10:21:52 Graeme Geldenhuys wrote: Hi, I use a custom dark theme for my source code syntax highlighting. See attached file. As indicated in the attached image, sometimes the keyword is highlighted, and sometimes it is not. How can I fix this. From the attached image.

Re: [MSEide-MSEgui-talk] Target Console keeps showing

2011-07-09 Thread Martin Schreiber
On Friday 08 July 2011 09:49:06 Graeme Geldenhuys wrote: No problem, as long is there is a workaround, then I'm happy. :-) The buggy project file is attached. Thanks again for your help. Can not reproduce. :-( Martin ___ MSEide-MSEgui-talk mailing

Re: [MSEide-MSEgui-talk] msewindowwidget procedure

2011-07-09 Thread Martin Schreiber
On Saturday 09 July 2011 17:38:53 wahono sri wrote: I make request to make private or public procedure checkwindowrect in twindowwidget. I use this procedure to resize window handle from third party when the widget is resized. Or checkwindowrect is done with twindowwidget directly?

Re: [MSEide-MSEgui-talk] msewindowwidget procedure

2011-07-09 Thread Martin Schreiber
On Saturday 09 July 2011 18:18:09 wahono sri wrote: But I am success wiht his method. In my custom widget, with this : procedure mywidget.sizechanged; override; begin inherited; checkwindowrect; end; After I resize the widget window client rect is resized too. The reason for not

Re: [MSEide-MSEgui-talk] MSEide+GDB+FPC 2.4.2 is a mighty band :)

2011-07-09 Thread Martin Schreiber
On Saturday 09 July 2011 23:53:34 IvankoB for-mse wrote: They kill (BSOD) Win7- Ultimate with 100% warranty. 1) install the standard (from Freepascal.Org) FPC 2.4.2 binary distro 2) check out the latest MSE* trunk 3) build MSEide 4) create a GUI project with the IDE 5) build then run the

Re: [MSEide-MSEgui-talk] Target Console keeps showing

2011-07-08 Thread Martin Schreiber
On Friday 08 July 2011 08:45:39 Graeme Geldenhuys wrote: On 07/08/2011 07:37 AM, Martin Schreiber wrote: Can not reproduce. Maybe there should be an option 'Hide Console after run'? It happens on two of my machines... then again, so does the ide doesn't detect external file changes... I

Re: [MSEide-MSEgui-talk] Session information nightmare

2011-07-08 Thread Martin Schreiber
On Friday 08 July 2011 08:54:20 Graeme Geldenhuys wrote: Hi Martin, I have been using MSEide a lot lately. The session information is a real nightmare for SCM (source repositories) systems. So this makes sharing a project between developers, or working on the project from two different

Re: [MSEide-MSEgui-talk] Target Console keeps showing

2011-07-08 Thread Martin Schreiber
On Friday 08 July 2011 09:16:39 Graeme Geldenhuys wrote: So I guess somewhere a setting when screwy in the .prj file, but closing all the windows reset it back to normal. Seems so. Almost impossible to reproduce and fix I fear. Please send the faulty *.prj, I'll try to find the cause. Martin

Re: [MSEide-MSEgui-talk] Feature request: shortcut to delete line of text in editor

2011-07-08 Thread Martin Schreiber
On Friday 08 July 2011 14:36:47 Graeme Geldenhuys wrote: Just a quick question... Doesn't those default shortcuts clash with Cut/Copy/Paste (CUA style shortcuts) in the editor? Though I can't remember if MSEide used both Windows and CUA shortcuts by default for Cut/Copy/Paste. I guess just

Re: [MSEide-MSEgui-talk] Search match to show more context

2011-07-08 Thread Martin Schreiber
On Friday 08 July 2011 14:47:41 Graeme Geldenhuys wrote: Hi, When I do a 'Search Replace', the match for the search is always displayed as the last visible line in the editor. Is it possible to change this so that the match is rather centered in the editor's visible space. Or at least 5-10

Re: [MSEide-MSEgui-talk] Feature request: shortcut to delete line of text in editor

2011-07-08 Thread Martin Schreiber
On Friday 08 July 2011 15:14:05 Graeme Geldenhuys wrote: PS: I don't know if you test MSEide with FPC 2.5.1 (trunk). I just thought I would let you know that MSEide can't compile with FPC 2.5.1. A compiler error about parameter types that must match exactly. It seems Trunk got more strict

<    1   2   3   4   5   6   7   8   9   10   >