Re: [MSEide-MSEgui-talk] gui error gue_notlocked

2010-11-05 Thread Martin Schreiber
On Friday, 5. November 2010 19.55:37 MSEide MSEgui wrote: My app often show error gue_notlocked from mseguiglob.pas (I activated stop on exception). This error caused by embedded form inside another embedded from (tdockpanel). What possibility shoul I check to find where the error come from?

Re: [MSEide-MSEgui-talk] New to mseide+msegui, Docs wanted

2010-11-05 Thread Martin Schreiber
Brian Winfrey wrote: I am looking for something like a users guide. Is there anything available besides what is on the web site? There is an outdated wiki: http://wiki.freepascal.org/MSEide__MSEgui The msedocumenting project with examples:

Re: [MSEide-MSEgui-talk] LCL in MSEide - is possible?

2010-11-04 Thread Martin Schreiber
Marcos Douglas wrote: Do you have a list of projects (in production) developed with MSEgui? Please read the archive of this list. http://www.mail-archive.com/mseide-msegui-talk@lists.berlios.de/ or http://msegui.org/fudforum/ or NNTP nntp://news.gmane.org/gmane.comp.ide.mseide.user Some old

Re: [MSEide-MSEgui-talk] MSEide with integrated context sensitive help

2010-11-04 Thread Martin Schreiber
Graeme Geldenhuys wrote: But how can I have help for a whole Window (eg: Configure MSEide dialog) and not specific to a component on that window. I can't set focus to the Form itself. So if the OK button has focus and I press F1, the OK button is passed to the help handlers. Now if the OK

Re: [MSEide-MSEgui-talk] MSEide with integrated context sensitive help

2010-11-04 Thread Martin Schreiber
On Thursday, 4. November 2010 10.20:45 Graeme Geldenhuys wrote: As you can see, tbutton2 (the cancel button) was passed to the OnHelp event handler, because it is the component that had focus. But the Cancel button doesn't have information in the HelpContext property, the Configure MSEide

Re: [MSEide-MSEgui-talk] MSEide with integrated context sensitive help

2010-11-04 Thread Martin Schreiber
Graeme Geldenhuys wrote: procedure tmainfo.ProcessHelp(const sender: tcustomhelpcontroller; const helpsender: tmsecomponent; var handled: Boolean); begin writeln(Format('HelpSender.Name = %s (%s)[%s]', [HelpSender.Name, HelpSender.ClassName, Sender.HelpContext]));

Re: [MSEide-MSEgui-talk] tfieldparamlink + tfieldlink not working as expected.

2010-11-04 Thread Martin Schreiber
On Thursday, 4. November 2010 12.03:59 Julio Jiménez wrote: Hi I use tfieldparamlink + tfieldlink in one of my projects (for master-detail facility) and it stopped working as expected. I see it omits always the first record in detail table, so when the detail table has only a record nothing

Re: [MSEide-MSEgui-talk] tfieldparamlink + tfieldlink not working as expected.

2010-11-04 Thread Martin Schreiber
On Thursday, 4. November 2010 12.03:59 Julio Jiménez wrote: Hi I use tfieldparamlink + tfieldlink in one of my projects (for master-detail facility) and it stopped working as expected. I see it omits always the first record in detail table, so when the detail table has only a record nothing

Re: [MSEide-MSEgui-talk] tfieldparamlink + tfieldlink not working as expected.

2010-11-04 Thread Martin Schreiber
On Thursday, 4. November 2010 13.18:11 Julio Jiménez wrote: I forgot to say, the first time, it does work fine. (all the records are displayed) but after this if you havigate in the master table... the first record is always ommited in the detail table, even the tdbnavigator show the

Re: [MSEide-MSEgui-talk] tfieldparamlink + tfieldlink not working as expected.

