Re: [Lazarus] TFilestream raises exception class 'External SIGSEGV'

2009-04-14 Thread JoshyFun
here DC Do TFileStream objects not have to be freed? Quite sure you are trashing the stack in the stuff part, maybe an array access ? Pointers ? Do you have range checking enabled ? In the other hand, use of a TFileStream to read byte by byte is overkill. -- Best regards, JoshyFun

Re: [Lazarus] 0008803: Email notification for changes of *own* reported bugs only

2009-04-11 Thread JoshyFun
in the tracker, so I reverted everything to default state with Reset prefs.. I had activated the note added to the prefs. now and see what happends. -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http

Re: [Lazarus] Hints usability

2009-04-11 Thread JoshyFun
place. (As Matthias already stated) You are right, I was following the thread and crossed the topic boundaries :( By my side the thread in this list is dead. Please if you like to reply this message use private mail or fpc mailing list. -- Best regards, JoshyFun

Re: [Lazarus] 0008803: Email notification for changes of *own* reported bugs only

2009-04-11 Thread JoshyFun
. -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Hints usability (was: Re: Large program size - 1.8 MB for empty GUI project)

2009-04-10 Thread JoshyFun
a search and replace for UseParameter - //UseParameter. Maybe an array of variants could be used to simplify, but then variants come in play and I do not like them if I can code without ;) -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus

Re: [Lazarus] Hints usability

2009-04-10 Thread JoshyFun
by intention. CI I think my version works fine. You could even overload it to accept CI multiple argument, so you could do CI SilenceHint(Sender, X, Y); Yes but that's a one specific shot, maybe good for one class, but not for a generic use (this kind of overload). -- Best regards, JoshyFun

Re: [Lazarus] Hints usability

2009-04-10 Thread JoshyFun
difficult to be used ([,]) implies use modifiers in both hands (for most people) but seems to be a good option. -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Hints usability (was: Re: Large program size - 1.8 MB for empty GUI project)

2009-04-09 Thread JoshyFun
and my code is clear of this kind of hints. The problem is that I must updated the UseParameter each time I use a new parameter type. -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org

Re: [Lazarus] 0008803: Email notification for changes of *own* reported bugs only

2009-04-09 Thread JoshyFun
. If I check some of the other options like new, changed... it works fine for that ones, but still no monitored or own bugs notifications :-? Maybe is the gmail spam filter :-? -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus

Re: [Lazarus] Valladolid Programming Contest simple test fails at compile?

2009-03-26 Thread JoshyFun
Hello Thierry, Thursday, March 26, 2009, 10:16:32 PM, you wrote: TEST PROGRAM TC program Test1; {$MODE OBJFPC} -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] fsStayOnTop under windows

2009-01-29 Thread JoshyFun
version(s)? AFAIK all Windows versions. -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] fsStayOnTop under windows

2009-01-28 Thread JoshyFun
to become windows crazy. -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] fsStayOnTop under windows

2009-01-28 Thread JoshyFun
windows they work as the same as normal ones but always over the normal ones (not much clear?) :) -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Win32 HICON

2008-12-19 Thread JoshyFun
that MyHICON is the expected HICON and not other kind of handle. -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Win32 HICON

2008-12-18 Thread JoshyFun
or function calls needed to this job ? I'm using Lazarus 0.9.26.1 and fpc 2.2.2 but SVN versions are valid for this code as it is in early development. -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http

Re: [Lazarus] Where does Lazarus store/look for global settings/options?

2008-12-03 Thread JoshyFun
the --pcp parameter. Had you tried to find that information in the wiki using a problem description ? Even using primary-config-path as keyword, one of the good matches appears at position 15. It's not a problem for me anymore ;) -- Best regards, JoshyFun

Re: [Lazarus] Where does Lazarus store/look for global settings/options?

2008-12-03 Thread JoshyFun
Hello Graeme, Wednesday, December 3, 2008, 2:09:16 PM, you wrote: GG So let the pre-0.9.26 lazarus continue using it's default location GG (seeing that you can't change it). And for all newer Lazarus releases, GG use your own custom locations. Maybe config dir which contains a GG version

Re: [Lazarus] Where does Lazarus store/look for global settings/options?

2008-12-02 Thread JoshyFun
procedure to use the user configuration folder (default) or a different one, as new releases or trunk version may kill older config files due changes in the behavior. -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http

Re: [Lazarus] Where does Lazarus store/look for global settings/options?

2008-12-02 Thread JoshyFun
Hello Vincent, Tuesday, December 2, 2008, 9:28:55 PM, you wrote: VS JoshyFun schreef: different one, as new releases or trunk version may kill older config files due changes in the behavior. VS This rather unlikely, because newer Lazarus versions can read older VS config files

Re: [Lazarus] WinXp Windowing Question

