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

2012-04-08 Thread Martin Schreiber
On Monday 09 April 2012 01:46:17 IvankoB wrote: Please, could you avoid resending the whole previous communication with every new article? Me don't see anything. Does my Opera do that ? Hmm.. Check the achive. :-) http://article.gmane.org/gmane.comp.ide.mseide.user/25468 Martin

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

2012-04-08 Thread Martin Schreiber
On Sunday 08 April 2012 19:57:17 Sieghard wrote: Not 100% correct - depends on hardware implementation. Multithreading means the ability to achieve parallelism within a single app - In the narrowest sense, that's right. But what about a microcontroller running several execution threads to

Re: [MSEide-MSEgui-talk] The large project

2012-04-09 Thread Martin Schreiber
Am 09.04.2012 08:40, schrieb IvankoB: Approx 6 subtasks. Complicated enough. With strict data security demands. Very tough terms - 1.5..2 months. And it seems that me'll have to program it. With MSEgui sure because the main demand is to be cross-platform from keyboard up to printer.

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

2012-04-09 Thread Martin Schreiber
Am 09.04.2012 12:49, schrieb liuzg2: this is the source i changed modbcconn.pas line 323 Thanks, please send a diff or the changed file, the email text has been modified by the email programs. Martin -- For

Re: [MSEide-MSEgui-talk] The large project

2012-04-09 Thread Martin Schreiber
Am 09.04.2012 13:15, schrieb IvankoB: I plan to add a cryptohandler property to tmsefilestream where encryption components can hook, a generalization of the cryptio functionality in msesockets. All msestreams inherit from tmsefilestream so encryption should be possible for all streams used in

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

2012-04-09 Thread Martin Schreiber
Am 09.04.2012 13:59, schrieb liuzg2: i do not know how to send a diff No problem, I see the changes. Now I like to understand the problem. Are you sure it worked with older MSEgui version? AFAIK that code is still FPC original. Martin

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

2012-04-09 Thread Martin Schreiber
Am 09.04.2012 13:39, schrieb Martin Schreiber: Am 09.04.2012 13:59, schrieb liuzg2: i do not know how to send a diff No problem, I see the changes. Now I like to understand the problem. Are you sure it worked with older MSEgui version? AFAIK that code is still FPC original. Forgot it, I got

Re: [MSEide-MSEgui-talk] The large project

2012-04-09 Thread Martin Schreiber
Am 09.04.2012 13:15, schrieb IvankoB: I plan to add a cryptohandler property to tmsefilestream where encryption components can hook, a generalization of the cryptio functionality in msesockets. All msestreams inherit from tmsefilestream so encryption should be possible for all streams used in

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

2012-04-10 Thread Martin Schreiber
Am 09.04.2012 14:14, schrieb Martin Schreiber: Am 09.04.2012 13:39, schrieb Martin Schreiber: Am 09.04.2012 13:59, schrieb liuzg2: i do not know how to send a diff No problem, I see the changes. Now I like to understand the problem. Are you sure it worked with older MSEgui version? AFAIK

Re: [MSEide-MSEgui-talk] Bug in msebufdataset.pas

2012-04-11 Thread Martin Schreiber
On Wednesday 11 April 2012 10:23:37 Julio Jiménez wrote: Hi. Array concept zero-based? not in objectpascal. Why the first element must be 0? You usually think first=1, second=2 first=0? All indexes in FPC dynamic arrays are null-based, TList indexes are null based, direct data access

Re: [MSEide-MSEgui-talk] dbstringgrid

2012-04-11 Thread Martin Schreiber
On Thursday 12 April 2012 03:16:43 Patrick Goupell wrote: In a dbstringgrid widget I can adjusted (during design) the column widths by placing the cursor at the separator between 2 columns, pressing and holding the mouse button and dragging the column to make it wider or narrower. Are there

Re: [MSEide-MSEgui-talk] Bug in msebufdataset.pas

2012-04-11 Thread Martin Schreiber
On Wednesday 11 April 2012 21:42:13 Sieghard wrote: Hallo Martin, Du schriebst am Wed, 11 Apr 2012 10:40:40 +0200: All indexes in FPC dynamic arrays are null-based, TList indexes are null based, direct data access in tmsebufdataset is null-based. BTW, do you Which are direct take-overs

Re: [MSEide-MSEgui-talk] some type of memory error

2012-04-12 Thread Martin Schreiber
On Thursday 12 April 2012 17:08:56 Patrick Goupell wrote: exactly where do I put that? Somewhere in the settings? Somewhere else? 'Project'-'Options'-'Make'-'Make options'. I suggest to add it after the probably existing -gl. The FPC commandline switches are documented here:

Re: [MSEide-MSEgui-talk] some type of memory error

2012-04-12 Thread Martin Schreiber
On Thursday 12 April 2012 17:43:19 Patrick Goupell wrote: This is what I got, and no, I don't know what all that stuff means. It means that there is a memory error in Sqlite3 library, probably in a callback. Please send a reproducible testcase, I must check what happens. Martin

Re: [MSEide-MSEgui-talk] some type of memory error

2012-04-12 Thread Martin Schreiber
On Thursday 12 April 2012 18:33:29 Patrick Goupell wrote: Project attached. Start the program. Do a File-Open-Probate, select the probate.sqlite3 file it will show the items entered before the error. click on Tools-Import-Probate, change the filter to all files, select the probateaf.txt,

Re: [MSEide-MSEgui-talk] some type of memory error

2012-04-12 Thread Martin Schreiber
On Thursday 12 April 2012 18:33:29 Patrick Goupell wrote: Project attached. Start the program. Do a File-Open-Probate, select the probate.sqlite3 file it will show the items entered before the error. click on Tools-Import-Probate, change the filter to all files, select the probateaf.txt,

Re: [MSEide-MSEgui-talk] Bug in msebufdataset.pas

2012-04-13 Thread Martin Schreiber
On Friday 13 April 2012 00:05:07 Sieghard wrote: That's nonsense. Implemented correctly, _any_ index base gives identical speed - you _don't_ implement it using offset calculation from the first _existing_ element, but instead, you calculate the offset from a virtual element corresponding to

Re: [MSEide-MSEgui-talk] some type of memory error

2012-04-13 Thread Martin Schreiber
On Friday 13 April 2012 01:21:06 Patrick Goupell wrote: I got the latest source from git and compiled the ide. My project now works successfully. Thank you. So you don't need to know how can I get the files from the git repository anymore? Martin

Re: [MSEide-MSEgui-talk] Splitting OpenSSL bindings @IvankoB

2012-04-13 Thread Martin Schreiber
On Friday 13 April 2012 12:05:35 IvankoB wrote: I'd like to split the mopenssl.pas monster into separate units. What were the criteria for the different ifdefs? Especially what belongs to always loaded sslutils and what to X509_,EVP_...? To make the compiled unit (=exe) a bit smaller

Re: [MSEide-MSEgui-talk] some type of memory error

2012-04-13 Thread Martin Schreiber
On Friday 13 April 2012 14:06:05 Patrick Goupell wrote: I got the source by downloading the git tarball. But yes, if you give me the git command I will put it on the website with the git download info. The next time I need it I will know where to look for it. The first time: git clone

Re: [MSEide-MSEgui-talk] some type of memory error

2012-04-13 Thread Martin Schreiber
On Friday 13 April 2012 14:32:49 Patrick Goupell wrote: Actually, I now remember that I link to the git page at sourceforge.net http://mseide-msegui.sourceforge.net/ So it might be useful to put the git clone and git pull command examples there. git clone

Re: [MSEide-MSEgui-talk] some type of memory error

2012-04-13 Thread Martin Schreiber
On Friday 13 April 2012 15:16:51 Patrick Goupell wrote: The msegui (www.msegui.org) download page links to the sourceforge page (http://mseide-msegui.sourceforge.net). The binaries and release packages are hosted on SourceForge. The git source tree is hosted on Gitorious. On SourceForge there

Re: [MSEide-MSEgui-talk] Splitting OpenSSL bindings @IvankoB

2012-04-14 Thread Martin Schreiber
On Friday 13 April 2012 14:08:19 IvankoB wrote: others are not. What is the criterium? They provide dependencies of other ifdefs or common dependencies For which library versions did you provide the bindings? I get Function not found errors. Martin

Re: [MSEide-MSEgui-talk] Splitting OpenSSL bindings @IvankoB

2012-04-14 Thread Martin Schreiber
On Friday 13 April 2012 14:08:19 IvankoB wrote: others are not. What is the criterium? They provide dependencies of other ifdefs or common dependencies Is there a reason that BIO_s_fd family is not included apart from forgotten? Martin

Re: [MSEide-MSEgui-talk] Bug in msebufdataset.pas

2012-04-14 Thread Martin Schreiber
On Friday 13 April 2012 23:51:12 Sieghard wrote: countless. And often I switch to the C-notation (pchar(pointer (thepascalstring)) [index]) because of performance and convenience reasons. Yes, that's exactly the opposite of my style. I prefer the Pascal way, as introduced by UCSD Pascal

Re: [MSEide-MSEgui-talk] Splitting OpenSSL bindings @IvankoB

2012-04-14 Thread Martin Schreiber
On Saturday 14 April 2012 10:42:58 Ivanko B wrote: The generic type to adopt to amd64 its OpenSSL client ? Definetely, You know these things better than me. Change this file freely :) Do you need all this internal types? For example cardinal is used for MD2_INT. Are you sure that is correct

Re: [MSEide-MSEgui-talk] dbnavigator

2012-04-14 Thread Martin Schreiber
On Saturday 14 April 2012 15:56:30 Patrick Goupell wrote: I have a dbstringgrid with a dbnavigator. I navigation works fine. I have set the onnavirequest in both widgets but my onnavigrequest code never executes. How can I tell when the user navigates to a new record in the dbstringgrid?

Re: [MSEide-MSEgui-talk] dbnavigator

2012-04-14 Thread Martin Schreiber
On Saturday 14 April 2012 17:16:22 Patrick Goupell wrote: Ok, I will try the before / after scroll. So what is the navigrequest for? It is called for changing the default destination widget after pressing up, left, down, right. procedure twidget.navigrequest(var info: naviginfoty); var

Re: [MSEide-MSEgui-talk] get user input

2012-04-15 Thread Martin Schreiber
On Sunday 15 April 2012 14:46:21 Patrick Goupell wrote: Ok, so I placed a tdialogstringedit on my form. So now how do I actually get it to run. I cannot figure out the correct pascal syntax to execute the dialog. Can you please show me the pascal syntax. It depends on the type of the

Re: [MSEide-MSEgui-talk] get user input

2012-04-15 Thread Martin Schreiber
On Sunday 15 April 2012 14:58:45 wahono sri wrote: Ok, so I placed a tdialogstringedit on my form. So now how do I actually get it to run.  I cannot figure out the correct pascal syntax to execute the dialog. Can you please show me the pascal syntax. Please see msestringenter.pas

Re: [MSEide-MSEgui-talk] IDE doesn't built (win32, fpc 2.6.0)

2012-04-15 Thread Martin Schreiber
On 16.04.2012 06:12, IvankoB wrote: The build command : Compiling with mseide.prj works for me. Delete all *.ppu and *.o files, try without -B, possibly several times, try with -B again, make a FPC bug report... Martin

Re: [MSEide-MSEgui-talk] Moving app from linux to windows

2012-04-16 Thread Martin Schreiber
On Monday 16 April 2012 15:39:20 Patrick Goupell wrote: Doing some more testing of my app on Windows. The file import no longer works. When I do the following s := fdDatabase.controller.filename; // get the dialog filename assignfile (flImport, s); {$I-}

Re: [MSEide-MSEgui-talk] IDE doesn't built (win32, fpc 2.6.0)

2012-04-17 Thread Martin Schreiber
On Wednesday 18 April 2012 07:23:44 IvankoB wrote: Really, calling tools\msedirclear .\ seems to fix the problem. To the README ? Can it be a good idea to include the msedirclear code into BUILD sequence ? Not by default. FPC should fix the bugs in the compiler. You add the script

Re: [MSEide-MSEgui-talk] IDE doesn't built (win32, fpc 2.6.0)

2012-04-18 Thread Martin Schreiber
On Wednesday 18 April 2012 07:59:53 IvankoB wrote: Not by default. FPC should fix the bugs in the compiler. You add the script yourself by 'Project'-'Options'-'Make'-'Command default'. This code if platform dependent. Use a platform dependent macro. Martin

Re: [MSEide-MSEgui-talk] Encrypted file streams

2012-04-18 Thread Martin Schreiber
On Wednesday 18 April 2012 08:28:40 IvankoB wrote: Me see them in recent GIT changes. Are they already working ? Under construction. Stream ciphers (ex. rc4) are already working. Martin -- Better than sec? Nothing is

Re: [MSEide-MSEgui-talk] Encrypted file streams

2012-04-20 Thread Martin Schreiber
Martin Schreiber wrote: On Wednesday 18 April 2012 08:28:40 IvankoB wrote: Me see them in recent GIT changes. Are they already working ? Under construction. Stream ciphers (ex. rc4) are already working. Block ciphers (ex. des3) should work now, git master

Re: [MSEide-MSEgui-talk] Encrypted file streams

2012-04-20 Thread Martin Schreiber
On Wednesday 18 April 2012 08:28:40 IvankoB wrote: Me see them in recent GIT changes. Are they already working ? Ready for testing, git master 68b8f038caa0d32696bf5ca54e5210a052fbca2a. tsslcryptohandler is in tab 'NoGui'. Martin

Re: [MSEide-MSEgui-talk] Encrypted file streams

