Re: [MSEide-MSEgui-talk] compiling for windows

2011-12-01 Thread Sieghard
Hallo Martin, Du schriebst am Thu, 01 Dec 2011 07:23:41 +0100: You need a FPC Linux-Windows cross compiler, Windows binutils and what not... Never done my self. Please search the FPC Wiki and other FPC It's not so difficult by far. Although I did that just once yet, it was very simple - sure,

Re: [MSEide-MSEgui-talk] Is it possible to IFI-ize TMSSQLite3Connection ?

2011-12-04 Thread Sieghard
Hallo IvankoB, Du schriebst am Sun, 4 Dec 2011 14:38:12 +0500: The project is multiplatform shoulkd run on Ex2..4/NTFS/FAT32. The later is known crash-prone. As an additional measure frequent automatic backups and automatic recovery could be implemented. Another (set of) measure(s)

Re: [MSEide-MSEgui-talk] Idea - protection from key loggers

2011-12-04 Thread Sieghard
Hallo IvankoB, Du schriebst am Sun, 4 Dec 2011 19:15:54 +0500: How about an option to draw virtual keyboard (with related chars) at password entry widget ? It will greatly protect encrypted RSA keys,.. Sure not in an OS window otherwise it can be intercepted by hacked API. You cannot avoid

Re: [MSEide-MSEgui-talk] Default Form Clicks (RAD)

2011-12-11 Thread Sieghard
Hallo nore...@z505.com, Du schriebst am Sun, 11 Dec 2011 13:01:01 -0600: I enjoy the ability to do quick rad like delphi, but also to do more advanced procedure naming like mse offers. with delphis quick rad, you can You _can_ also created sensibly named event handlers in Delphi, even

Re: [MSEide-MSEgui-talk] Can freeandnil be used within FINALLY section of TRY ?

2011-12-13 Thread Sieghard
Hallo Martin, Du schriebst am Tue, 13 Dec 2011 22:20:10 +0100: It seems modern window manager don't care about basic X features. !ç(!;!*!?/% *CENSORED* *CENSORED* !/g%*%F *CENSORED* !!! Well, if that's some consolation for you - you're not alone with this opinion. Gnome is not better BTW.

Re: [MSEide-MSEgui-talk] Can freeandnil be used within FINALLY section of TRY ?

2011-12-13 Thread Sieghard
Hallo IvankoB, Du schriebst am Tue, 13 Dec 2011 15:24:13 +0500: Me have SIGSEGV there even for properly initialized pointers. //- var digest: pEVP_MD; // from OPRNSSL cipher: pEVP_CIPHER; // from OPRNSSL Where is this declaration located? Within a method or procedure? If so,

Re: [MSEide-MSEgui-talk] Default Form Clicks (RAD)

2011-12-13 Thread Sieghard
Hallo nore...@z505.com, Du schriebst am Mon, 12 Dec 2011 19:38:28 -0600: I actually know all about bad programming practices in delphi.. lots of Fine for you, I don't. You must have studied it very intensely. should be in some other class. I like to reuse the procedures elsewhere in non-GUI

Re: [MSEide-MSEgui-talk] Can freeandnil be used within FINALLY section of TRY ?

2011-12-14 Thread Sieghard
Hallo Graeme, Du schriebst am Wed, 14 Dec 2011 09:29:55 +0200: big in the first place. I was a long time Thunderbird user, but got so frustrated lately that I thought I should write my own email client (which I still want to do), but it the mean time I switched to the memory hog Evolution.

Re: [MSEide-MSEgui-talk] TMSEFileStream: can its READDATASTRING be used for reading binary data

2011-12-14 Thread Sieghard
Hallo Martin, Du schriebst am Wed, 14 Dec 2011 12:37:18 +0100: What is the Pointer type? Isn't there a type pointer in free pascal (also)? I'd call that the pointer type - a variable holding any machine address as assignable to some pointer to some variable of some data type, but ignorant

Re: [MSEide-MSEgui-talk] Can freeandnil be used within FINALLY section of TRY ?

2011-12-14 Thread Sieghard
Hallo IvankoB, Du schriebst am Thu, 15 Dec 2011 02:42:47 +0500: Opera Mail is the best NNTP client for LINUX, IMHO :) Marketing blurb. Reasons? -- (Weitergabe von Adressdaten, Telefonnummern u.ä. ohne Zustimmung nicht gestattet, ebenso Zusendung von Werbung oder ähnlichem)

Re: [MSEide-MSEgui-talk] modern Linux desktops