2010-11-04 Thread Martin Schreiber
Julio Jiménez wrote: I forgot to say, the first time, it does work fine. (all the records are displayed) but after this if you havigate in the master table... the first record is always ommited in the detail table, even the tdbnavigator show the navigation buttons disabled (except the refresh

Re: [MSEide-MSEgui-talk] tfieldparamlink + tfieldlink not working as expected.

2010-11-04 Thread Martin Schreiber
Julio Jiménez wrote: Compiling ./lib/common/kernel/mseobjecttext.pas mseobjecttext.pas(70,83) Error: Identifier not found TObjectTextEncoding mseobjecttext.pas(135,70) Error: Identifier not found oteLFM mseobjecttext.pas(150,24) Error: Identifier not found oteLFM mseobjecttext.pas(496,41)

Re: [MSEide-MSEgui-talk] tfieldparamlink + tfieldlink not working as expected.

2010-11-04 Thread Martin Schreiber
Julio Jiménez wrote: Working fine again. Thank you. About FPC versions... 2.4.2 will be released soon I guess.. but it isn't released yet. Do you mean 2.4.fixes? Would be the first time MSE trunk doesn't compile with FPC stable as far as I recall. FPC 2.4.2 is already tagged in SVN.

Re: [MSEide-MSEgui-talk] PG8.x PODPISKA: can't load run the project

2010-11-04 Thread Martin Schreiber
Ivanko B wrote: The problem develops when creating DMMAINMO thus before the login procedure. It doesn't seem so. Произошла ошибка соединения с БД. Описание ошибки: conn: Execution of query failed (PostgreSQL: FEHLER: Relation »ref_ss_post_office« existiert nicht ZEILE 1:

Re: [MSEide-MSEgui-talk] Error compiling from last trunk

2010-11-04 Thread Martin Schreiber
On Thursday, 4. November 2010 17.31:21 MSEide MSEgui wrote: I use FPC 2.4.0 and I can't compile last trunk with error message : Warning: Only one source file supported, changing source file to compile from i386-linux into mseide.pas Free Pascal Compiler version 2.4.0 [2010/10/20] for i386

Re: [MSEide-MSEgui-talk] PG8.x PODPISKA: can't load run the project

2010-11-04 Thread Martin Schreiber
Ivanko B wrote: With further investigation, dso_noprepare would look a good solution here unless an AV when calculating fileds in runtime with dso_noprepare = true set for all (required since there's also hangs) qryAcnt1* queries. //-- procedure

Re: [MSEide-MSEgui-talk] trying to compile the demo...

2010-11-03 Thread Martin Schreiber
On Wednesday, 3. November 2010 08.36:47 Graeme Geldenhuys wrote: Op 2010-11-02 21:48, Julio Jiménez het geskryf: ${MSEDIR} is not set. (path to msedir instalation) Martin, I know this was a rather obvious error (looking at the screenshots), so not sure if what I am about to suggest is worth

Re: [MSEide-MSEgui-talk] feature request: separated session information from project file

2010-11-03 Thread Martin Schreiber
On Wednesday, 3. November 2010 12.20:04 Marcos Douglas wrote: On Wed, Nov 3, 2010 at 6:20 AM, Graeme Geldenhuys BTW, where is stored the MSEide configuration (FPCDIR, FPCLIBDIR, MSELIBDIR, etc)? In HOME/.mseide/mseideli.sta (Linux) or APPDATA/.mseide/mseidewi.sta (Windows). Is possible to

Re: [MSEide-MSEgui-talk] feature request: separated session information from project file

2010-11-03 Thread Martin Schreiber
On Wednesday, 3. November 2010 12.43:53 Marcos Douglas wrote: Ok, I can use macros to define paths... but I can't use macro for all, right? In mseidewi.sta I see: [componentstorefo.compfiledialog], [componentstorefo.compfiledialog], etc... I don't know what these parameters do (yet) but I

Re: [MSEide-MSEgui-talk] feature request: separated session information from project file

2010-11-03 Thread Martin Schreiber
On Wednesday, 3. November 2010 13.07:46 Marcos Douglas wrote: On Wed, Nov 3, 2010 at 9:00 AM, Martin Schreiber mse00...@gmail.com wrote: On Wednesday, 3. November 2010 12.43:53 Marcos Douglas wrote: Ok, I can use macros to define paths... but I can't use macro for all, right

Re: [MSEide-MSEgui-talk] --macrodef parameter not working

2010-11-03 Thread Martin Schreiber
Graeme Geldenhuys wrote: Hi Martin, I knew about the macro groups parameter (and do use it), but forgot about the macrodef. I just tried it with the latest MSEide, and it did not work. None of the following options worked. I just used DEBUGGER as an example, but would probably use

Re: [MSEide-MSEgui-talk] --macrodef parameter not working

2010-11-03 Thread Martin Schreiber
Graeme Geldenhuys wrote: Op 2010-11-03 14:45, Martin Schreiber het geskryf: Works for me, see attachment. Nope, doesn't work here - even with Project based macros. See before and after screenshots. From README.TXT: --macrodef=name,value{,name,value} Macro definition, will be overridden

Re: [MSEide-MSEgui-talk] --macrodef parameter not working

2010-11-03 Thread Martin Schreiber
Graeme Geldenhuys wrote: ...but it still doesn't allow me to override the global IDE macros. My example command line where I try and override the COMPILER macro: You are right, difficult to change. Workaround: use another macroname in 'Project'⁻Options'-'Make'-'Make Command' ($MYCOMPILER} for

Re: [MSEide-MSEgui-talk] PG8.x PODPISKA: can't load run the project

2010-11-03 Thread Martin Schreiber
On Wednesday, 3. November 2010 15.11:54 Ivanko B wrote: Where to dig? Send a simple testcase. ___ MSEide-MSEgui-talk mailing list MSEide-MSEgui-talk@lists.berlios.de https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk

Re: [MSEide-MSEgui-talk] Window Position when compiz is used

2010-11-03 Thread Martin Schreiber
On Wednesday, 3. November 2010 15.20:43 Graeme Geldenhuys wrote: Hi Martin, Could you share the trick, how you can restore a window position even when compiz (3d desktop effects enabled) is active. In fpGUI, when I store and then restore the Top Left position, my forms always shift down the

Re: [MSEide-MSEgui-talk] LCL in MSEide - is possible?

2010-11-03 Thread Martin Schreiber
On Wednesday, 3. November 2010 15.29:29 Marcos Douglas wrote: I think MSEide as powerful as Lazarus, but more simple. Unfortunately I have to convert some Delphi projects and the LCL would be the quickest way, isn't? Not on the long run... ;-) What kind of projects do you need to convert? Why

Re: [MSEide-MSEgui-talk] PG8.x PODPISKA: can't load run the project

2010-11-03 Thread Martin Schreiber
On Wednesday, 3. November 2010 15.47:00 Ivanko B wrote: Where to dig? Send a simple testcase. Isn't the new PODPISKA a simple project ? Set all qryAcnt1*.dso_noprpare=true then active=true then press F9. No. It is impossible for me to login and make the necessary settings without Russian

Re: [MSEide-MSEgui-talk] PG8.x PODPISKA: can't load run the project

2010-11-03 Thread Martin Schreiber
On Wednesday, 3. November 2010 16.11:14 Ivanko B wrote: Isn't the new PODPISKA a simple project ? Set all qryAcnt1*.dso_noprpare=true then active=true then press F9. No. It is impossible for me to login and make the necessary settings without Russian knowledge in an acceptable time. The

Re: [MSEide-MSEgui-talk] PG8.x PODPISKA: can't load run the project

2010-11-03 Thread Martin Schreiber
On Wednesday, 3. November 2010 16.55:54 Ivanko B wrote: Please inform whether You succeed recreating the DB or not. It's may be headache because of compliance with older (non-MSE) projects. No time at the moment, sorry. ___ MSEide-MSEgui-talk

Re: [MSEide-MSEgui-talk] LCL in MSEide - is possible?

2010-11-03 Thread Martin Schreiber
Marcos Douglas wrote: On Wed, Nov 3, 2010 at 12:28 PM, Martin Schreiber mse00...@gmail.com wrote: On Wednesday, 3. November 2010 16.22:04 Marcos Douglas wrote: Simple Desktop projects. I want to use Lazarus because my company want invest in software open source. I decide about some areas

Re: [MSEide-MSEgui-talk] PG8.x PODPISKA: can't load run the project

2010-11-02 Thread Martin Schreiber
Ivanko B wrote: It seems to be the problem You encountered when trying the PODPISKA as a testcase recently - it has 100% CPU load of PostrgeSQL process on SELECTing for dmmainmo.qryAcnt1Index.SQL. The query is design set active. Run separately (PG Admin), its SQL doesn't cause any problem

Re: [MSEide-MSEgui-talk] PG8.x PODPISKA: can't load run the project

2010-11-02 Thread Martin Schreiber
On Tuesday, 2. November 2010 15.49:24 Ivanko B wrote: PG Admin probably does not use prepared statements. Try to run the query unprepared in MSEgui (query.options dso_noprepare or connection.executedirect(anoprepare = true). Also possible that the combination with another running query of the

Re: [MSEide-MSEgui-talk] a dropdown edit bug

2010-11-01 Thread Martin Schreiber
liuzg2 wrote: tdropdownlistedit1 must click button 2 times then show value. because dropdown options deo_selectonly Please try again with trunk 4056. Hint: tenumedit is propably better suited for the task. with tenumedit1.dropdown.cols do begin addrow(['PostgreSql']);

Re: [MSEide-MSEgui-talk] StringGrid usage

2010-11-01 Thread Martin Schreiber
On Monday, 1. November 2010 10.44:57 Graeme Geldenhuys wrote: Hi, In fpGUI I can set the value of a cell in a stringgrid as follows: grid1.Cells[lCol, lRow] := 'my value'; How do I do this in MSEgui's stringgrid? grid1[lCol][ lRow] := 'my value'; I found a DataCols property, but it

Re: [MSEide-MSEgui-talk] StringGrid usage

2010-11-01 Thread Martin Schreiber
Graeme Geldenhuys wrote: I was pleasantly surprised to see the speed performance of my stringgrid implementation in fpGUI. MSEgui's Stringgrid was double as slow but still a very respectable result, and about a million times faster that LCL's TStringGrid. :-) Congrats! :-) The main

Re: [MSEide-MSEgui-talk] StringGrid usage

2010-11-01 Thread Martin Schreiber
On Monday, 1. November 2010 14.05:16 Graeme Geldenhuys wrote: So the difference between (1) and (2) is simply the iconv calls? Yes, + allocating strings instead of incref() + calling inttostr(). Between (3) and (4). Why is option (4) then not the default property (when doing

Re: [MSEide-MSEgui-talk] MSEide compiled with FPC 2.5.1 -- Access violation

2010-11-01 Thread Martin Schreiber
Marcos Douglas wrote: On Mon, Nov 1, 2010 at 9:59 AM, Martin Schreiber mse00...@gmail.com wrote: I normally also use the FPC fixes_2_4 branch. I don't use FPC trunk often because it is a moving target... Yes, you right... but the news of fpWeb just compile (Lazarus) with FPC 2.5.1

Re: [MSEide-MSEgui-talk] MSEide compiled with FPC 2.5.1 -- Access violation

2010-11-01 Thread Martin Schreiber
Am 01.11.2010 13:38, schrieb Marcos Douglas: On Mon, Nov 1, 2010 at 9:30 AM, Marcos Douglasm...@delfire.net wrote: On Mon, Nov 1, 2010 at 9:26 AM, Martin Schreibermse00...@gmail.com wrote: Marcos Douglas wrote: Hi, I compiled MSEide with FPC 2.5.1. The compilation was ok, but when I ran

Re: [MSEide-MSEgui-talk] IDE Shortcuts problem with Tab key

2010-11-01 Thread Martin Schreiber
Graeme Geldenhuys wrote: Hi, By default MSEide uses Ctrl+I and Ctrl+U for indent, unindent. I would like to setup Tab (indent) and Shift+Tab (unindent), but I can set this up in the Shortcuts dialog, because when I press tab, it doesn't capture the key, but instead moves focus to the next

Re: [MSEide-MSEgui-talk] StringGrid usage

2010-11-01 Thread Martin Schreiber
Graeme Geldenhuys wrote: So the difference between (1) and (2) is simply the iconv calls? If so that's a huge penalty in (1). With Unicode inttostr() I get 6.3s (trunk 4061): procedure tmainfo.exec6(const sender: TObject); var int1: integer; begin ti:= now; with grid[0].datalist do

Re: [MSEide-MSEgui-talk] Compiling MSEide - \units\i386-win32

2010-11-01 Thread Martin Schreiber
Marcos Douglas wrote: How I can compile the MSEide and put the .ppu and .o files organized like \units\i386-win32 ? Please use the -FE compiler parameter. http://www.freepascal.org/docs-html/user/usersu14.html#x37-440005.1.3 Compiler parameters can be set in 'Project'-'Options'-'Make'-'Make

Re: [MSEide-MSEgui-talk] [patch] to fix compilation bug under FPC 2.4.3

2010-10-31 Thread Martin Schreiber
On Sunday, 31. October 2010 07.52:41 Graeme Geldenhuys wrote: And it will be convenient to have them included with the IDE where they are used (same as project templates). Anyway, Martin already seems to have made up his mind. This doesn't affect me at all, I already have a lot of code

Re: [MSEide-MSEgui-talk] about t*dropdown

2010-10-30 Thread Martin Schreiber
Martin Schreiber wrote: dan wrote: 1st Problem Step to produce: How to set t*dropdown to first record in onloaded event. I have tried two method in the event, doesn't show in the t*dropdown. drop.value:= tmsesqlquery1.fieldbyname('id').asstring; or in trunk 4051: drop.value

Re: [MSEide-MSEgui-talk] [patch] to fix compilation bug under FPC 2.4.3

2010-10-30 Thread Martin Schreiber
Ivanko B wrote: Then, how to program the for i:=.. statement so that it requests range values for the cycle variable on calling the template ? See attachment, copy the file to apps/ide/templates. [header] name=for comment=for loop select=0 indent=1 cursorcol=1 cursorrow=1 params=2 from to

Re: [MSEide-MSEgui-talk] [patch] to fix compilation bug under FPC 2.4.3

2010-10-30 Thread Martin Schreiber
Martin Schreiber wrote: Ivanko B wrote: Then, how to program the for i:=.. statement so that it requests range values for the cycle variable on calling the template ? See attachment, copy the file to apps/ide/templates. Now with default values (trunk 4054). [header] name=for comment

Re: [MSEide-MSEgui-talk] [patch] to fix compilation bug under FPC 2.4.3

2010-10-30 Thread Martin Schreiber
Graeme Geldenhuys wrote: If Martin starts adding default code templates, we automatically get those too, without interfering with our own (bar there is no name conflicts, but svn with prompt use on that anyway). Trunk 4055 opens the selection dialog if there are multiple matching template

Re: [MSEide-MSEgui-talk] about t*dropdown

2010-10-29 Thread Martin Schreiber
dan wrote: 2nd Problem In t*dropdown and tedit, I set ow_arrowfocus to false. When cursor focus in t*dropdown and I am press 'down arrow' button, the t*dropdown doesn't dropdown, and it must use mouse click to dropdown. How to use the keyboard(ex: down arrow) to open the dropdown, Please

Re: [MSEide-MSEgui-talk] about t*dropdown

2010-10-29 Thread Martin Schreiber
dan wrote: 1st Problem Step to produce: How to set t*dropdown to first record in onloaded event. I have tried two method in the event, doesn't show in the t*dropdown. drop.value:= tmsesqlquery1.fieldbyname('id').asstring; or in trunk 4051: drop.value:=

Re: [MSEide-MSEgui-talk] [patch] to fix compilation bug under FPC 2.4.3

2010-10-28 Thread Martin Schreiber
Graeme Geldenhuys wrote: On 28 October 2010 10:25, Martin Schreiber mse00...@gmail.com wrote: Thanks. Which FPC version? As the subject line says... ;-)FPC 2.4.3 (64-bit Linux). Strange, compiles here with fixes_2_4. ___ MSEide-MSEgui

Re: [MSEide-MSEgui-talk] [patch] to fix compilation bug under FPC 2.4.3

2010-10-28 Thread Martin Schreiber
Graeme Geldenhuys wrote: Op 2010-10-28 10:31, Martin Schreiber het geskryf: Strange, compiles here with fixes_2_4. No idea. This is the error message I got... Please try again with trunk 4046. ___ MSEide-MSEgui-talk mailing list MSEide-MSEgui

Re: [MSEide-MSEgui-talk] [patch] to fix compilation bug under FPC 2.4.3

2010-10-28 Thread Martin Schreiber
On Thursday, 28. October 2010 13.19:03 Ivanko B wrote: I only spotted the code template editor dialog now. That is very nice by the way. Makes editing those templates a breeze. What is these templates ? Their usage ? Graeme uses them for example to insert skeletons into help definition files

Re: [MSEide-MSEgui-talk] [patch] to fix compilation bug under FPC 2.4.3

2010-10-28 Thread Martin Schreiber
On Thursday, 28. October 2010 14.40:09 Graeme Geldenhuys wrote: The Code Template Editor dialog can be found by doing the following (I don't know if it is available from somewhere else too). No. Do you think it is necessary? - Right click in your source editor - select 'insert template'

Re: [MSEide-MSEgui-talk] [patch] to fix compilation bug under FPC 2.4.3

2010-10-28 Thread Martin Schreiber
Am 28.10.2010 15:19, schrieb Martin Schreiber: On Thursday, 28. October 2010 14.40:09 Graeme Geldenhuys wrote: The Code Template Editor dialog can be found by doing the following (I don't know if it is available from somewhere else too). No. Do you think it is necessary? Correction: Ctrl+T

Re: [MSEide-MSEgui-talk] bug: cannot focus tedit

2010-10-28 Thread Martin Schreiber
dan wrote: Step to produce: 1. click button in mainform 2. focus to the tedit 3. click close button 4. click button again in mainform the problem: cannot focus again to the tedit Please try again with trunk 4047. You probably should use form2fo.activate instead of form2fo.show. Martin

Re: [MSEide-MSEgui-talk] HOME directory

2010-10-24 Thread Martin Schreiber
Sieghard wrote: If you could kindly explain what the caret should signify here? See the first mail of this thread: ~/ now returns sys_getuserhomedir() value, please use ^/ for sys_getapphomedir(). Ah, now - sorry, I just missed the meaning of these funny characters. So these

Re: [MSEide-MSEgui-talk] HOME directory

2010-10-23 Thread Martin Schreiber
On Saturday 23 October 2010 02:25:40 Sieghard wrote: home/.config/ (aka ~/.config) is meant for well organized _user_ _dependend_ settings storage of programs installed on the system. Most of the programs (there _are_ already some wild crocodiles again) keep to the convention that they should

Re: [MSEide-MSEgui-talk] HOME directory

2010-10-23 Thread Martin Schreiber
On Saturday, 23. October 2010 15.46:19 Sieghard wrote: ^/thedirectorypath - sys_getapphomedirthedirectorypath is mainly used in tstatfile.filedir property. What do you suggest should be supplied for ^/ in Linux and Windows? If you could kindly explain what the caret should signify here?

Re: [MSEide-MSEgui-talk] Documentation woes - was: Pipe usage in MSE - a pipe dream?

2010-10-22 Thread Martin Schreiber
Sieghard wrote: So that's just what I started out with: The project has grown to a size where you had to put in more effort than you can afford to keep it public as it is now. You probabely have two choices here: [...] (But still - because you did address me - there's another observation.

Re: [MSEide-MSEgui-talk] The new HOME path button: needs one level upper in win-32

2010-10-22 Thread Martin Schreiber
Ivanko B wrote: Currently, it brings to the ~/Application data directory, in win-32. echo %HOMEPATH% shows the correct directory, so we'd use this envvar provide taht win09x transparent Also %USERPROFILE% show the correct path. We need a win32 API call, environment variables are not

Re: [MSEide-MSEgui-talk] The new HOME path button: needs one level upper in win-32

2010-10-22 Thread Martin Schreiber
Am 22.10.2010 09:37, schrieb Ivanko B: We need a win32 API call, environment variables are not reliable. Which call can be used on win95 and all other versions? Below the CSIDL constants. Which one should be used for the home button? CSIDL_PROGRAMS= $0002; {

Re: [MSEide-MSEgui-talk] The new HOME path button: needs one level upper in win-32

2010-10-22 Thread Martin Schreiber
Am 22.10.2010 10:11, schrieb Ivanko B: One level upper directory to CSIDL_PERSONAL, me guess. That returns C:\Dokumente und Einstellungen\mseca\Eigene Dateien\ Probably not what you want? ___ MSEide-MSEgui-talk mailing list

[MSEide-MSEgui-talk] HOME directory

2010-10-22 Thread Martin Schreiber
Hi, Because of the new 'Home' button in file dialog some changes are necessary. sys_gethomedir() has been renamed to sys_getapphomedir(). There is a new sys_getuserhomedir() which returns the result of CSIDL_PROFILE query on windows. ~/ now returns sys_getuserhomedir() value, please use ^/ for

Re: [MSEide-MSEgui-talk] Pipe usage in MSE - a pipe dream?

2010-10-21 Thread Martin Schreiber
Sieghard wrote: (It seems your MSEGUI has grown to a state where it is near to impossible for a casual user to cope with its complexitiy, and only the creator and perhaps a few coworkers have full overview over its scope, though the latter ones mostly concerning their own part only. For a

Re: [MSEide-MSEgui-talk] Pipe usage in MSE - a pipe dream?

2010-10-21 Thread Martin Schreiber
Ivanko B wrote: Or let's achieve fully functional RTF so that an integrated help viewer were wriiten and an input format for documenting were determined. That will change nothing but the MSEgui users have a help editor/viewer component made by me for free for use in their own projects... I

Re: [MSEide-MSEgui-talk] more Code Templates feedback and suggestions

2010-10-21 Thread Martin Schreiber
Trunk 4024 has an edit dialog for code templates. Click on the ellipse button in the template select grid in order to activate the dialog. Martin ___ MSEide-MSEgui-talk mailing list MSEide-MSEgui-talk@lists.berlios.de

Re: [MSEide-MSEgui-talk] about grid

2010-10-19 Thread Martin Schreiber
liuzg2 wrote: i want could not foucus the readonly col with the keybord, but can mouse foucus the readonly col i think i could not edit readonly col ,so why i have to foucs the col. ha ha!! but i want copy the readonly col 's full text or some letter ,because i can read it , so i

Re: [MSEide-MSEgui-talk] FPC RTC based Event Queue

2010-10-17 Thread Martin Schreiber
Martin Schreiber wrote: I forked most of the RTL That means I use for most of the RTL functionally (file handling and -searching, threads, syncobjs, procutils...) in MSEgui own routines which are independent of the FPC RTL. Exceptions are TComponent and TDataset and friends in order to allow

Re: [MSEide-MSEgui-talk] transaction for mysql database

2010-10-17 Thread Martin Schreiber
dan wrote: Hi Martin, How exactly use tmsemysqlconnection, tmsesqlquery, tmsesqltransaction for using transaction in mysql 5.1? 1. Add 1 tmsemysqlconnection as 'conn' 2. Set the connection properties 3. Add 1 tmsesqltransaction as 'trans' 4. Set conn.transaction = trans 5. Add 1 tmsesqlquery

Re: [MSEide-MSEgui-talk] t*booleanedit resize

2010-10-16 Thread Martin Schreiber
MSEide MSEgui wrote: If I have set frame.caption to t*booleanedit, and I will resize widget size (horizontal), than checkbox is resized too. How to disable it? Why do you want to resize the widget? In order to place the caption use tcaptionframe.captionpos, captiondist, captionoffset and the

Re: [MSEide-MSEgui-talk] t*booleanedit resize

2010-10-16 Thread Martin Schreiber
MSEide MSEgui wrote: MSEide MSEgui wrote: If I have set frame.caption to t*booleanedit, and I will resize widget size (horizontal), than checkbox is resized too. How to disable it? Why do you want to resize the widget? In order to place the caption use tcaptionframe.captionpos,

Re: [MSEide-MSEgui-talk] FPC RTC based Event Queue

2010-10-16 Thread Martin Schreiber
Michael Schnell wrote: or MSEgui? This of course is a more personal cause. We have a couple of well trained Delphi programmer and need to port a set of large Delphi applications. It will be hard enough to re-train them on Lazarus and to do the ported programs in a way that they can be

Re: [MSEide-MSEgui-talk] TDBBooleanEdit in T*WidgetGrid: how to make single-click toggle ?

2010-10-15 Thread Martin Schreiber
Ivanko B wrote: Does the query's SQL run well out of the project ? You may turn on debud level of PG server logging then to spoil (syntax error) the query then to try to activate it then to obtain the SQL text from the server's log file. Have You succeded with the PODISKA ? No time at the

Re: [MSEide-MSEgui-talk] path for mseconst_id.pas

2010-10-14 Thread Martin Schreiber
MSEide MSEgui wrote: Here some changes for Indonesia language. Applied, thanks. ___ MSEide-MSEgui-talk mailing list MSEide-MSEgui-talk@lists.berlios.de https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk

Re: [MSEide-MSEgui-talk] TDBBooleanEdit in T*WidgetGrid: how to make single-click toggle ?

2010-10-14 Thread Martin Schreiber
Am 14.10.2010 09:48, schrieb Ivanko B: While loading qryAcnt1Index. Looks nothing special. Try replacing the RUSSIAN TEXT in the query. Does not help. ___ MSEide-MSEgui-talk mailing list MSEide-MSEgui-talk@lists.berlios.de

Re: [MSEide-MSEgui-talk] TDBBooleanEdit in T*WidgetGrid: how to make single-click toggle ?

2010-10-14 Thread Martin Schreiber
Am 13.10.2010 16:52, schrieb Ivanko B: Now the project load time is still 5 minutes with 100% CPU load for Postgres, application start time is10 minutes with 100% Postgres load, I can't wait any longer and press debugger reset now... The podpiska stopped, Postgres still eats 100% CPU. Me've

Re: [MSEide-MSEgui-talk] FPC RTC based Event Queue

2010-10-14 Thread Martin Schreiber
Michael Schnell wrote: Maybe you are interested in helping the FPC team to make this happen. (even though I am very unsure if the Lazarus team really will follow). The main problem of transferring base technologies from MSEgui to FPC-RTL/FCL is time. When it is not under our full control

Re: [MSEide-MSEgui-talk] TDBBooleanEdit in T*WidgetGrid: how to make single-click toggle ?

2010-10-13 Thread Martin Schreiber
Ivanko B wrote: Oops, they're zero sized - me again forgot not to attach from space containing paths. Will be resent tomorrow. Done. They're both PNGs. Can not use the testcase. There are many errors while restoring the database because of KOI8R-utf8 and missing user functions. Postgres

Re: [MSEide-MSEgui-talk] TDBBooleanEdit in T*WidgetGrid: how to make single-click toggle ?

2010-10-13 Thread Martin Schreiber
Ivanko B wrote: Done. They're both PNGs. Can not use the testcase. There are many errors while restoring the database because of KOI8R-utf8 and missing user functions. It's strange since ss_forms_utf8_devel is UTF8 encoded by default. Did You remove the previous database instance ? Yes.

Re: [MSEide-MSEgui-talk] TDBBooleanEdit in T*WidgetGrid: how to make single-click toggle ?

2010-10-13 Thread Martin Schreiber
Ivanko B wrote: What must be given to xsetlocalemodifiers() in order to work on such distros? xsetlocalemodifiers('@im=???'); No activity to this question has been at FreePascal.Ru up to now, AFAIK. If You have fast Internet then You could download most actual liveCDs of these distros

Re: [MSEide-MSEgui-talk] more Code Templates feedback and suggestions

2010-10-13 Thread Martin Schreiber
Trunk 4002 has option indent=1 - indents the inserted block by the column of the first inserted character. 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] TDBBooleanEdit in T*WidgetGrid: how to make single-click toggle ?

2010-10-13 Thread Martin Schreiber
Ivanko B wrote: Did You remove the previous database instance ? Yes. Is it necessary? Did You exit the project before restoring the DB ? Yes. Do You try exactly *12oct2010 backup ? I used the file ss_forms_utf8_devel-12oct2010.backup. ___

Re: [MSEide-MSEgui-talk] TDBBooleanEdit in T*WidgetGrid: how to make single-click toggle ?

2010-10-13 Thread Martin Schreiber
Am 13.10.2010 12:08, schrieb Ivanko B: Do You try exactly *12oct2010 backup ? I used the file ss_forms_utf8_devel-12oct2010.backup. Correct. Have You tried it in win-32 ? Starting time 5 minutes, then conn: Execution of query failed (PostgreSQL: ERROR: permission denied for relation

Re: [MSEide-MSEgui-talk] TDBBooleanEdit in T*WidgetGrid: how to make single-click toggle ?

2010-10-13 Thread Martin Schreiber
Am 13.10.2010 15:23, schrieb Ivanko B: +BB8EQAQ+BDgENwQ+BEgEOwQw- +BD4ESAQ4BDEEOgQw- +BEEEPgQ1BDQEOAQ9BDUEPQQ4BE8- +BEE- +BBEEFA-. +BB4EPwQ4BEEEMAQ9BDgENQ- +BD4ESAQ4BDEEOgQ4-: conn: Execution of query failed (PostgreSQL: ERROR: permission denied for relation ref_ss_per_month ) Create two

Re: [MSEide-MSEgui-talk] Transparency icon on taskbar

2010-10-13 Thread Martin Schreiber
MSEide MSEgui wrote: Msegui_xx.png in MSEIDE source is a PNG image with transparent background, but in taskbar (Win Lin), the icon is painted with white background. I think it should be transparent icon as other application. It has a color gradient as background which enhances visibility

Re: [MSEide-MSEgui-talk] TDBBooleanEdit in T*WidgetGrid: how to make single-click toggle ?

2010-10-13 Thread Martin Schreiber
Ivanko B wrote: Now the project load time is still 5 minutes with 100% CPU load for Postgres, application start time is 10 minutes with 100% Postgres load, I can't wait any longer and press debugger reset now... The podpiska stopped, Postgres still eats 100% CPU. Me've just resent the todays'

Re: [MSEide-MSEgui-talk] TDBBooleanEdit in T*WidgetGrid: how to make single-click toggle ?

2010-10-13 Thread Martin Schreiber
Ivanko B wrote: 100% CPU load for long time... Recursion ? But where. While loading qryAcnt1Index. 100% load of the PG process ? Or the PODPISKA ? Postgres. Have You tried to perform the SQL code out of the project - via an SQL frontend ? No. Me could think about not created

Re: [MSEide-MSEgui-talk] TDBBooleanEdit in T*WidgetGrid: how to make single-click toggle ?

2010-10-12 Thread Martin Schreiber
Ivanko B wrote: Currently, me have to select the booleabnedit cell first and it eats the 1-st click. Can not reproduce. Recheck with not 1-st selected cell in grid. Works for me. Do you have a simple testcase? BTW, I read in freepascal.ru that there are still Linux installations where

Re: [MSEide-MSEgui-talk] TDBBooleanEdit in T*WidgetGrid: how to make single-click toggle ?

2010-10-12 Thread Martin Schreiber
Ivanko B wrote: BTW, I read in freepascal.ru that there are still Linux installations where MSEgui don't get an input manager. Can somebody with such a system please debug why the code in lib/common/kernel/i386_linux/mseguintf.pas Really the problem is that regular Linux distros aren't

Re: [MSEide-MSEgui-talk] TDBBooleanEdit in T*WidgetGrid: how to make single-click toggle ?

2010-10-12 Thread Martin Schreiber
Ivanko B wrote: What must be given to xsetlocalemodifiers() in order to work on such distros? xsetlocalemodifiers('@im=???'); No activity to this question has been at FreePascal.Ru up to now, AFAIK. If You have fast Internet then You could download most actual liveCDs of these distros

Re: [MSEide-MSEgui-talk] TDBBooleanEdit in T*WidgetGrid: how to make single-click toggle ?

2010-10-12 Thread Martin Schreiber
Ivanko B wrote: On Tue, 12 Oct 2010 15:24:54 +0200, Martin Schreiber mse00...@gmail.com wrote: Ivanko B wrote: Currently, me have to select the booleabnedit cell first and it eats the 1-st click. Can not reproduce. Recheck with not 1-st selected cell in grid. Works for me. Do you

Re: [MSEide-MSEgui-talk] loadlangunit in Linux

2010-10-12 Thread Martin Schreiber
MSEide MSEgui wrote: Currently loadlangunit procedure can be problem when we store langxxx.so different with application path. For example : myapp path =/home/myapp/ myapp lang =/home/myapp/lang/ Maybe better to adjust LD_LIBRARY_PATH or LD_PRELOAD? Absolute library paths on Linux look

Re: [MSEide-MSEgui-talk] MSEgui for arm-linux (Android)

2010-10-12 Thread Martin Schreiber
MSEide MSEgui wrote: I can't compile MSEgui for arm-linux in msebits.pas at : What error message? ___ MSEide-MSEgui-talk mailing list MSEide-MSEgui-talk@lists.berlios.de https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk

Re: [MSEide-MSEgui-talk] MSEgui for arm-linux (Android)

2010-10-12 Thread Martin Schreiber
MSEide MSEgui wrote: I can't compile MSEgui for arm-linux in msebits.pas at : What error message? I use command (from project options) : I mean what error messages in msebits.pas without your changes? ___ MSEide-MSEgui-talk mailing list

Re: [MSEide-MSEgui-talk] loadlangunit in Linux

2010-10-12 Thread Martin Schreiber
MSEide MSEgui wrote: If I use loadlangunit('./lang/indonesia'), it is replaced with loadlangunit('lib./lang/indonesia.so'). How? Trunk 4000 has some changes, please try again. Because of the round number you win a free download of MSEide+MSEgui:

Re: [MSEide-MSEgui-talk] TDBBooleanEdit in T*WidgetGrid: how to make single-click toggle ?

2010-10-11 Thread Martin Schreiber
Ivanko B wrote: Currently, me have to select the booleabnedit cell first and it eats the 1-st click. Can not reproduce. ___ MSEide-MSEgui-talk mailing list MSEide-MSEgui-talk@lists.berlios.de

Re: [MSEide-MSEgui-talk] MingW32 GDB v 6.8 doesn't work with the newest IDE

2010-10-08 Thread Martin Schreiber
Ivanko B wrote: It can't find target. Is backward compatibilty suggested ? Sure. I am currently fighting with 7.1 and 7.2 on Linux, I'll checking 6.8 on Windows later. ___ MSEide-MSEgui-talk mailing list MSEide-MSEgui-talk@lists.berlios.de

Re: [MSEide-MSEgui-talk] MingW32 GDB v 6.8 doesn't work with the newest IDE

2010-10-08 Thread Martin Schreiber
Ivanko B wrote: Sure. I am currently fighting with 7.1 and 7.2 on Linux, Any new useful stuff with 7.1+ versions ? I read it can do backstep debugging, multi target debugging and has the possibility to stop single threads. I do not plan to implement such things into MSEide in the near

Re: [MSEide-MSEgui-talk] TThread.WaitFor blocks the MSEgui main event loop

2010-10-08 Thread Martin Schreiber
Graeme Geldenhuys wrote: Hi Martin, I just stumbled across this issue in fpGUI, and I see MSEgui has the exact same problem. See attached project. The example does not compile with FPC 2.4 because of missing TThread.start. MSEgui has it own thread classes because of some problems with

Re: [MSEide-MSEgui-talk] TThread.WaitFor blocks the MSEgui main event loop

2010-10-08 Thread Martin Schreiber
Graeme Geldenhuys wrote: This is where the problem comes in. As soon as I call MyThread.WaitFor, the application is frozen - it never gets to terminate completely. Because of synchronize() I assume. Either don't use synchronize() although TThread uses synchronize() itself IIRC or call

Re: [MSEide-MSEgui-talk] Non default tdbenumeditlb's value(default/empty) stops displaying if non-focused, after manual reseseting selection

2010-10-07 Thread Martin Schreiber
Am 07.10.2010 11:28, schrieb Ivanko B: Play with DBNELB in the attached project (a ZIP-file). Steps, what is expected, what happens? - select '-- all--' in DBNELB - delete the selection with the DEL button - it should revet the seletion since it's underlying value (-1) is the same as the

Re: [MSEide-MSEgui-talk] The IDE: can't access the component palette in the PODPISKA

2010-10-05 Thread Martin Schreiber
Ivanko B wrote: PS: It also seems that undocking the pallete is impossible for maximized main IDE's window. Tried to drag to the window caption? ___ MSEide-MSEgui-talk mailing list MSEide-MSEgui-talk@lists.berlios.de

<    3   4   5   6   7   8   9   10   11   >