2008-11-25 Thread JoshyFun
Hello Luiz, Tuesday, November 25, 2008, 11:55:09 AM, you wrote: LAPC SteveG escreveu: JoshyFun wrote: Thanks for the pointer - will keep an eye on this Dont quite know why the Laz app wont even allow external apps to force the OnTop setting though - still trying combinations LAPC

Re: [Lazarus] How to unset bookmarks in the editor?

2008-11-25 Thread JoshyFun
if a bookmark is set remove it, if not assign a free one. -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] WinXp Windowing Question

2008-11-24 Thread JoshyFun
ideas ? Check this bug report http://bugs.freepascal.org/view.php?id=11977 I do not know which is the expected behavior, Windows StayOnTop or another different one. Delphi uses Windows StayOnTop. -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus

Re: [Lazarus] MacOSAll.pas has invalid UTF-8 characters

2008-10-23 Thread JoshyFun
it by '*' will clarify the meaning (something like) API_CALL_*_* First piece is the function name, second one the encoding. Using * you will interpret it correctly ;) -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus

Re: [Lazarus] Laz 0.9.27 uses 0.9.26 settings (when it did not before)

2008-10-21 Thread JoshyFun
directly :( Is there anything we (the users) can do to get better wiki search results ? -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] trim trailing spaces and cursor past eol

2008-10-18 Thread JoshyFun
of view, but usually the easier solution is the better one. -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] A sort program in rpsrt102.zip (1).

2008-08-26 Thread JoshyFun
, it is mostly trivial to add them to a quicksort implementation in a hardcoded function. Writting the function in a dynamic definition way is a bit more complex, but the penalty for both Lazarus and RPSRT would be almost the same. MES Thank you very much , Thank you. -- Best regards, JoshyFun

Re: [Lazarus] A sort program in rpsrt102.zip .

2008-08-24 Thread JoshyFun
with a FPC implementation as the binary of RPSRT is .com file of 18KBs ;) and will be loaded very fast (no rellocation needed), compared to a FPC .exe binary. Maybe you saw something that I was not aware about it :-? -- Best regards, JoshyFun

Re: [Lazarus] calling basicEventCreate in Linux

2008-08-08 Thread JoshyFun
/system/basiceventcreate.html Basically: BasicEventCreate Obsolete. Don't use :-? -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus Directory Structure .

2008-08-05 Thread JoshyFun
install a new lazarus snapshot I should remember to add the command line switch to use other config or the package builder becomes crazy, telling me that all packages are installed and no one (except the default ones) is installed in fact. -- Best regards, JoshyFun

Re: [Lazarus] Any chance of changing the LCL Unicode encoding to UTF-16?

2008-08-04 Thread JoshyFun
/tab05.pdf -88-8-- cut and drop to the trash bin. -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Unicode and DBAware

2008-07-24 Thread JoshyFun
and see if the problem is something in the conversion routines (my problem, not a conversion problem) or the way the data is being feeded. I'll do more tests and post here the results. -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus

Re: [Lazarus] Unicode and DBAware

2008-07-24 Thread JoshyFun
characters with changed representation ('ñ' - 'c'). I'll investigate it and try to create some kind of filter that allows me to get a clean ISO8559-1 - UTF8 - ISO8559-1 without too much code to be added in many places and without exceptions. Thank you for your help. -- Best regards, JoshyFun

Re: [Lazarus] Unicode and DBAware

2008-07-24 Thread JoshyFun
be moved to the FPC list ? -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Unicode and DBAware

2008-07-24 Thread JoshyFun
) so maybe the FPC team wants to replace their code with this one which passes the usual stress tests available in internet. Of course it is a bit more slow as it checks the invalid sequences more strictly. -- Best regards, JoshyFun ___ Lazarus mailing

[Lazarus] Unicode and DBAware

2008-07-23 Thread JoshyFun
. -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Anyone using LCLIntf critical section routines?

2008-06-23 Thread JoshyFun
convention :-? -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Patch win32callback

2008-06-12 Thread JoshyFun
, he, he... sure :) -- Best regards, JoshyFun win32callback.inc.rcs.diff Description: Binary data ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Patch win32callback

2008-06-12 Thread JoshyFun
, not windows inside the same application. -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Patch win32callback

2008-06-11 Thread JoshyFun
that affect ZOrder to completly prevent this behavior. PS: Is the remove of StayOnTop flags expected ? StayOnTop flags in windows is desktop wide, so a deactivated application with StayOnTop should keep its StayOnTop windows on top, or maybe I'm wrong ? -- Best regards, JoshyFun win32callback.inc.diff

Re: [Lazarus] Carbon and TMemo/TEdit

2008-05-30 Thread JoshyFun
, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] How to send bug reports?

2008-05-17 Thread JoshyFun
regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] grid documentation (TStringGrid)

2008-03-13 Thread JoshyFun
pushed, but not fixed. -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus