Re: [MSEide-MSEgui-talk] Using external tools

2012-02-24 Thread Martin Schreiber
On Friday, 24. February 2012 13.39:21 Graeme Geldenhuys wrote: On 24 February 2012 14:24, Martin Schreiber wrote: Please open a single file in MSEide source editor, check if lib/common/sysutils/msefilechange.pas:363 (tdirchangethread.dochange) is called after the tool run. Yes it did. I

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-24 Thread Martin Schreiber
Martin Schreiber wrote: On Friday, 24. February 2012 13.39:21 Graeme Geldenhuys wrote: On 24 February 2012 14:24, Martin Schreiber wrote: Please open a single file in MSEide source editor, check if lib/common/sysutils/msefilechange.pas:363 (tdirchangethread.dochange) is called after

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-24 Thread Martin Schreiber
On Friday, 24. February 2012 14.08:55 Graeme Geldenhuys wrote: On 24 February 2012 14:52, Martin Schreiber wrote: Please check if apps/ide/sourceform.pas:593 (tsourcefo.onfilechanged) is called. No, never gets executed. Please place a breakpoint to lib/common/sysutils/msefilechange.pas

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-25 Thread Martin Schreiber
On Friday 24 February 2012 04:32:44 pm Julio Jiménez wrote: Hi Martin I have been testing with a new project, only two files main.pas and projectname.pas If I open *only* a file IE main.pas I can edit, save and reformat. Always are detected the changes. If I have the two files open

Re: [MSEide-MSEgui-talk] rich text edit

2012-02-25 Thread Martin Schreiber
On Sunday, 26. February 2012 02.20:45 Patrick Goupell wrote: I see there is a rich text string display, but no corresponding edit. You probably refer to trichstringdisp. Its purpose is to display richstringty, a string type which has per character color and style. The edit counterpart is

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-26 Thread Martin Schreiber
On Sunday, 26. February 2012 13.07:42 Julio Jiménez wrote: Probably Martin can add new macros and the possibility of key accelerators. Please use in order to define hotkeys in 'Project'-'Tools'-'Menu'. Martin --

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-27 Thread Martin Schreiber
On Monday 27 February 2012 10:12:00 Graeme Geldenhuys wrote: On 27 February 2012 09:38, Martin Schreiber wrote: Did you test on your 64bit machine too? Yes, tested on both a 32-bit Linux and 64-bit Linux PC. So what was ultimately the cause of the problem? Probably a race condition

Re: [MSEide-MSEgui-talk] alpha channel in images

2012-02-27 Thread Martin Schreiber
Am 27.02.2012 13:20, schrieb Graeme Geldenhuys: Hi Martin, This is not directly related to MSEgui, but rather a How did you do it? question. I've added PNG support in fpGUI. As expected, painting images with transparency, shows up wrong. How does one handle the Alpha channel in the RGBA

Re: [MSEide-MSEgui-talk] Possible bug in syntax highlighting

2012-02-27 Thread Martin Schreiber
On Monday 27 February 2012 17:57:55 Julio Jiménez wrote: Simply look at the attached pic. Please try again with git master eefd32b1c57c1bae9d985bbf10bc74f3bc653ecb. Martin -- Try before you buy = See our experts in

Re: [MSEide-MSEgui-talk] Possible bug in windows version

2012-02-28 Thread Martin Schreiber
Am 28.02.2012 12:15, schrieb Julio Jiménez: Hi Martin. I have a running application under linux and no problems, I compiled it for windows (windows xp) and I get an exception trying to show a dialog in modal. Curious this only happens when I run the dialog from the main form. If I run the

Re: [MSEide-MSEgui-talk] Syntax highlighting, numbers

2012-02-28 Thread Martin Schreiber
On Tuesday, 28. February 2012 13.53:49 Julio Jiménez wrote: This is the best I got. (Color red was using only for testing) git master 2b1d845650fe100e8494ab177d522ef163b844e5 has some improvements. Please uncomment the last 4 lines in pascal.sdef for colored numbers. Personally I don't like

Re: [MSEide-MSEgui-talk] Possible bug in windows version

2012-03-01 Thread Martin Schreiber
Am 29.02.2012 12:17, schrieb Julio Jiménez: Hi Martin I attach an exemple when I can reproduce the problem (running under windows) The problem is that the transientfor window handle of the dialog will be destroyed by another modal event loop. I'll try to handle this case. A workaround is to

Re: [MSEide-MSEgui-talk] Possible bug in windows version

2012-03-01 Thread Martin Schreiber
On Thursday, 1. March 2012 11.26:18 Julio Jiménez wrote: mseguiintf.pas(2994,24) Error: Incompatible types: got twindow expected LongWord mseguiintf.pas(5047) Fatal: There were 1 errors compiling module, stopping I know, will be fixed soon. Should compile on win32. Martin

Re: [MSEide-MSEgui-talk] Possible bug in windows version

2012-03-01 Thread Martin Schreiber
On Thursday, 1. March 2012 12.12:43 Julio Jiménez wrote: Working fine (linux and windows). This too? BTW, Compiled in windows and now the first dialog is workiing fine... but the second not (if you press accept, a second dialog is executed from the procedure  executed by the menu) I did not

Re: [MSEide-MSEgui-talk] Idea from Qt: HTML(or RTF)-tags in widget text

2012-03-01 Thread Martin Schreiber
On Wednesday 29 February 2012 16:05:23 IvankoB for-mse wrote: like: 'color=red This text is red colored/color' For instance, it will allow to set custom font/style/color of text in ShowMessage etc non-native windows. Please explain more. Martin

Re: [MSEide-MSEgui-talk] Idea from Qt: HTML(or RTF)-tags in widget text

2012-03-01 Thread Martin Schreiber
On Thursday, 1. March 2012 21.33:05 IvankoB for-mse wrote: QT uses custom dialog forms to display messages as MSEgui does too in ShowMessage, AskYesNo etc. Its calls accept text values which can include some formatting tags - color, style, font size etc. It allows to display red colored solid

Re: [MSEide-MSEgui-talk] Idea taken form Delphi

2012-03-01 Thread Martin Schreiber
On Friday, 2. March 2012 07.38:58 IvankoB for-mse wrote: don't understand. What exactly is the difference to which MSEgui component? DB lookup widgets. Whichone? Please write the classname. Currently, they can restore dataset position after dataset refresh,the feature

Re: [MSEide-MSEgui-talk] Idea from Qt: HTML(or RTF)-tags in widget text

2012-03-01 Thread Martin Schreiber
On Friday, 2. March 2012 07.41:36 IvankoB for-mse wrote: You can make such a message window with a trichstringdisp and a tagged text - richstringty converter. Please push it to MSEuniverse. === Sure :) But it can also be an universal (like in Qt) feature - for arbitrary

Re: [MSEide-MSEgui-talk] Possibly bug in window closing

2012-03-03 Thread Martin Schreiber
On Saturday, 3. March 2012 10.58:17 wahono sri wrote: My app use tdockpanel to embed preview form, and in some case I got error. After I modify msedock.pas the bug is fixed. I hope you can analyze this problem. Here is my patch : msedock.pas line 796 : I removed these lines: {if

Re: [MSEide-MSEgui-talk] Debian mseide-msegui package @IvankoB

2012-03-04 Thread Martin Schreiber
On Sunday, 4. March 2012 12.15:03 IvankoB for-mse wrote: Me don't know what to do and whom address to !!! Write to the person who wants to delete the package, describe the situation that MSEide+MSEgui is at version 2.8 and there seems to be no way to wake up the maintainers and ask what to do?

Re: [MSEide-MSEgui-talk] Debian mseide-msegui package @IvankoB

2012-03-04 Thread Martin Schreiber
On Sunday, 4. March 2012 18.35:25 IvankoB for-mse wrote: that MSEide+MSEgui is at version 2.8 and there seems to be no way to wake up the maintainers and ask what to do? Anyway, if we won't convince the menthors to switch to the in-place build installation then such

Re: [MSEide-MSEgui-talk] Embedded file dialog - impossible?

2012-03-04 Thread Martin Schreiber
On Sunday, 4. March 2012 23.09:21 Sieghard wrote: Hallo Martin, after I've spent the better part of today in vain trying to adapt the file dialog component for insertion into an existing window, I'm about to give up now. At design time if you want to embed an existing form into another open

Re: [MSEide-MSEgui-talk] Embedded file dialog - impossible?

2012-03-05 Thread Martin Schreiber
Martin Schreiber wrote: Martin Schreiber wrote: On Sunday, 4. March 2012 23.09:21 Sieghard wrote: Hallo Martin, after I've spent the better part of today in vain trying to adapt the file dialog component for insertion into an existing window, I'm about to give up now. At design time

Re: [MSEide-MSEgui-talk] Embedded file dialog - impossible?

2012-03-05 Thread Martin Schreiber
On Monday 05 March 2012 13:24:01 Sieghard wrote: You could also first create your own descendant of tfiledialogfo ('File'-'New'-'Form'-'Inherited Form') and insert the descendant as That's nice - there seems to be just the slight problem that the resulting tiny dialog simply doesn't offer

Re: [MSEide-MSEgui-talk] Embedded file dialog - impossible?

2012-03-05 Thread Martin Schreiber
On Monday 05 March 2012 14:51:19 Sieghard wrote: BTW, I got to ask still: what _is_ the wo_embedded window option good for? It will be set if the window is no top level window but embedded into another window which can belong to another application, see twindow.container property. With

Re: [MSEide-MSEgui-talk] Embedded file dialog - impossible?

2012-03-05 Thread Martin Schreiber
On Monday 05 March 2012 18:04:16 Sieghard wrote: One effect I don't understand is that calling an _original_ handler from within a supplemental one would lead to an endless loop or even recursion. I had to rebuild all of them completely or very nearly so. How do you call the original handler?

Re: [MSEide-MSEgui-talk] Embedded file dialog - impossible?

2012-03-05 Thread Martin Schreiber
On Monday, 5. March 2012 21.27:54 Sieghard wrote: Hallo Martin, Du schriebst am Mon, 5 Mar 2012 19:17:57 +0100: One effect I don't understand is that calling an _original_ handler from within a supplemental one would lead to an endless loop or even recursion. I had to rebuild all of

Re: [MSEide-MSEgui-talk] Popup window limitation?

2012-03-06 Thread Martin Schreiber
On Tuesday 06 March 2012 20:06:00 Sieghard wrote: Hallo Martin, as to not overload the other thread, I'm starting a new one towards a totally unrelated effect I encountered today. To give a little background, I must mention that I needed an extension to the kiosk like control application

Re: [MSEide-MSEgui-talk] Embedded file dialog - impossible?

2012-03-06 Thread Martin Schreiber
On Tuesday 06 March 2012 19:42:26 Sieghard wrote: ... MSEide does not parse the source apart from checking event handler signatures if 'Project'-Options'-'Check method headers' is activated. Please add the needed form units to 'Project'-'Tree'-'Pascal Units'. Didn't I say they _are_

Re: [MSEide-MSEgui-talk] Popup window limitation?

2012-03-07 Thread Martin Schreiber
On Wednesday 07 March 2012 22:09:46 Sieghard wrote: Issue settled, kind of, at least. In fact, the subwindow _does_ get shown. The point just is that it gets shown _always_ _behind_ the popup window. So, the keypad was hidden to me because the production program window takes up most of the

Re: [MSEide-MSEgui-talk] Popup window limitation?

2012-03-08 Thread Martin Schreiber
On Thursday, 8. March 2012 22.42:49 Sieghard wrote: Hallo Martin, Du schriebst am Thu, 8 Mar 2012 06:48:25 +0100: In fact, the subwindow _does_ get shown. The point just is that it gets shown _always_ _behind_ the popup window. So, the keypad was hidden to ... Please try to use the

Re: [MSEide-MSEgui-talk] Enhancing external tools.

2012-03-09 Thread Martin Schreiber
On Monday, 27. February 2012 16.56:32 Martin Schreiber wrote: Am 27.02.2012 17:51, schrieb Julio Jiménez: Hi Martin Running external tools is working great (the nasty effect about non detecting changes is gone). Is there a way to show/dump the output of the executed program (tool

Re: [MSEide-MSEgui-talk] Popup window limitation?

2012-03-09 Thread Martin Schreiber
On Friday 09 March 2012 11:38:30 Sieghard wrote: Sorry, I overlooked it. It does not compile: Well, I didn't include the keyboard unit as I had posted it already and you said you had adapted it. But anyway, it is included now and should be attached here. I hope it will compile this time so

Re: [MSEide-MSEgui-talk] Popup window limitation?

2012-03-09 Thread Martin Schreiber
On Friday 09 March 2012 17:44:49 Sieghard wrote: Hallo Martin, Du schriebst am Fri, 9 Mar 2012 16:39:28 +0100: You try to show a normal window above a popup window. Is it as intended? That's as I naively tried to do it, yes. Popup windows are always on top of normal windows. So the

Re: [MSEide-MSEgui-talk] Popup window limitation?

2012-03-09 Thread Martin Schreiber
On Friday 09 March 2012 21:15:04 Sieghard wrote: Hallo Martin, Du schriebst am Fri, 9 Mar 2012 18:44:29 +0100: Your popup windows are a special breed, it seems... wo_popup sets the override_redirect flag, window manager should ignore It does. them. The first question is why must

Re: [MSEide-MSEgui-talk] Popup window limitation?

2012-03-10 Thread Martin Schreiber
Martin Schreiber wrote: freedesktop.org defines for _NET_WM_WINDOW_TYPE: _NET_WM_WINDOW_TYPE_DESKTOP, _NET_WM_WINDOW_TYPE_DOCK, _NET_WM_WINDOW_TYPE_TOOLBAR, _NET_WM_WINDOW_TYPE_MENU, _NET_WM_WINDOW_TYPE_UTILITY, _NET_WM_WINDOW_TYPE_SPLASH, _NET_WM_WINDOW_TYPE_DIALOG

Re: [MSEide-MSEgui-talk] from FreePascal.ru

2012-03-10 Thread Martin Schreiber
On Saturday 10 March 2012 10:27:44 IvankoB for-mse wrote: 1.Openbox - it's impossible to make form narrower than it was at the time when the form loaded. There's a feeling of if bounds.cxmin=bounds.cymin=0 then somewhere bounds.cxmin turns into bounds.cx bounds.cymin into bounds.cy

Re: [MSEide-MSEgui-talk] MSEGUI woes - rendering problems, msei18n

2012-03-10 Thread Martin Schreiber
On Sunday 19 February 2012 15:33:08 Martin Schreiber wrote: Am 19.02.2012 16:03, schrieb Sieghard: Quite bad - although there might be very few victims left, if the newer ATI / AMD chips aren't afflicted. AFAIK they are afflicted if the RADEON open source driver will be used. I do use

Re: [MSEide-MSEgui-talk] MSEGUI woes - rendering problems, msei18n

2012-03-11 Thread Martin Schreiber
On Sunday 11 March 2012 13:05:50 Sieghard wrote: On Sunday 19 February 2012 15:33:08 Martin Schreiber wrote: Minoshi reports problems with Intel graphic chips too: ... Please submit bug reports to the driver programmer. If that could help, I might try - but I am really not convinced

[MSEide-MSEgui-talk] MSEgit 1.0

2012-03-12 Thread Martin Schreiber
Hi, MSEgit 1.0 has been released: https://sourceforge.net/projects/mseuniverse/files/msegit/1_0/ Martin -- Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft

Re: [MSEide-MSEgui-talk] MSEgit 1.0

2012-03-13 Thread Martin Schreiber
On Monday 12 March 2012 20:48:54 Patrick Goupell wrote: I have added it to the mse website (www.msegui.org). Thanks. Anything in particular you want to say about it? Design goals: handy and productive, has an integrated git console window. Maybe the source link should be listed too:

Re: [MSEide-MSEgui-talk] MSEgit 1.0

2012-03-13 Thread Martin Schreiber
On Tuesday 13 March 2012 00:33:36 Sieghard wrote: Hallo Martin, Du schriebst am Mon, 12 Mar 2012 19:57:34 +0100: MSEgit 1.0 has been released: https://sourceforge.net/projects/mseuniverse/files/msegit/1_0/ Fine. Looks nice. How to use it? There are many git tutorials on the web. I

Re: [MSEide-MSEgui-talk] font handling

2012-03-13 Thread Martin Schreiber
On Tuesday 13 March 2012 12:19:13 Graeme Geldenhuys wrote: Hi Martin, In fpGUI I use Xft and FontConfig to do the text drawing. This has the benefit that a font name like 'Liberation Sans-10' can be used to set the correct font. As far as I understand, MSEgui uses FreeType2 directly, but as

Re: [MSEide-MSEgui-talk] font handling

2012-03-13 Thread Martin Schreiber
On Tuesday 13 March 2012 17:03:47 IvankoB for-mse wrote: So how do you get a end-user friendly list of font names and translate/map those to the *.ttf files that FreeType requires? Thats the job of FontConfig. Martin

Re: [MSEide-MSEgui-talk] tsqlstatement

2012-03-13 Thread Martin Schreiber
On Tuesday 13 March 2012 17:31:23 Patrick Goupell wrote: If I come back to the code for the insert my params.count is now 3. When the sql.clear is executed I would assume the params would also clear. But this does not seem to be the case. I found a params.clear which I can use. But it

Re: [MSEide-MSEgui-talk] MSEgit 1.0

2012-03-14 Thread Martin Schreiber
On Wednesday 14 March 2012 01:27:42 Sieghard wrote: There are many git tutorials on the web. For msegit? I just need it to access your latest git-masters, but I found no place to specify the URL to do so. The file open dialog isn't meant for that, I suppose? The only place that supports a

Re: [MSEide-MSEgui-talk] from FreePascal.ru

2012-03-14 Thread Martin Schreiber
On Wednesday 14 March 2012 06:05:29 IvankoB for-mse wrote: As reported, the Intel video issues are fixed in the latest Intel-DRI version. Which driver has problems (proprietary/open source)? Which one works(proprietary/open source)? Has the bug been reported to the driver makers? Martin

Re: [MSEide-MSEgui-talk] latest MSEide fails to compile... finddir() doesn't match

2012-03-14 Thread Martin Schreiber
On Wednesday 14 March 2012 10:46:16 Graeme Geldenhuys wrote: On 14 March 2012 11:36, Martin Schreiber mse00...@gmail.com wrote: Compiling git master MSEide with MSEide works for me on 64bit. Umm.. I did a 'git clean' to make sure no untracked files exist - thus the repository

Re: [MSEide-MSEgui-talk] msegit rebase problem

2012-03-14 Thread Martin Schreiber
On Wednesday 14 March 2012 12:11:49 Graeme Geldenhuys wrote: Hi Martin, I thought I would try msegit again. I tried a simple task... rebasing one of my local branches against master, to bring it up to date. From the command line that would be: git checkout mybranch git rebase

Re: [MSEide-MSEgui-talk] msegit and window layout

2012-03-14 Thread Martin Schreiber
On Wednesday 14 March 2012 12:16:56 Graeme Geldenhuys wrote: Hi, It took me 5-10 minutes to arrange with extra panels a nice workable window layout using msegit Just to noticed that once I quit git, that window layout is lost. :-( Works for me. 64 bit? PS: The latest msegit still

Re: [MSEide-MSEgui-talk] MSEide and object types

2012-03-14 Thread Martin Schreiber
On Wednesday 14 March 2012 12:33:17 Graeme Geldenhuys wrote: Hi Martin, I'm not sure if this worked before, and if it is maybe a regression bug in MSEide. Please see attached test unit. There are two obvious problems using that unit with MSEide. 1) When I declared the object type, then

Re: [MSEide-MSEgui-talk] msegit rebase problem

2012-03-14 Thread Martin Schreiber
Martin Schreiber wrote: BTW the local branch 'A' column defines the checked out branch. Renamed to 'C', git master 8d81ccc7735bf1c041758ab42c74a969cbce2717. Martin -- Virtualization Cloud Management Using Capacity

Re: [MSEide-MSEgui-talk] msegit feature request: auto disable color output

2012-03-14 Thread Martin Schreiber
On Wednesday 14 March 2012 14:01:36 Graeme Geldenhuys wrote: Hi Martin, It seems that Git's color setting of auto is not very good, or MSEgit's console window fakes a console really well. I normally use git from a console window and have color.ui = auto (true) to make the output more

Re: [MSEide-MSEgui-talk] msegit and window layout

2012-03-14 Thread Martin Schreiber
On Wednesday 14 March 2012 14:19:10 Graeme Geldenhuys wrote: On 14 March 2012 15:08, Martin Schreiber mse00...@gmail.com wrote: Works for me on 64 bit. Beats me. I did notice the following though. I deleted the ~/.msetools directory and all its content. Then started up msegit again. Now

Re: [MSEide-MSEgui-talk] msegit feature request: auto disable color output

2012-03-14 Thread Martin Schreiber
On Wednesday 14 March 2012 14:32:53 Graeme Geldenhuys wrote: On 14 March 2012 15:24, Martin Schreiber mse00...@gmail.com wrote: git master 540098347a67dab39bd20a85e924148df0f3601f adds -c color.ui=false to git commands. Wow, that was quick - thanks. I thought there had to be a command line

Re: [MSEide-MSEgui-talk] msegit and window layout

2012-03-14 Thread Martin Schreiber
On Wednesday 14 March 2012 14:36:29 Graeme Geldenhuys wrote: On 14 March 2012 15:27, Martin Schreiber mse00...@gmail.com wrote: Are window size changes remembered? No, nothing is remembered. It's as if I deleted the msegit.sta file every time. Now I am clueless. :-( The file read code

Re: [MSEide-MSEgui-talk] msegit feature request: auto disable color output

2012-03-14 Thread Martin Schreiber
On Wednesday 14 March 2012 15:15:17 Graeme Geldenhuys wrote: On 14 March 2012 15:38, Martin Schreiber mse00...@gmail.com wrote: http://schacon.github.com/git/git.html SYNOPSIS git [--version] [--exec-path[=path]] [--html-path] [--man-path] [--info-path]    [-p|--paginate|--no-pager

Re: [MSEide-MSEgui-talk] latest MSEide fails to compile... finddir() doesn't match

2012-03-14 Thread Martin Schreiber
Am 14.03.2012 15:06, schrieb Marcos Douglas: On Wed, Mar 14, 2012 at 8:01 AM, Graeme Geldenhuys graemeg.li...@gmail.com wrote: On 14 March 2012 12:52, Martin Schreibermse00...@gmail.com wrote: Please try again with git master 8bfb5e5e5439190f0aa04cc817c18c4549e13f96. Thanks, now it works

Re: [MSEide-MSEgui-talk] MSEgit 1.0

2012-03-14 Thread Martin Schreiber
Am 14.03.2012 20:59, schrieb Patrick Goupell: I have added donations in euro currency. What do you mean by make bigger, the suggested amount? What do you want it to be? The width of the 'Amount' field. With my Linux web browser (Konqueror) there is space for one and a half ciphers only.

Re: [MSEide-MSEgui-talk] from FreePascal.ru

2012-03-14 Thread Martin Schreiber
On Wednesday 14 March 2012 22:14:26 Sieghard wrote: Hallo IvankoB, Du schriebst am Wed, 14 Mar 2012 22:40:06 +0500: Has the bug been reported to the driver makers? === It has been too late (already fixed). It's always good to hear of a bug that it's too late to report it. ];-

Re: [MSEide-MSEgui-talk] MSEgit 1.0

2012-03-15 Thread Martin Schreiber
On Thursday 15 March 2012 02:06:59 Sieghard wrote: So, this is not for me then, I suppose. I'd rather want an easy and easily scripted downloader for the repository, that returns me a tar ball or such to install. Tarballs can be downloaded from Gitorious:

Re: [MSEide-MSEgui-talk] msegit and window layout

2012-03-15 Thread Martin Schreiber
On Thursday 15 March 2012 08:57:29 Graeme Geldenhuys wrote: On 14 March 2012 23:38, Sieghard wrote: Did you check if it's not made read only by accident? :-) Yes, that was one of the first things I did. I gave the ~./msetools and the msegit.sta file full read/write access. It made no

Re: [MSEide-MSEgui-talk] from FreePascal.ru

2012-03-16 Thread Martin Schreiber
On Friday 16 March 2012 06:43:50 IvankoB for-mse wrote: We still don't know which driver showed the bug. == Is there a need for us to spend time on investigating a fixed 3-rd party driver bug ? Yes it is. MSEgui users write MSEgui does not work not my graphic driver has bugs.

Re: [MSEide-MSEgui-talk] MSEgit 1.0

2012-03-16 Thread Martin Schreiber
On Thursday 15 March 2012 21:30:39 Sieghard wrote: Converting SVN to git works well. But it takes some time and an opportunity - two rare resources at once... Converting a repository from SVN to git normally takes some minutes only. Martin

Re: [MSEide-MSEgui-talk] SSL mode of TMSEPQConnection

2012-03-16 Thread Martin Schreiber
On Friday 16 March 2012 06:54:10 IvankoB for-mse wrote: Why it may be preferred over external channel encrypting tools (OpenVPN, STunnel,...) : 1) we'll have possibility to manage own key storage (more encryption layer,..) like FireFox does 2) we'll be able to detect password encrypted

Re: [MSEide-MSEgui-talk] SSL mode of TMSEPQConnection

2012-03-16 Thread Martin Schreiber
On Friday 16 March 2012 07:46:56 IvankoB for-mse wrote: What is your proposal? = In PG docs, it's mentioned that PG server supports SSL channeling provided that client side (TMSEPQConnection ?) supports this mode too initiates establishing SSL channel. It also means that

Re: [MSEide-MSEgui-talk] from FreePascal.ru

2012-03-17 Thread Martin Schreiber
On Friday 16 March 2012 20:29:15 Sieghard wrote: _Is_ there a separate open source intel driver? The way I read the information about the intel graphics chips is that the intel developped driver _is_ the open source driver, and the only one available at that. I looked for intel drivers in the

Re: [MSEide-MSEgui-talk] found a bug about grid

2012-03-20 Thread Martin Schreiber
On Monday 19 March 2012 13:31:40 liu...@21cn.com wrote:  when   og_mousescrollcol  and only one col then  select a row,then  mouse left down and move to right scrollbar   raise  at megrids.pas 13436 line     outer of index Can not reproduce, please send a testcase. Martin

Re: [MSEide-MSEgui-talk] MSEgit: how to add/commit files to a just cloned repository between its remote ?

2012-03-20 Thread Martin Schreiber
On Tuesday 20 March 2012 08:36:40 Ivanko B wrote: BTW, me had to clone via the console command git clone git://192.168.1.5/var/cache/git/podpiska_pg_git (MSEgui refused to do that for some reason because failed git clone call ) where git init --bare were called on the remote server within its

Re: [MSEide-MSEgui-talk] MSEgit: how to add/commit files to a just cloned repository between its remote ?

2012-03-20 Thread Martin Schreiber
Ivanko B wrote: At me MSEgit only sees remote origin branch as long as git clone created local master branch. So, me created local origin branch so that it matches the remote origin then retried commit push but failed with fatal: The remote end hung up unexpectedly. Login problem?

Re: [MSEide-MSEgui-talk] MSEgit: how to add/commit files to a just cloned repository between its remote ?

2012-03-20 Thread Martin Schreiber
On Tuesday 20 March 2012 10:20:27 Ivanko B wrote: PS: Are any heavy changes to TMSESQLQuery's offline mode ? Possibly, me'll need it. Not since 2.8 IIRC. Martin -- This SF email is sponsosred by: Try Windows Azure

Re: [MSEide-MSEgui-talk] MSEgit: how to add/commit files to a just cloned repository between its remote ?

2012-03-20 Thread Martin Schreiber
Am 20.03.2012 11:45, schrieb Ivanko B: If you are on windows you probably must copy the SSH keys into .ssh of the SSH installation home directory === GIT CLONE complains that it can't create /.ssh/ within /C/Documents and Settings/МУ_NAME_IN_RUSSIAN/. Me even created thsi

Re: [MSEide-MSEgui-talk] MSEgit: how to add/commit files to a just cloned repository between its remote ?

2012-03-20 Thread Martin Schreiber
Am 20.03.2012 11:29, schrieb Martin Schreiber: or setup the environment that SSH finds the keys inyourhome\appdata\.ssh. === Which variable ? Probably E:\Programme\Git\.ssh\config-IdentityFile. Hmm for me this entry is the automatically created IdentityFile /C/Dokumente und

Re: [MSEide-MSEgui-talk] MSEgit: how to add/commit files to a just cloned repository between its remote ?

2012-03-20 Thread Martin Schreiber
On Tuesday 20 March 2012 21:20:38 Ivanko B wrote: Done, announced. Google translates it as Martin bungled frontend to GIT-y I hope it translates wrong. Otherwise you will experience consequences. ;-) Martin -- This SF

Re: [MSEide-MSEgui-talk] MSEgit: how to add/commit files to a just cloned repository between its remote ?

2012-03-21 Thread Martin Schreiber
On Wednesday 21 March 2012 08:24:47 Ivanko B wrote: PS: Martin, MSEgit initially looks inacurate in win-32 because of small sized fonts which makes the main menu squashed. What don't You calculate font size based on screeen DPI lowest perceptual letter size of approx 2.5 mm. It uses the

Re: [MSEide-MSEgui-talk] MSEgit: how to add/commit files to a just cloned repository between its remote ?

2012-03-21 Thread Martin Schreiber
On Tuesday 20 March 2012 21:21:25 Ivanko B wrote: Did you try ssh command in windows console with -v in order to get more info? = Me'm chasing Internet for a decent tutorial :) Do you know gitolite? http://sitaramc.github.com/gitolite/ PS: please don't forget to add the

Re: [MSEide-MSEgui-talk] found a bug about grid

2012-03-21 Thread Martin Schreiber
On Wednesday 21 March 2012 13:08:20 liuzg2 wrote: Please try again with git master ee965c2170f2e28dac7aedc09e6941e172229ebe. Martin -- This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here

Re: [MSEide-MSEgui-talk] MSEgit: how to add/commit files to a just cloned repository between its remote ?

2012-03-23 Thread Martin Schreiber
Am 23.03.2012 09:25, schrieb Graeme Geldenhuys: On 23 March 2012 08:36, Martin Schreiber wrote: Most of the MSEide dialogs store their form position and size. Please adjust them according your needs. OK, now this is weird. MSEide correctly saves the window layout (position and size

Re: [MSEide-MSEgui-talk] calendar date time edit

2012-03-23 Thread Martin Schreiber
Am 23.03.2012 18:05, schrieb Patrick Goupell: What controls the start day of the week for the calendar date time edit? It shows Monday thru Sunday, I would like Sunday thru Saturday. Must be changed in tpopupcalendarfo (lib/common/dialogs/msepopupcalendar.pas). Martin

Re: [MSEide-MSEgui-talk] calendar date time edit

2012-03-23 Thread Martin Schreiber
On Friday 23 March 2012 18:05:11 Patrick Goupell wrote: What controls the start day of the week for the calendar date time edit? It shows Monday thru Sunday, I would like Sunday thru Saturday. git master 30c09843921f469d9626b8e4c1dd98151501c88e has

Re: [MSEide-MSEgui-talk] Not decorated

2012-03-23 Thread Martin Schreiber
On Friday 23 March 2012 22:57:29 Sieghard wrote: Hello Martin, I'm still often greeted by a nice tiny exception message window reading Not decorated when switching workspaces when using your IDE on my system. I.e. reading the above only sometimes, because most of the time the window doesn't

Re: [MSEide-MSEgui-talk] SQLITE3: does MSEgui care the absence of SQLITE3_VERSION API call in newer DLLs ?

2012-03-26 Thread Martin Schreiber
Am 26.03.2012 07:32, schrieb Ivanko B: My older ROZNITSA fails to start on DLL 3.6.+ Do you have a link to the documentation of the breaking changes? Martin -- This SF email is sponsosred by: Try Windows Azure free for

Re: [MSEide-MSEgui-talk] TTabPage: property naming changes ?

2012-03-26 Thread Martin Schreiber
Am 26.03.2012 17:30, schrieb Ivanko B: Is it possible to write something like a simple migration tool/script for helping users when naming changes occur in MSEgui ? There are internal conversion routines for most of the cases for migration of *.mfm files from previous MSEgui version. This

Re: [MSEide-MSEgui-talk] About MSEide+MSEgui name in a book

2012-03-26 Thread Martin Schreiber
Am 26.03.2012 19:26, schrieb wahono sri: I want to start writing a book about MSEide+MSEgui for beginners. How if I use only MSE to mention about this IDE and GUI? Hmm, I don't know. MSE has many other meanings, M$ uses it too for a product (AFAIK it is younger than MSEide+MSEgui). Probably

Re: [MSEide-MSEgui-talk] About MSEide+MSEgui name in a book

2012-03-26 Thread Martin Schreiber
Am 26.03.2012 20:38, schrieb wahono sri: The problem is difficult to read, I'm afraid most people will be difficult to suggest to his friend to buy or read this book. For example if I use the title of his book MSEide+MSEgui, the fastest IDE and GUI for FreePascal. While reading MSEide+MSEgui

Re: [MSEide-MSEgui-talk] About MSEide+MSEgui name in a book

2012-03-26 Thread Martin Schreiber
Am 26.03.2012 21:02, schrieb wahono sri: MSE is abbreviation of Martin Schreiber E.? MSE is the sign of my company. E stands for electronics. Martin -- This SF email is sponsosred by: Try Windows Azure free for 90

Re: [MSEide-MSEgui-talk] About MSEide+MSEgui name in a book

2012-03-26 Thread Martin Schreiber
Am 26.03.2012 21:46, schrieb wahono sri: MSE is the sign of my company. E stands for electronics. You are a hardware programmer too? Yes, I develop hardware too. Apart of microcontroller systems even linear circuits. :-) Probably a reason that MSEide+MSEgui is a little bit different. Is

Re: [MSEide-MSEgui-talk] Some MSEide issues

2012-03-27 Thread Martin Schreiber
Am 27.03.2012 09:52, schrieb Ivanko B: Can not reproduce or do not understand. === At me, once me select the VIEW item it happens in 100% cases :) (win-32, screen resolution 1024x768, default layout with the main IDE window at very top-left of screen default fonts) Aha, with

Re: [MSEide-MSEgui-talk] Some MSEide issues

2012-03-27 Thread Martin Schreiber
Am 27.03.2012 10:01, schrieb Ivanko B: You mean the first compile run must always be 'Build' instead of 'Make'? Yes. The make setting which will be used for 'F9' can be defined in 'Project'-'Options'-'Make'-'Default make col'. I don't think FPC is as fast that it is tolerable to always use

Re: [MSEide-MSEgui-talk] F12 key pressed in win32 calls debugger: how to fix it ?

2012-03-27 Thread Martin Schreiber
Am 27.03.2012 15:29, schrieb Ivanko B: Martin, do You remember that ? Me look in the README and can't find. Needs a setting in registry. http://search.gmane.org/search.php?group=gmane.comp.ide.mseide.userquery=f12 Martin

Re: [MSEide-MSEgui-talk] Source hint execution

2012-03-27 Thread Martin Schreiber
Am 27.03.2012 17:31, schrieb wahono sri: After pressed CTRL+SPACE, the source list appeared, but I can't press ENTER or dblclick to write the selected syntax to editor. You compile with -dmse_with_showsourceitems? This is on your own risk, code completion is not supported in MSEide. ;-)

Re: [MSEide-MSEgui-talk] 2 Martin: a few messages from yesterday only available via NNTP

2012-03-29 Thread Martin Schreiber
Am 29.03.2012 13:33, schrieb IvankoB: Please recheck. I have 6 from you and one from Sri Wahono on NNTP and EMAIL. A little bit patient please. :-) Martin -- This SF email is sponsosred by: Try Windows Azure free for

Re: [MSEide-MSEgui-talk] tdscontroller.locate : see about tmsebufdataset.locate

2012-03-29 Thread Martin Schreiber
On Wednesday 28 March 2012 10:15:57 Ivanko B wrote: Also, the ROZNITSA doesn't compile : i1:= qryHeaderIndex.fields[0].asinteger; qryHeaderName.locate(i1,qryHeaderName.fields[0]); // HERE because of svodkatable.pas(889,56) Error: Wrong number of parameters specified for call

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.2, MSEgit 1.2

2012-04-02 Thread Martin Schreiber
On Monday 02 April 2012 09:52:33 IvankoB wrote: MSEide+MSEgui 2.8.2 has been released: Thanx ! BTW, the F12 win-32 debugger issue (a piece of hard to find info) isn't reflected in the README yet :) I do not plan to add it. Debugging MSEide in MSEide is normally done by experienced people

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.2, MSEgit 1.2

2012-04-04 Thread Martin Schreiber
On Wednesday 04 April 2012 22:40:54 Sieghard wrote: Hallo Martin, Du schriebst am Sun, 1 Apr 2012 19:25:39 +0200: MSEide+MSEgui 2.8.2 has been released: Just out of curiosity: what was the reason? Nothing special. There were enough advancements in master branch to justify a release. I'm

Re: [MSEide-MSEgui-talk] Dropping off-screen drop-down lists

2012-04-04 Thread Martin Schreiber
On Wednesday 04 April 2012 23:04:27 Sieghard wrote: Hello Martin, there's an unwieldy effect with drop-down lists, if there's not sufficient space on the screen. If you're using a long list of items and there's neither sufficient space above nor below the base line, the list sticks out off

Re: [MSEide-MSEgui-talk] Dropping off-screen drop-down lists

2012-04-05 Thread Martin Schreiber
On Thursday 05 April 2012 18:14:02 Sieghard wrote: There is tenumedit.dropdown.dropdownrowcount, default value is 8. Please send a testcase if it does not work for you. I'll prepare one as soon as possible, shouldn't be too difficult. Could you tell me what size display you're using

Re: [MSEide-MSEgui-talk] MSEide+MSEgui 2.8.2, MSEgit 1.2

2012-04-06 Thread Martin Schreiber
On Thursday 05 April 2012 20:11:00 IvankoB wrote: In the new DEBUG.txt, there're B chars at line ends (seen in win-32). See the attachment/ Can not reproduce. Unix liniendings shown as 'B' by your editor? The LINUX lineend is OK at me (looked in a Ext2FSD mounted LINUX partition)

Re: [MSEide-MSEgui-talk] Dropping off-screen drop-down lists

2012-04-07 Thread Martin Schreiber
On Friday 06 April 2012 19:52:17 Sieghard wrote: Hallo Martin, Du schriebst am Fri, 6 Apr 2012 07:45:40 +0200: I don't quite understand your mention of ...dropdownrowcount - do you ... It limits the height of the dropdown list to 8 rows. If there are more than 8 items in the list

Re: [MSEide-MSEgui-talk] about error message return from odbc

2012-04-07 Thread Martin Schreiber
On Saturday 07 April 2012 15:58:14 liuzg2 wrote: then return error message from odbcconnect was trunck the message now is Could not execute statement. ODBC error details: Record 1: SqlState: 23000; NativeError: 2627; Message: [Microsoft][ODBC SQL Server Driver][SQL Server]违反了 PRIMARY KEY

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