2012-04-20 Thread Martin Schreiber
On Friday 20 April 2012 16:37:45 IvankoB wrote: Ready for testing, git master 68b8f038caa0d32696bf5ca54e5210a052fbca2a. tsslcryptohandler is in tab 'NoGui'. Great thanx ! PS: Will MSEgui work with x86_64 PostgerSQL client+server ? On win64 AFAIK server yes, client no. (my home Win7

Re: [MSEide-MSEgui-talk] Encrypted file streams

2012-04-20 Thread Martin Schreiber
On Friday 20 April 2012 19:53:06 Ivanko B wrote: DB client library should do the encryption. === Hmm, LIBPQ doesn't do encryption but PSQL executable (using it) does... Please check how PSQL uses a encrypted connection by libpq. Martin

Re: [MSEide-MSEgui-talk] Bug shortcut key in tmainmenu(widget)

2012-04-21 Thread Martin Schreiber
On Friday 20 April 2012 22:36:25 wahono sri wrote: I use ALT+2 to open second menu and it's OK. But if I press F2, the second menu didn't open. Menu item 2 has no onexecute handler. If I add a handler it works for me. Martin I add onexecute handler with empty procedure, but menu item

Re: [MSEide-MSEgui-talk] Bug shortcut key in tmainmenu(widget)

2012-04-21 Thread Martin Schreiber
On Saturday 21 April 2012 09:08:17 wahono sri wrote: Aha, you expect that the submenu of menu item 2 will be opened by F2? This is as designed. Shortcuts fire the action of the corresponding menu item, they don't show submenus. Martin How to crack it? he he I need this shortcut for

Re: [MSEide-MSEgui-talk] Encrypted file streams

2012-04-21 Thread Martin Schreiber
On Saturday 21 April 2012 14:02:10 Ivanko B wrote: Doesn't work on win7 x64 - there's a complain Can't find SSLeay32.dll.. on closing a project having encrypted statfile of its main form (see the attached snapshot). Me copied STunnel's DLL to 1) C:\Windows\System32\ and the application

Re: [MSEide-MSEgui-talk] Is crossplatform in-memory file or file descriptor possible ?

2012-04-21 Thread Martin Schreiber
On Saturday 21 April 2012 17:06:18 Ivanko B wrote: so that can be used as a way of passing password to OpenSSL. Mainly needed to provide secure way of passing private key after decrypting encrypted file presenting the key. I don't understand, please explain. Maybe you should use asymmetric

Re: [MSEide-MSEgui-talk] Encrypted file streams

2012-04-21 Thread Martin Schreiber
On Saturday 21 April 2012 17:57:06 Ivanko B wrote: I don't know win64 32bit dll-handling and where they must be stored. Something like WOW64 or so? Please ask Miccrosoft. ;-) c:\Windows\System32\ for win32 and c:\Windows\SysWOW64\ for x64 SSLeay32 libeay32 are present in both these

Re: [MSEide-MSEgui-talk] Encrypted file streams

2012-04-21 Thread Martin Schreiber
On Saturday 21 April 2012 17:57:06 Ivanko B wrote: For SSL dll's call initializeopenssl() with the wanted dll filepaths for libssl32.dll and libeay32.dll. Can it be done optionally in the MSEgui DLL loader? (smth like opt_appdir4dll) I don't like it, too special. Please use

Re: [MSEide-MSEgui-talk] Encrypted file streams

2012-04-21 Thread Martin Schreiber
On Saturday 21 April 2012 19:02:17 Ivanko B wrote: Can it be done optionally in the MSEgui DLL loader? (smth like opt_appdir4dll) I don't like it, too special. Please use initializeopenssl(). The default sonames are in msessl.pas: Which is the correct REinitialization sequence ?

Re: [MSEide-MSEgui-talk] Is crossplatform in-memory file or file descriptor possible ?

2012-04-21 Thread Martin Schreiber
On Saturday 21 April 2012 19:05:48 Ivanko B wrote: me mean operating on decrypted private keys with software expecting them to be files (easy to steal ). The encrypted key should be decrypted by OpenSSL which asks for the key-key, I don't know. You probably should ask a security expert.

Re: [MSEide-MSEgui-talk] Is crossplatform in-memory file or file descriptor possible ?

2012-04-22 Thread Martin Schreiber
On Saturday 21 April 2012 21:52:11 Ivanko B wrote: It's best to decrypt keys etc sensitive session data to a temporary in-memory files. Say we have encrypted private keys, certificates etc but need to call OpenSSL (Stunnel) etc expecting the key be present by files. So, we'll have to decrypt

Re: [MSEide-MSEgui-talk] Is crossplatform in-memory file or file descriptor possible ?

2012-04-22 Thread Martin Schreiber
On Sunday 22 April 2012 13:39:32 Ivanko B wrote: Because it'll decrypt them to plain files on file system (best is a temporary file ) so that they be used further by SSL services. AFAIK OpenSSL decrypts encrypted private keys directly into the internal data structures without intermedate file.

Re: [MSEide-MSEgui-talk] Is crossplatform in-memory file or file descriptor possible ?

2012-04-22 Thread Martin Schreiber
On Sunday 22 April 2012 23:20:16 Ivanko B wrote: AFAIK OpenSSL decrypts encrypted private keys directly into the internal data structures without intermedate file. = Sure, but not only private keys but some other SSL related files - for instance, local CA files, some sensitive data in

Re: [MSEide-MSEgui-talk] Is crossplatform in-memory file or file descriptor possible ?

2012-04-23 Thread Martin Schreiber
On Monday 23 April 2012 08:51:16 Ivanko B wrote: Local CA files etc files planned to be more secure ( additional encryption layer/pass ). I still don't understand. Please be more verbose in future. openssl stores private key files in DER or PEM format where the key usually is protected by a

Re: [MSEide-MSEgui-talk] Is crossplatform in-memory file or file descriptor possible ?

2012-04-23 Thread Martin Schreiber
On Monday 23 April 2012 10:34:20 Ivanko B wrote: I still don't understand. Please be more verbose in future. openssl stores private key files in DER or PEM format where the key usually is protected by a symmetrical encryption for example des3. = For instance, we have: -

Re: [MSEide-MSEgui-talk] custom dbstringgrid

2012-04-23 Thread Martin Schreiber
On Tuesday 24 April 2012 00:56:31 Patrick Goupell wrote: I have an application that displays sqlite3 data in a dbstringgrid. The user does not like to scroll right / left to see all of the data for a record. If I wanted to create a custom dbstringgrid so the data is displayed one record at

Re: [MSEide-MSEgui-talk] Bug shortcut key in tmainmenu(widget)

2012-04-23 Thread Martin Schreiber
On Tuesday 24 April 2012 07:23:34 wahono sri wrote: procedure tmainfo.showmenu2(const sender: TObject); begin  showpopupmenu(tmainmenuwidget1.menu.menu[1],self,mp(0,0)); end; With this way, I got success to show popupmenu without set position. type tmenu1 =

Re: [MSEide-MSEgui-talk] custom dbstringgrid

2012-04-24 Thread Martin Schreiber
On Tuesday 24 April 2012 16:26:08 Patrick Goupell wrote: What do you mean by no fix DB-Layout? The field count, field names and filed data types of the table are not fix. -- Live Security Virtual Conference Exclusive

Re: [MSEide-MSEgui-talk] custom dbstringgrid

2012-04-24 Thread Martin Schreiber
On Tuesday 24 April 2012 20:00:48 Patrick Goupell wrote: The app is a clone of another app. The db fields were already being created so I just left it that way. The DBe components work and do what I want. I am assuming the the DBe stands for Database Edit components. Correct. Does the

Re: [MSEide-MSEgui-talk] msedb.pas(7768, 24) Error: Incompatible type for arg no. 1: Got AnsiString, exp ected Pointer

2012-04-24 Thread Martin Schreiber
On Tuesday 24 April 2012 21:23:08 Marcos Douglas wrote: Maybe it is time now to fork dp.pas. Please use FPC fixes_2_6 SVN revision 20423, it is the last working. You mean DB.pas... yes, maybe. No, db.pas:

Re: [MSEide-MSEgui-talk] msedb.pas(7768, 24) Error: Incompatible type for arg no. 1: Got AnsiString, exp ected Pointer

2012-04-25 Thread Martin Schreiber
On Wednesday 25 April 2012 14:57:32 Marcos Douglas wrote: On Wed, Apr 25, 2012 at 2:28 AM, Martin Schreiber mse00...@gmail.com wrote: On Tuesday 24 April 2012 21:23:08 Marcos Douglas wrote: Maybe it is time now to fork dp.pas. Please use FPC fixes_2_6 SVN revision 20423, it is the last

Re: [MSEide-MSEgui-talk] graphic component

2012-04-26 Thread Martin Schreiber
On Friday 27 April 2012 00:39:12 Patrick Goupell wrote: I am trying to use the loadfromfile function of the timage component but I have not been able to do it. Has anyone done it? What does you coding statement look like? I cannot figure out what to put for the format (parameter 2) or the

[MSEide-MSEgui-talk] Breaking changes in FPC 2.6.1

2012-04-26 Thread Martin Schreiber
Hi, There are breaking changes in FPC fixes_2_6. MSEide+MSEgui does not support FPC 2.6.1 anymore, please use 2.6.0 instead. http://www.mail-archive.com/fpc-devel%40lists.freepascal.org/msg25865.html It seems Graeme and me are the only persons who don't like breaking changes in fixes branch so

Re: [MSEide-MSEgui-talk] Encrypted file streams

2012-04-27 Thread Martin Schreiber
On Thursday 26 April 2012 22:04:35 Ivanko B wrote: So fast cooked ??? You're a genius man, Martin :) Hmm, the OpenSSL library does the work. Martin -- Live Security Virtual Conference Exclusive live event will cover

Re: [MSEide-MSEgui-talk] Breaking changes in FPC 2.6.1

2012-04-27 Thread Martin Schreiber
On Friday 27 April 2012 09:29:35 IvankoB wrote: Hi, There are breaking changes in FPC fixes_2_6. MSEide+MSEgui does not support FPC 2.6.1 anymore, please use 2.6.0 instead. http://www.mail-archive.com/fpc-devel%40lists.freepascal.org/msg25865.htm l It seems Graeme and me are the only

Re: [MSEide-MSEgui-talk] Breaking changes in FPC 2.6.1

2012-04-27 Thread Martin Schreiber
On Friday 27 April 2012 10:43:36 Ivanko B wrote: A simple and handy Unicode solution we use in MSEgui since more than 10 years is unthinkable. = Hmm, what do they use then? Multiple in-out conversions ? Not yet decided... Embarcadero drops Delphi. So Delphi compatibility

Re: [MSEide-MSEgui-talk] graphic component

2012-04-27 Thread Martin Schreiber
On Friday 27 April 2012 16:57:43 Patrick Goupell wrote: Works for me also. Do I report the bug to the fpc bug list or somewhere else? Please report it here: http://bugs.freepascal.org/my_view_page.php Martin -- Live

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

2012-04-29 Thread Martin Schreiber
On Friday 23 March 2012 09:59:18 Graeme Geldenhuys wrote: On 23 March 2012 09:48, Martin Schreiber wrote: MSEgit probably can not write or read the *.sta file on your system, do you remember? I asked you: I'll do the breakpoint check now, but that still wouldn't explain why MSEide can

Re: [MSEide-MSEgui-talk] PostgresSQL's pg_advisory_xact_lock - to maintain partial locks

2012-05-05 Thread Martin Schreiber
On Friday 04 May 2012 19:50:45 Ivanko B wrote: From the docs: pg_advisory_xact_lock works the same as pg_advisory_lock, except the lock is automatically released at the end of the current transaction and cannot be released explicitly. Q: how can it be set up for our lovely 2 transaction -

Re: [MSEide-MSEgui-talk] PostgresSQL's pg_advisory_xact_lock - to maintain partial locks

2012-05-06 Thread Martin Schreiber
On Sunday 06 May 2012 13:57:15 Ivanko B wrote: Knowledge how to use these facilities with the 2 transactions approach. I don't know. :-) Martin -- Live Security Virtual Conference Exclusive live event will cover all

Re: [MSEide-MSEgui-talk] New LINUX distros are funny :)

2012-05-11 Thread Martin Schreiber
Martin Schreiber wrote: On Friday 11 May 2012 15:01:50 Graeme Geldenhuys wrote: My next development machine (1 month from now) is probably going to run FreeBSD as the main OS, so I hope Martin is OK with accepting a few patches. Doing a quick search, MSEideMSEgui sure has a lot of IFDEF

Re: [MSEide-MSEgui-talk] New LINUX distros are funny :)

2012-05-12 Thread Martin Schreiber
Martin Schreiber wrote: {$ifdef LINUX} is mainly used for uses cthreads and pthread calls. Is cthreads available in BSD? Is it necessary? It is listed in rtl/freebsd/buildrtl.pp so I assume it is supported. Changed {$ifdef linux} to {$ifdef unix} in git master

Re: [MSEide-MSEgui-talk] Case sensitive in tmsebuffdataset.locate

2012-05-14 Thread Martin Schreiber
On Monday 14 May 2012 08:46:10 wahono sri wrote: if sqlcustomerBalance.locate([sqlcustomerBalance.fieldbyname('customerid')],[f ieldbyname('customerid').value],[false],[],[])=loc_ok then begin I don't use lko_caseinsensitive in akeyoptions for locating record, but it always case sensitive in

Re: [MSEide-MSEgui-talk] IDE's file monitor: to exclude deleted filees from tracking

2012-05-14 Thread Martin Schreiber
On Monday 14 May 2012 09:31:54 IvankoB wrote: otherwise annoying messages on building project etc. I don't understand. Example? Martin -- Live Security Virtual Conference Exclusive live event will cover all the ways

Re: [MSEide-MSEgui-talk] IDE's file monitor: to exclude deleted filees from tracking

2012-05-14 Thread Martin Schreiber
On Monday 14 May 2012 10:15:05 IvankoB wrote: Me deleted wrong form files by TotalCommander (from file system) outside the IDE (sure forgot to exclude them from the project) - the IDE detected that bombed with complains :) What means exclude them from the project? Just an

Re: [MSEide-MSEgui-talk] A nice GIT feature : project-wide exclusion list - .git/info/exclude

2012-05-14 Thread Martin Schreiber
On Monday 14 May 2012 10:32:03 IvankoB wrote: Do you know the .gitignore file? Project wide too ? What for this doubling.. Valid for the directory and subdirectories without .gitignore files. You should not touch the files in .git, it is better to use git commands to change settings.

Re: [MSEide-MSEgui-talk] To README.devel

2012-05-14 Thread Martin Schreiber
On Monday 14 May 2012 09:44:12 IvankoB wrote: IMPORTANT: if AVAST antivirus is active then fpc.exe gdb.exe {your_project}.exe MUST be added to behavioral filter exclusions otherwise a deadlock of desktop may happen on running the project from within IDE! Which AVAST version? Are you

Re: [MSEide-MSEgui-talk] A nice GIT feature : project-wide exclusion list - .git/info/exclude

2012-05-14 Thread Martin Schreiber
Am 14.05.2012 12:33, schrieb Ivanko B: it is better to use git commands to change settings. These must be read out from the huge GIT doc massive :) PS: It was a real nigtmare to get working SSH-redy (no password requests) GIT repo (GitoSis) in our LAN...Me spent a day + a

Re: [MSEide-MSEgui-talk] TMainMenu: for top-level items [forming horiz. line], assigned TActions don't work

2012-05-15 Thread Martin Schreiber
On Tuesday 15 May 2012 10:00:38 IvankoB wrote: Works for me. Martin -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers

Re: [MSEide-MSEgui-talk] TMainMenu: for top-level items [forming horiz. line], assigned TActions don't work

2012-05-15 Thread Martin Schreiber
On Tuesday 15 May 2012 17:31:58 IvankoB wrote: Works for me. Even creating a simple form via Application.CreateForm ? At me, it only splashes. Please send a simple testcase which shows the bug. Martin -- Live

Re: [MSEide-MSEgui-talk] TMainMenu: for top-level items [forming horiz. line], assigned TActions don't work

2012-05-15 Thread Martin Schreiber
On Tuesday 15 May 2012 22:50:21 Ivanko B wrote: mainform.mainmenu.submenu[x]..submenu[y].action.OnExecute.CreateForm - OK mainform.mainmenu.submenu[x]..action.OnExecute.CreateForm - wrong modality (behind the main form which looks like splashing) No testcase - no fix. Martin

Re: [MSEide-MSEgui-talk] A nice GIT feature : project-wide exclusion list - .git/info/exclude

2012-05-16 Thread Martin Schreiber
Am 16.05.2012 11:13, schrieb Graeme Geldenhuys: On 15 May 2012 11:51, IvankoBivankob4m...@gmail.com wrote: The Qs were where these correct places are in different setups ? (it took tries errors ) how to bypass the non-latin etc limitations? (hardly documented even about they are). On

Re: [MSEide-MSEgui-talk] TMainMenu: for top-level items [forming horiz. line], assigned TActions don't work

2012-05-16 Thread Martin Schreiber
Am 16.05.2012 07:43, schrieb IvankoB: mainform.mainmenu.submenu[x]..submenu[y].action.OnExecute.CreateForm - OK mainform.mainmenu.submenu[x]..action.OnExecute.CreateForm - wrong modality (behind the main form which looks like splashing) No testcase - no fix. Done. Seacrh the created

Re: [MSEide-MSEgui-talk] 2 everybody: does OpenSSL provide APi for reading certificate fileds ?

2012-05-17 Thread Martin Schreiber
On Wednesday 16 May 2012 22:14:36 Ivanko B wrote: Me mean /O, /OU, /CN etc ones. Though these fields can be read from non-hashed by default cetificates - via parsing the cert file Maybe openssl/pkcs7.h and openssl/asn1.h can be used. Martin

Re: [MSEide-MSEgui-talk] TMainMenu: for top-level items [forming horiz. line], assigned TActions don't work

2012-05-18 Thread Martin Schreiber
On Friday 18 May 2012 13:23:46 IvankoB wrote: Done. Seacrh the created simple form behind the main one. Please try again with git master d12eb39472c9141d423eb37470aa8f40479206d5. Fixed, thanx ! PS: Me didn't have time to check - was busy at preparing 3200 STUNNEL configurations so

Re: [MSEide-MSEgui-talk] link error

2012-05-21 Thread Martin Schreiber
On Monday 21 May 2012 16:29:15 Patrick wrote: Running debian squeeze I am traveling and copied the mseide-msegui folder to my laptop, Installed the 2.6.0 version of fpc. Assumed everything would work, but when I try to build/make my project I get the following error: /usr/bin/ld: cannot

Re: [MSEide-MSEgui-talk] link error

2012-05-22 Thread Martin Schreiber
On Tuesday 22 May 2012 07:40:31 IvankoB wrote: There must be libX11.so file (or a symlink to it) in /usr/lib/. The devel packages provide the links from *.so to actual *.so.* file. AFAIK, there're some measures to be more flexible as to exact file names of DLLs. Correct ? I don't

Re: [MSEide-MSEgui-talk] link error

2012-05-22 Thread Martin Schreiber
On Tuesday 22 May 2012 14:37:31 Ivanko B wrote: I don't understand. Me mean trying over several version numbers. This is for the loading of dynamically loaded shared libraries by loadlibrary() and getprocaddress() and the functions in msedynload.pas only. xlib is linked

[MSEide-MSEgui-talk] tterminal and sudo

2012-05-27 Thread Martin Schreiber
Alex: Hello, Martin. My program http://code.google.com/p/xroot/ uses tterminal. There is problem with tterminal in Ubuntu 12.04 with sudo: sudo: no tty present and no asppass program specified. Sudo don't like tterminal. No problems with su in other distributions with tterminal. Martin: Is

Re: [MSEide-MSEgui-talk] Propose new procedure for play sound in showmessage

2012-05-28 Thread Martin Schreiber
On Monday 28 May 2012 11:38:34 IvankoB wrote: Can MSEgui play sounds w/o LIBPULSEAUDIO (doesn't work in winNT6+) ? There is no MSEgui sound interface component appart from taudioout which is based on pulseaudio ATM. Please use the sound library of your choice. Martin

Re: [MSEide-MSEgui-talk] isemptyreal deprecated???

2012-05-28 Thread Martin Schreiber
On Monday 28 May 2012 18:40:07 wahono sri wrote: Why you set isemptyreal in msereal.pas as deprecated? I think this is usefull function to avoid some error in math calculation. The effect is many warnings about this function shows while compiling. It is now possible to use faster if

Re: [MSEide-MSEgui-talk] Propose new procedure for play sound in showmessage

2012-05-28 Thread Martin Schreiber
On Monday 28 May 2012 15:44:33 IvankoB wrote: Can MSEgui play sounds w/o LIBPULSEAUDIO (doesn't work in winNT6+) ? There is no MSEgui sound interface component appart from taudioout which is based on pulseaudio ATM. Please use the sound library of your choice. Martin Oops,

Re: [MSEide-MSEgui-talk] MSEgit, SSH_ASKPASS on windows

2012-06-09 Thread Martin Schreiber
Am 09.06.2012 11:59, schrieb Ivanko B: Hi, Please read http://stackoverflow.com/questions/10960269/git-ssh-askpass-on-windows Any tips? Quick dirty -- to allow showing GIT console window as long as SSH password is being entered. How? There is no attached windows console. More clear -

Re: [MSEide-MSEgui-talk] MSEgit, SSH_ASKPASS on windows

2012-06-09 Thread Martin Schreiber
On Saturday 09 June 2012 13:41:30 Ivanko B wrote: Also a solution : to detect unlock PKI keys before by MSEgui SSH facilities then to call GIT executable to feed to it the unlocked key - either from temp directory (unsafe!) or from in-memory file handle. Your recommendations don't solve the

Re: [MSEide-MSEgui-talk] MSEgit 2.6

2012-06-11 Thread Martin Schreiber
On Saturday 09 June 2012 19:20:50 Ivanko B wrote: Thanx ! BTW, how did You solve the no-console issue ? I use DETACHED_PROCESS for now, see http://stackoverflow.com/questions/10960269/git-ssh-askpass-on-windows Martin

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-16 Thread Martin Schreiber
On Saturday 16 June 2012 14:28:02 IvankoB wrote: See the attached snapshot for symptoms. Happens sporadeously while editing code of an event handler code in the source window. IDE stops responding, mouse pointer turns into wait, CPU load is zero. To exclude external affectations, antivirus

Re: [MSEide-MSEgui-talk] Does somebody know how to disable parasite info in the messages ?

2012-06-16 Thread Martin Schreiber
On Saturday 16 June 2012 20:57:17 Graeme Geldenhuys wrote: On 16 June 2012 14:37, IvankoB ivankob4m...@gmail.com wrote: Reclaims, advertisements etc. (for instance, OPERA NNTP client) Do you mean the info as shown below - for each mailing list message sent?

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-16 Thread Martin Schreiber
On Saturday 16 June 2012 15:31:46 Ivanko B wrote: Please write if you find how to reproduce === The test case after converting to base64 gets too large me lost the BINARIES credentials so please look for the test case amongst the rejected messages. NNTP Server:

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-17 Thread Martin Schreiber
On Monday 18 June 2012 00:36:03 Ivanko B wrote: Thanx ! Have You been able to reproduce ? This problem stops my work fully... Please send the testcase to nntp://opensoft.homeip.net/mseide-msegui.binary and write the steps. Martin

Re: [MSEide-MSEgui-talk] Fomatting number in negative format

2012-06-17 Thread Martin Schreiber
On Monday 18 June 2012 05:31:26 wahono sri wrote: I use formatfloatmse to display float number, I user format string #,##0;(#,##0), and what I hope is negative number such as -xxx should be displayed as (xxx). But with formatfloatmse it printed as (-xxx). I try to search standard format in

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-18 Thread Martin Schreiber
Am 18.06.2012 05:21, schrieb IvankoB: Try with the attached project: - call MSDEDIRCLEAR.CMD for the directory - load updater/updater.prj [note its executable is placed a level above] - in the below procedure, keep entering smth where %%%HERE%%% and pressing F9, it me it causes 100% hang

Re: [MSEide-MSEgui-talk] Fomatting number in negative format

2012-06-18 Thread Martin Schreiber
Am 18.06.2012 07:04, schrieb wahono sri: Do you have a link for the documentateion? http://www.freepascal.org/docs-html/rtl/sysutils/formatfloat.html Does not mention the fact. Martin Yes I think formatfloat in FPC RTL is right, but will you change in formatfloatmse to be fixed later? if

Re: [MSEide-MSEgui-talk] Fomatting number in negative format

2012-06-18 Thread Martin Schreiber
Am 18.06.2012 07:48, schrieb wahono sri: You probably don't understand, I need a link where it is documented that () removes the minus sign. I did not fond it myself, it is possible that there are more formatting functions which must be implemented. Martin Upps, sorry, I just test it in

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