2012-01-03 Thread Sieghard
Hallo IvankoB, Du schriebst am Tue, 3 Jan 2012 16:39:56 +0500: AFAIK, KDE4 was obeyed to switch to per-application single Did you mean to say obliged here? Obeyed doesn't make sense here to me. (And if this should be obliged, by whom?) window/message queue :) May be, not polished enough.

Re: [MSEide-MSEgui-talk] modern Linux desktops

2012-01-03 Thread Sieghard
Hallo nore...@z505.com, Du schriebst am Tue, 3 Jan 2012 14:50:19 -0600: find it less snappy than win32. So the only common thing between bsd and linux, is X11 window system - so x11 may be slowing things down vs win32. Win32 is much more interwoven into the basic system than X11 is even now,

Re: [MSEide-MSEgui-talk] ftMemo field: SigSegv on aswidestring of typecast to widestring

2012-01-17 Thread Sieghard
Hallo IvankoB, Du schriebst am Tue, 17 Jan 2012 13:46:19 +0500: What do you advise? Implementation of an extra NotYetStoredValue LastValue? Or just dbValue - isn't it meant to reflect that, after all? -- (Weitergabe von Adressdaten, Telefonnummern u.ä. ohne Zustimmung nicht gestattet,

Re: [MSEide-MSEgui-talk] ftMemo field: SigSegv on aswidestring of typecast to widestring

2012-01-18 Thread Sieghard
Hallo Martin, Du schriebst am Wed, 18 Jan 2012 07:52:37 +0100: I think using TField.Value and the different TField.as* properties in OnValidate is OK, there is no need to add a special property for the purpose. Solely IvankoB must switch his mind. ;-) AFAIR he didn't want a new property

Re: [MSEide-MSEgui-talk] mysql on 64 bit windows 7 premium

2012-01-18 Thread Sieghard
Hallo Patrick, Du schriebst am Wed, 18 Jan 2012 17:20:34 + (UTC): It is an msegui app. Install the mysql.dll where? To a similar question in the german Delphi programmers group they gave as an answer that 32 bit dlls had to be installed in a subdirectory in the Windows directory named

Re: [MSEide-MSEgui-talk] ftMemo field: SigSegv on aswidestring of typecast to widestring

2012-01-19 Thread Sieghard
Hallo IvankoB, Du schriebst am Fri, 20 Jan 2012 00:44:34 +0500: Me need to enforce user to enter unique values. What's the best to do after validation failure ? Create them yourself? (Programmatically, that is - in the simplest case, use an autoincrement field.) -- (Weitergabe von

Re: [MSEide-MSEgui-talk] ftMemo field: SigSegv on aswidestring of typecast to widestring

2012-01-20 Thread Sieghard
Hallo IvankoB, Du schriebst am Fri, 20 Jan 2012 11:03:13 +0500: Create them yourself? (Programmatically, that is - in the simplest case, use an autoincrement field.) == This approach means intercepting parsing DB exception reason - doable but cumbersome depends on API

Re: [MSEide-MSEgui-talk] ftMemo field: SigSegv on aswidestring of typecast to widestring

2012-01-21 Thread Sieghard
Hallo IvankoB, Du schriebst am Sat, 21 Jan 2012 10:24:44 +0500: any _new_ record gets an new number only it it was inserted successfully === based project). The main flaw is it can only be done via blocking wrong operations by DB facilities then informing user about that blocking

Re: [MSEide-MSEgui-talk] Off topic - kiosk

2012-01-31 Thread Sieghard
Hallo Christian, Du schriebst am Tue, 31 Jan 2012 11:16:23 +0100: of how to create a smart internet kiosk. ... Any suggestions? Using a Linux box? Then burn your system on a CD (should be sufficient, you don't need a window manager, run full screen all the time) and put any logs or modifyable

Re: [MSEide-MSEgui-talk] Off topic - kiosk

2012-02-01 Thread Sieghard
Hallo Lars, Du schriebst am Tue, 31 Jan 2012 20:04:34 -0600: I would think using a ready made configured kiosk would be better than rolling your own. It would save time to use some preconfigured bsd or linux distro dedicated to kiosk tasks. Probabely so - maybe you should give Christian a

Re: [MSEide-MSEgui-talk] Off topic - kiosk

2012-02-02 Thread Sieghard
Hallo Christian, Du schriebst am Thu, 02 Feb 2012 09:19:24 +0100: Probabely so - maybe you should give Christian a few hints towards this, hoping they might fit his needs. I don't need them. This was an earnest recommendation. Actually I think there should be a common interest in such a

Re: [MSEide-MSEgui-talk] Off topic - kiosk

2012-02-03 Thread Sieghard
Hallo Christian, Du schriebst am Thu, 02 Feb 2012 21:50:50 +0100: Why? Why not? Because those kiosk thingies aren't generally of much use for anything except as carriers for ads and similar annoyances. Embedded solutions don't need a kiosk system, nor do they need ... This was not to

Re: [MSEide-MSEgui-talk] Off topic - kiosk

2012-02-05 Thread Sieghard
Hallo Lars, Du schriebst am Sat, 4 Feb 2012 22:23:38 -0600: In a situation where there are trusted employees accessing medical data, or hotel data, then it is easier because they won't try to break the That's for sure. _If_ this is the case. system down. If it is public kiosk intended not

Re: [MSEide-MSEgui-talk] IDE fails with Colemak layout

2012-02-17 Thread Sieghard
Hallo Graeme, Du schriebst am Fri, 17 Feb 2012 12:28:14 +0200: Using the Colemak keyboard layout, the IDE shortcuts don't work. It is ... I'm using USA Colemak layout under Ubuntu 10.04 How do they remap the keys? Do they used the standard X xmodmap approach? Or does the desktop, session,

Re: [MSEide-MSEgui-talk] [patch] new IDE shortcut options

2012-02-17 Thread Sieghard
Hallo Graeme, Du schriebst am Fri, 17 Feb 2012 15:46:40 +0200: Unfortunately the *_mfm.pas files created a HUGE amount of noise (no Why did you include them at all, in the first place? They can easily be recreated from the *.mfm files anyway (form2pas). I use to regardthem as consumptible

Re: [MSEide-MSEgui-talk] [patch] new IDE shortcut options

2012-02-17 Thread Sieghard
Hallo Graeme, Du schriebst am Fri, 17 Feb 2012 22:14:23 +0200: [*_mfm.pas] Because I have no idea what they are! I also have no idea why MSEide needs 3 files to manage a single form (*.pas and *_mfm.pas and *.mfm). Interesting. They are just intermediate files created from the *.mfm files

Re: [MSEide-MSEgui-talk] IDE fails with Colemak layout

2012-02-17 Thread Sieghard
Hallo Graeme, Du schriebst am Fri, 17 Feb 2012 21:54:48 +0200: How do they remap the keys? Do they used the standard X xmodmap ... I have no idea how Ubuntu does it. All I do is go to System Preference Keyboard Layouts, and add a new layout there. Colemak Ok, so no further information

Re: [MSEide-MSEgui-talk] IDE fails with Colemak layout

2012-02-18 Thread Sieghard
Hallo Graeme, Du schriebst am Sat, 18 Feb 2012 09:09:56 +0200: Yes, Dvorak remaps about 33 keys compared to the Qwerty layout. Programmer Dvorak remaps even more. Colmak only remaps 13 keys, I think, compared to Qwerty. Well, yes, maybe - but the question was rather whether there are other

Re: [MSEide-MSEgui-talk] IDE fails with Colemak layout

2012-02-18 Thread Sieghard
Hallo Graeme, Du schriebst am Sat, 18 Feb 2012 22:55:41 +0200: With Dvorak I type about 85 wpm average (not lightning fast, but good Impresssive - I might reach something like your number of _characters_ per second intermittently, for common sequences, But I'm not a trained typer, after all -

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

2012-02-18 Thread Sieghard
Hello Martin, I'm sorry having to bring up a couple of issues I'm just about again being confronted with. After quite some while where the projects I used your MSEGUI at were running quietly and satifyingly - just a couple new installments were set up with no problems - I got to do some serious

Re: [MSEide-MSEgui-talk] IDE fails with Colemak layout

2012-02-19 Thread Sieghard
Hallo Graeme, Du schriebst am Sun, 19 Feb 2012 11:26:29 +0200: No, the layout played an important part in my decision to move from Dvorak to Colemak. Colemak reduces the finger travel distances even more than Dvorak, yet still tries to balance the alternating usage of the left and right hand

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

2012-02-19 Thread Sieghard
Hallo IvankoB, Du schriebst am Mon, 20 Feb 2012 02:12:21 +0500: No. Can anybody reproduce the problem? The anybody should use the open-source drivers, for some reason. There're no problems with the proprietary ones at me (AMD HD6850). Yes, right, the problem on ATI cards occurs

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

2012-02-19 Thread Sieghard
Hallo Martin, in the meantime I was able to find out some more about the i18n tedium. In general, it isn't too difficult to define the pertaining layouts - they have to be constructed separately anyway. One point of caution is that it is _extremely_ critical to use exactly the same elements in

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

2012-02-23 Thread Sieghard
Hallo Graeme, Du schriebst am Thu, 23 Feb 2012 09:35:11 +0200: :-) Well, that is exactly what Julio and I are reporting. External changes to a openned file is not always detected by the IDE. Not quite - for me, the IDE seems to _detect_ the change most of the time, for you, it ssems to _miss_

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

2012-02-23 Thread Sieghard
Hallo Lars, Du schriebst am Wed, 22 Feb 2012 19:59:19 -0600: Wasn't the Unix philosophy once one task, one tool? Yes, it is good in theory, and i like that idea. But in practice sharing code between processes is too hard, which is why people use dll/dso's or threading. Yes, and what's

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

2012-02-23 Thread Sieghard
Hallo Julio, Du schriebst am Thu, 23 Feb 2012 20:45:27 +0100: registry, which is a defining earmark for windows based software. ... If you read up, you'll discover I'm using Debian testing (Sid in this Fine for you, did you mention that before? machine) i386 + freepascal 2.6.0. JCF has

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

2012-02-24 Thread Sieghard
Hallo Julio, Du schriebst am Fri, 24 Feb 2012 09:52:41 +0100: I don't know what registry are you talking about. JCF uses a config file The one mentioned by that very program itself (from your posting on Thu, 23 Feb 2012 10:26:31 +0100): Syntax: jcf [options] path/filename Parameters to the

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

2012-03-05 Thread Sieghard
Hallo Martin, Du schriebst am Mon, 5 Mar 2012 07:53:54 +0100: On Sunday, 4. March 2012 23.09:21 Sieghard wrote: 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 booth forms

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

2012-03-05 Thread Sieghard
Hallo Martin, Du schriebst am Mon, 05 Mar 2012 13:34:58 +0100: There is a problem to use tfiledialogfo as submodule because tfiledialogfo is already registered internally in MSEide. Difficult to ... Seems not to be possible without changing reader.inc which I can't because it is a FPC

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

2012-03-05 Thread Sieghard
Hallo Martin, concerning the embedded file dialog, I got it to work mainly as I wanted. It was not neccessary to take all the precautions you mentioned, embedding hid the form sufficiently from the registration mechanism as to avoid trouble with it. It wasn't even neccessary to create a

[MSEide-MSEgui-talk] Popup window limitation?

2012-03-06 Thread Sieghard
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 I'm working at again, and this should be a separate

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

2012-03-06 Thread Sieghard
Hallo Martin, Du schriebst am Tue, 6 Mar 2012 07:28:01 +0100: but the event handler functions that are called indirectly through method variables. They don't _have_ inheritable versions. Why not? Your descendant of tfiledialogfo inherits the original eventhandlers. Yes, it does, but

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

2012-03-08 Thread Sieghard
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 transientfor parameter of twidget.show(), please As I was

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

2012-03-09 Thread Sieghard
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 keyboard form must be wo_popup too in order to be

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

2012-03-09 Thread Sieghard
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 PopupForm have wo_popup? Well... It's intended to

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

2012-03-10 Thread Sieghard
Hallo Martin, Du schriebst am Sat, 10 Mar 2012 06:52:33 +0100: Well... It's intended to display the behaviour of a popup form to seemingly never allow any subwindow in front of it. You did ask for a sample program. That question is solved, the subwindow must have set wo_popup too.

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

2012-03-10 Thread Sieghard
Hallo Martin, Du schriebst am Sat, 10 Mar 2012 13:03:39 +0100: freedesktop.org defines for _NET_WM_WINDOW_TYPE: ... git master 68d0d34ed40ddfb8c5b26cb6ea69eafe10110d4f has support for all net_wm_window_type's, a separate wo_overrideredirect flag and _MOTIF_WM_HINTS for wo_noframe. I don't

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

2012-03-11 Thread Sieghard
Hallo Martin, Du schriebst am Sun, 11 Mar 2012 08:04:17 +0100: 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

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

2012-03-11 Thread Sieghard
Hallo Martin, Du schriebst am Sun, 11 Mar 2012 09:17:13 +0100: wo_popup and other tmseform.optionswindow are respected at creating the window handle only. Use That's probabely a limitation of the window handling system, it seems not to allow changing a window's character on the fly.

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

2012-03-11 Thread Sieghard
Hallo Martin, Du schriebst am Sun, 11 Mar 2012 14:35:19 +0100: Huh? Destroy the window just created? You didn't omit the show call in between by chance? No. The window handle with the original optionswindow settings has been created in tKeyBoardfo.Create() somewhere. That handle must

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

2012-03-11 Thread Sieghard
Hallo Martin, Du schriebst am Sun, 11 Mar 2012 14:25:21 +0100: Please submit bug reports to the driver programmer. ... The developement portal is here: http://intellinuxgraphics.org/feedback.html Bug reports: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg Yes, thank you

Re: [MSEide-MSEgui-talk] MSEgit 1.0

2012-03-12 Thread Sieghard
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? I couldn't find anything it would do, but on exit it crashed on me. Console output of session: $

Re: [MSEide-MSEgui-talk] MSEgit 1.0

2012-03-13 Thread Sieghard
Hallo Martin, Du schriebst am Tue, 13 Mar 2012 07:54:01 +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. For msegit? I just need it to access your latest

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

2012-03-14 Thread Sieghard
Hallo Graeme, Du schriebst am Wed, 14 Mar 2012 15:36:29 +0200: No, nothing is remembered. It's as if I deleted the msegit.sta file every time. Did you check if it's not made read only by accident? -- (Weitergabe von Adressdaten, Telefonnummern u.ä. ohne Zustimmung nicht gestattet, ebenso

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

2012-03-14 Thread Sieghard
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. ];- Especially as the intel driver doesn't really shine on

Re: [MSEide-MSEgui-talk] MSEgit 1.0

2012-03-14 Thread Sieghard
Hallo Martin, Du schriebst am Wed, 14 Mar 2012 07:02:36 +0100: For msegit? I just need it to access your latest git-masters, but I ... 'File'-'Open git repo', select the directory where you cloned the remote cloned? I don't want to _clone_ a _repository_, I just want to _download_ a version

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

2012-03-15 Thread Sieghard
Hallo Martin, Du schriebst am Thu, 15 Mar 2012 06:58:21 +0100: Especially as the intel driver doesn't really shine on freeness from ... We still don't know which driver showed the bug. Are there many of them? The intel-based machines I use, all are configured to take the xf86-video-i810 X

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

2012-03-16 Thread Sieghard
Hallo Martin, Du schriebst am Fri, 16 Mar 2012 07:22:38 +0100: I assume the xf86-video-* Intel proprietary driver showed the problem and the opensource intel driver works? Please confirm. What's the difference? @Sieghard, did you try the opensource intel driver? _Is_ there a separate open

Re: [MSEide-MSEgui-talk] MSEgit 1.0

2012-03-16 Thread Sieghard
Hallo Martin, Du schriebst am Fri, 16 Mar 2012 07:25:16 +0100: Converting a repository from SVN to git normally takes some minutes only. Maybe. But I've to get some information about it - and the program proper - first, get some feeling for its use, and only _then_ I will attempt to convert

Re: [MSEide-MSEgui-talk] MSEgit 1.0

2012-03-16 Thread Sieghard
Hallo Graeme, Du schriebst am Fri, 16 Mar 2012 08:27:27 +0200: But it takes some time and an opportunity - two rare resources at once... Your loss... Git saves you lots of time and effort (compared to SubVersion) - thus saving you money too. Not so - I'm working at everything else right

Re: [MSEide-MSEgui-talk] MSEgit 1.0

2012-03-16 Thread Sieghard
Hallo Graeme, Du schriebst am Fri, 16 Mar 2012 23:30:25 +0200: That's easy then. git svn clone url of svn trunk repository So this is a copy then, and if I've verfied it is correct, I can delete the original? Now you have a git repository on your machine that can push changes back to a

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

2012-03-17 Thread Sieghard
Hallo Martin, Du schriebst am Sat, 17 Mar 2012 07:08:59 +0100: _Is_ there a separate open source intel driver? The way I read the ... Then probably I was mislead. So Section Device    Identifier Device0    Driver intel - ... actually loads xf86-video-intel? It does so on my

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

2012-03-19 Thread Sieghard
Hallo Martin, Du schriebst am Sat, 17 Mar 2012 07:08:59 +0100: Then there is still the question wether Option Shadow True or Option DRI True or both fix the problem. Although it might be moot by now (though there might be lazy guys like me not having installed the latest

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

2012-03-21 Thread Sieghard
Hallo Martin, Du schriebst am Wed, 21 Mar 2012 09:21:43 +0100: It uses the normal default font size. I thought the usual purpose of big screens is to show more information not to show bigger fonts? It depends on who you ask - there _are_ a few people who use big screens to see more, but

[MSEide-MSEgui-talk] Not decorated

2012-03-23 Thread Sieghard
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 show anything discernible, but is filled with garbage

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

2012-04-04 Thread Sieghard
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? I'm asking specifically because after I had changed to 2.8, some programs started to behave weird, and recompiling acted strangely - even without

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

2012-04-05 Thread Sieghard
Hallo Martin, Du schriebst am Thu, 5 Apr 2012 07:07:07 +0200: I'm asking specifically because after I had changed to 2.8, some programs started to behave weird, and recompiling acted strangely - ... itself already went awry. I cannot imagine what might cause such a weird behaviour, thus

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

2012-04-08 Thread Sieghard
to exchange data between processing units. 2012/4/8, Sieghard s_c_...@arcor.de: Please, could you avoid resending the whole previous communication with every new article? Most everyone has access to the history of it anyway, and no bandwidth needs to be wasted for that. -- (Weitergabe von

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

2012-04-08 Thread Sieghard
Hallo Ivanko, Du schriebst am Sun, 8 Apr 2012 16:54:30 +0500: Opps, the timings were VERY wrong (there was a process in background ... 1) core2duo CPU: 20 secs (at 100% load of both 3.06GHz cores,) 2) nVidia CUDA : 17 secs (GPU freq= 405MHz, shader freq= 810MHz, GPU load = 20%, CPU load =

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

2012-04-09 Thread Sieghard
Hallo Martin, Du schriebst am Mon, 9 Apr 2012 07:44:45 +0200: In the narrowest sense, that's right. But what about a microcontroller ... The differentiation betwen thread and process probably is that threads share the same addresspace. This differentiation is difficult on That depends on

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

2012-04-09 Thread Sieghard
Hallo IvankoB, Du schriebst am Mon, 09 Apr 2012 04:55:17 +0500: That would mean that the AMD shaders had very poor performance, and alltogether the shaders wouldn't even caom close to the performance of your main CPU. No, the test means that work of both 100% loaded CPUs may (on easily

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

2012-04-09 Thread Sieghard
Hallo Martin, Du schriebst am Mon, 9 Apr 2012 07:44:56 +0200: It is worthwile IMO. I consistently have to think about how to take care of or benefit of multi-core-processors in MSEgui. With the current development on PCs, that's certainly a thing to observe. Anyway, that's not a field I'm

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

2012-04-09 Thread Sieghard
Hallo IvankoB, Du schriebst am Tue, 10 Apr 2012 02:43:05 +0500: Yes, because that's a task that lends itself very well for partitioning and parallel processing. AFAIK, only H264 files are such, the other formats aren't that in mind. But it seems that ArcSoft found a way :) Most

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

2012-04-11 Thread Sieghard
Hallo Martin, Du schriebst am Wed, 11 Apr 2012 09:09:42 +0200: BTW, I don't like the one-based FPC recno, I think it should be zero-based. What do you think? That's the distinction between _counting_ and _numbering_. Do you count 0, 1, 2...? Probabely not. How do you number things? Doesn't

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

2012-04-12 Thread Sieghard
Hallo Martin, Du schriebst am Thu, 12 Apr 2012 07:22:32 +0200: MSEgui datasets have a null-based recno already (controller.recnonullbased). Your tribute to C, I guess. I think indexing null or one based should be consistent in a programming Yes, for sure - it should be

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

2012-04-13 Thread Sieghard
Hallo Martin, Du schriebst am Fri, 13 Apr 2012 08:10:15 +0200: That's nonsense. Implemented correctly, _any_ index base gives identical speed - you _don't_ implement it using offset calculation from the first ... You probably should have a look into the disassembler listings of your

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

2012-04-16 Thread Sieghard
Hallo Lars, Du schriebst am Sun, 15 Apr 2012 19:29:22 -0500: If you type: /c:/folder/ into the run box from the start menu, or into an windows explorer path bar, it doesn't accept this as a valid path. Except for the leading slash, it will - try it. -- (Weitergabe von Adressdaten,

Re: [MSEide-MSEgui-talk] Wishlist: editor with tabs visible

2012-07-16 Thread Sieghard
Hallo Graeme, Du schriebst am Mon, 16 Jul 2012 22:01:48 +0100: Recently I switched my coding style to use TAB (equals 4 spaces in width) character indentation, instead of the standard 2-space IF there's no chance ever that you might have to edit your code in some other editor, that might do.

Re: [MSEide-MSEgui-talk] ShowMessage doesn't show if called from within a thread's OnExecute

2012-07-27 Thread Sieghard
Hallo Ivanko, Du schriebst am Thu, 26 Jul 2012 16:52:39 +0500: Hmm.. me terminate the application in one of its threads. Bad practice, I'd say. What is Your opinion on proper build such kind of programs (serving a long running thread then self-exiting with a delay before exit) ? Why don't

Re: [MSEide-MSEgui-talk] Cursor.

2012-07-29 Thread Sieghard
Hallo Martin, Du schriebst am Sun, 29 Jul 2012 19:22:12 +0200: Windows C:\aaa\bbb becomes /C:/aaa/bbb in MSEgui format. So it is ... All MSEgui file functions can handle the unified or the system format. As a weird curiosity I just found that a Windows MSEgui program run under wine on Linux

Re: [MSEide-MSEgui-talk] Commit to gitorious mseuniverse?

2012-07-30 Thread Sieghard
Hallo Martin, Du schriebst am Mon, 30 Jul 2012 06:02:39 +0200: setting up SSH on Windows may be more difficult. But you _do_ know the Windows ssh client named PuTTY? -- (Weitergabe von Adressdaten, Telefonnummern u.ä. ohne Zustimmung nicht gestattet, ebenso Zusendung von Werbung oder

Re: [MSEide-MSEgui-talk] Commit to gitorious mseuniverse?

2012-07-31 Thread Sieghard
Hallo Ivanko, Du schriebst am Tue, 31 Jul 2012 02:05:03 +0500: But you _do_ know the Windows ssh client named PuTTY? = Sieghard, it's really difficult in win-32 for non-latin environment : ) PuTTY? At least for you, this shouldn't be the case - it explicitly provides KOI8 support

Re: [MSEide-MSEgui-talk] Commit to gitorious mseuniverse?

2012-08-01 Thread Sieghard
Hallo Ivanko, Du schriebst am Wed, 1 Aug 2012 23:26:39 +0500: For PuTTY? As far as I can remember, you don't need any special setup for PuTTY = Me could find any GIT-related usage for Putty(gen) than generating That's right - PuTTY is simply an ssh client. Well, it can do

Re: [MSEide-MSEgui-talk] Commit to gitorious mseuniverse?

2012-08-02 Thread Sieghard
Hallo Ivanko, Du schriebst am Thu, 2 Aug 2012 10:29:12 +0500: And why'd you not try Martin's msegit utility? It shuold be available for Windows as well... == There's complicated terminology to learn :) More complicated than to master programming in a foreign language, even

Re: [MSEide-MSEgui-talk] translate interface of mseide

2012-08-07 Thread Sieghard
Hallo Алексей, Du schriebst am Mon, 6 Aug 2012 23:51:22 +0400: I can not understand why function loadlangunit finds library Because it _searches_ there for it? Or what did you mean to ask? You can also specify a name and path where to search as the parameter. translation.so in current

Re: [MSEide-MSEgui-talk] translate interface of mseide

2012-08-07 Thread Sieghard
Hallo Алексей, Du schriebst am Mon, 6 Aug 2012 18:37:09 +0400: give *.csv to translator, then any translator translates program to any language without special program. At the risk of creating a very amusing if not ridiculous user interface. There really (_really_) should go some

Re: [MSEide-MSEgui-talk] translate interface of mseide

2012-08-07 Thread Sieghard
Hallo Алексей, Du schriebst am Tue, 7 Aug 2012 22:08:33 +0400: X Error: BadMatch (invalid parameter attributes) 8 Major opcode: 62 What additional packages must I install for lib18n_ru.so in chroot? Probabely an appropriate font, maybe character encoding as well. This is _not_ an mseide

Re: [MSEide-MSEgui-talk] translate interface of mseide

2012-08-07 Thread Sieghard
Hallo Алексей, Du schriebst am Tue, 7 Aug 2012 22:40:36 +0400: - mseide-msegui don't works in chroot if mseide-msegui was translated, Did you really copy _all_ libraries used by it into the chroot jail? These include the translation libraries, of course! If it doesn't work in a chroot

Re: [MSEide-MSEgui-talk] translate interface of mseide

2012-08-08 Thread Sieghard
Hallo Алексей, Du schriebst am Tue, 7 Aug 2012 23:52:11 +0400: I translated all strings without transtator program. I'm Russian. Undeniably. And I won't challenge your translation competence in this respect. But you wrote any translator translates program to any language without special

Re: [MSEide-MSEgui-talk] translate interface of mseide

2012-08-08 Thread Sieghard
Hallo Алексей, Du schriebst am Wed, 8 Aug 2012 00:39:33 +0400: Problem is in font mseide_source, If I change mseide_source-stf_courier in Options, then Source Edit works with Cyrillic. Yes, that's entirely possible. IIRC Martin didn't claim to have made all of mseide fully capable for any

Re: [MSEide-MSEgui-talk] translate interface of mseide

2012-08-09 Thread Sieghard
Hallo Алексей, Du schriebst am Thu, 9 Aug 2012 21:10:01 +0400: Yes, but I want to use only .so without mseconsts_ru.pas and I want to see only my strings from .so. Is it real? I don't know whether this is real, but I wonder whether it might be possible to just make all the constants

Re: [MSEide-MSEgui-talk] cross compiling

2012-08-09 Thread Sieghard
Hallo Patrick, Du schriebst am Thu, 09 Aug 2012 08:21:43 -0400: [cross compiling] If anyone is doing that, could you send me a description of what needs to be done to set up the mseide for that? Apart from having set up the source such that it compiles properly on both systems, I gather?

Re: [MSEide-MSEgui-talk] cross compiling

2012-08-10 Thread Sieghard
Hallo Patrick, Du schriebst am Fri, 10 Aug 2012 11:10:06 -0400: Then, do the following in Project/Options: - under Make: define a new make option -T${OS} - under Macros: create the following entries ... I got the macros created ok. How do I craete the new make option? Interesting.

Re: [MSEide-MSEgui-talk] *** Third and last call *** What third party components have you integrated into MSEide?

2012-08-10 Thread Sieghard
Hallo Martin, Du schriebst am Fri, 10 Aug 2012 08:51:09 +0200: Because of a new FPC field order optimization it will not be possible in future to use cracker classes, please read the threads: I really doubt that this will be the case - there's still the need to access all these fields

Re: [MSEide-MSEgui-talk] cross compiling

2012-08-10 Thread Sieghard
Hallo Martin, Du schriebst am Fri, 10 Aug 2012 08:10:49 +0200: If you want to use the MSEgui unified filename format with FPC file functions (assignfile...) use tosysfilepath() for conversion. MSEgui file functions and classes can handle the unified format. Thank you for the information (I

Re: [MSEide-MSEgui-talk] cross compiling

2012-08-10 Thread Sieghard
Hallo Patrick, Du schriebst am Fri, 10 Aug 2012 14:07:41 -0400: I think I got the make correct, but I get this error when I set group 2 (windows). Error: Illegal parameter: -Twin32 You might check the fpc call displayed by Show command line. And, you _should_ check whether you have the

Re: [MSEide-MSEgui-talk] chown and msei18n

2012-08-11 Thread Sieghard
Hallo Alexej, Du schriebst am Sat, 11 Aug 2012 08:19:44 +0400: Sieghard, you understand nothing. I don't speak about loadlangunit, no problem for loadlangunit. Please, learn msei18n and about creating .so with help msei18n. Thank you for your high esteem of my attempts at helping you. I

Re: [MSEide-MSEgui-talk] chown and msei18n

2012-08-11 Thread Sieghard
Hallo Alexej, Du schriebst am Sat, 11 Aug 2012 09:48:25 +0400: PS.: Please quote the mail you answer and not the last mail in the thread independent of the flow. And please do not top post and do not quote the whole old mail(s). Did you read and understand our questions and answers? I

Re: [MSEide-MSEgui-talk] chown and msei18n

2012-08-11 Thread Sieghard
Hallo Martin, Du schriebst am Sat, 11 Aug 2012 06:34:14 +0200: which is OK for me. If the RPM makes copies of *.so's in users home directory, it probably should change the owner to the users ID. Or did I not understand the problem? You stated quite well how it should work. And rpm _does_

Re: [MSEide-MSEgui-talk] chown and msei18n

2012-08-11 Thread Sieghard
Hallo Ivanko, Du schriebst am Sat, 11 Aug 2012 11:37:36 +0500: All users must write, read .so in current directory of project and in directory ru (de, fr, etc)!!! But it's not enough. ... Root is the only user name who can be passed to other system safely - since it only have

  1   2   3   4   5   6   7   >