[Lazarus] Synchronize troubles (attach forgotten, sorry)

2008-02-20 Thread JoshyFun
lazarus 2.2.0 and 2.2.1 CPU: Pentium Hyperthreading (tested without hyper too). -- Best regards, JoshyFun{ *** * * * This source is free software

[Lazarus] Synchronize troubles

2008-02-20 Thread JoshyFun
lazarus 2.2.0 and 2.2.1 CPU: Pentium Hyperthreading (tested without hyper too). -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Synchronize troubles (attach forgotten, sorry)

2008-02-21 Thread JoshyFun
e and return a few hours later. Thank you for your help. -- Best 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
t and maybe pushed, but not fixed. -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Error on first time run of new project with latest snapshot

2008-04-20 Thread JoshyFun
ectly. Same here, sometimes it raises the exception, sometimes not and even sometimes it is being raised 3 or 4 times in a row. Snapshot: April 19 System: Windows Vista (no SP). Installed over previous SVN version (maybe 1-2 months ago). -- Best regard

Re: [Lazarus] Error on first time run of new project with latest snapshot

2008-04-20 Thread JoshyFun
250 was 6 error return win32-nat.c:1250 was 6 error return win32-nat.c:1250 was 6 error return win32-nat.c:1250 was 6 . And many more... -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal

[Lazarus] Stackable file system abstraction layer

2008-04-22 Thread JoshyFun
ead direct file access, it has not been fully tested. The demo zip is here: http://joshyfun.peque.org/special/VL_Test.zip (476 KBytes). Thank you for your feedback. -- Best regards, JoshyFun mailto:[EMAIL PROTECTED] __

Re: [Lazarus] Stackable file system abstraction layer

2008-04-23 Thread JoshyFun
Hello Graeme, Wednesday, April 23, 2008, 9:07:45 AM, you wrote: GG> JoshyFun wrote: >> The demo is a simple file browser with a "Virtual files" folder which >> is render in "C:\temp\vfile.vfile" (so you need a "C:\temp" folder in >> order to

Re: [Lazarus] How to send bug reports?

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

Re: [Lazarus] Carbon and TMemo/TEdit

2008-05-30 Thread JoshyFun
g... as usual :) -- 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
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

Re: [Lazarus] Patch win32callback

2008-06-12 Thread JoshyFun
n that uses StayOnTop system wide window as a drop target ;) Of couse it must be visible everytime. 2) Nothing to say :) That's important (never checked against Delphi). 3) he, 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
is only affecting applications, not windows inside the same application. -- 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
the current calling convention :-? -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Unicode and DBAware

2008-07-23 Thread JoshyFun
database connection is not present in the form. -- 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-23 Thread JoshyFun
my own visual object derived from i.e. TSQLQuery and add it to the lazarus components, but at least looks like a good option if I'm not able to find a "automagical" way to do it without special components. A lot of thanks. -- Best regards, JoshyFun _

Re: [Lazarus] Unicode and DBAware

2008-07-24 Thread JoshyFun
gathering. I'll try to get the data manually 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 __

Re: [Lazarus] Unicode and DBAware

2008-07-24 Thread JoshyFun
any places and without exceptions. Thank you for your help. -- 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
the '?' one. PS: Maybe this discussion should 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
TF8Decode function from an old VB code and it works as expected from my point of view (except for the $ unicode char which is reported as wrong, but it will be solved) so maybe the FPC team wants to replace their code with this one which passes the usual stres

Re: [Lazarus] Firebirdsql Characters Compatibility

2008-07-25 Thread JoshyFun
clean way to keep the ISO8859-1 data and UTF8 representation. When upgrade database simple replace the hook function by a dummy one and "voila" ready. If you already uses the OnGetText/OnSetText in your code this solution will overcomplicate it :( -- Best regards, JoshyFun

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

2008-08-04 Thread JoshyFun
http://www.census.gov/population/cen2000/phc-t20/tab05.pdf -8<8<-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] Lazarus Directory Structure .

2008-08-05 Thread JoshyFun
; and drop there the configuration, setting up the start link. Everytime I 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 def

Re: [Lazarus] calling basicEventCreate in Linux

2008-08-08 Thread JoshyFun
rg/docs-html/rtl/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] A sort program in "rpsrt102.zip" .

2008-08-24 Thread JoshyFun
l be quite difficult to compare in speed 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 :

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

2008-08-26 Thread JoshyFun
hem 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 ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Powered by lazarus

2008-09-19 Thread JoshyFun
Hello wile64, Friday, September 19, 2008, 4:04:49 PM, you wrote: w> Juste small changes and svg in next mail. I think instead "Lazarus IDE" it should say "Lazarus RAD" or something like that. What do you think about that ? --

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

2008-10-18 Thread JoshyFun
er point 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] Laz 0.9.27 uses 0.9.26 settings (when it did not before)

2008-10-21 Thread JoshyFun
earching with google for "config directory" does not took me 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] MacOSAll.pas has invalid UTF-8 characters

2008-10-23 Thread JoshyFun
in the comments as just a mask, replacing 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 __

Re: [Lazarus] WinXp Windowing Question

2008-11-24 Thread JoshyFun
roject main form settings in every combination I can, S> but no success S> Any 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 reg

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 t

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

2008-11-25 Thread JoshyFun
e not needed any longer. The toggle effect means 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] Where does Lazarus store/look for global settings/options?

2008-12-02 Thread JoshyFun
nstallation 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.fre

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 old

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

2008-12-03 Thread JoshyFun
ily switch between Lazarus versions and they don't affect each GG> others settings. That's fine when you know that the command line accepts the "--pcp" parameter. Had you tried to find that information in the wiki using a problem description ? Even using prim

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

2008-12-03 Thread JoshyFun
t very help"... C:\lazarus_0.9.26\lazarus.exe --help Windows window showing "File not open". It works fine in 0.9.27 version, well if you can follow the attached capture ;) -- 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
e in the basic steps 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@la

Re: [Lazarus] Win32 HICON

2008-12-19 Thread JoshyFun
TIcon object. I'll try to, using win32 api, draw the icon somewhere to verify 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

Re: [Lazarus] TFileStream

2009-01-26 Thread JoshyFun
rnal: SIGSEgV' I'm 99% sure that one of upper lines is wrong. This kind of errors are usually related with unwanted stack variables write, like reading beyong limits, assigning a variable adress instead the value that points that variable. Reche

Re: [Lazarus] fsStayOnTop under windows

2009-01-28 Thread JoshyFun
ted). Calls to setwindowlong when application is being activated or deactivated seems 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
ost 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] fsStayOnTop under windows

2009-01-28 Thread JoshyFun
lines as in the file. Affected file is win32callback.inc Now you must control the StayOnTop using the HWND_TOPMOST and the setwindowlong. -- Best regards, JoshyFun D:\lazarusSVN\lcl\interfaces\win32\win32callback.inc [1219] //JF RestoreStayOnTopFlags(Window); [1226] //JF

Re: [Lazarus] fsStayOnTop under windows

2009-01-29 Thread JoshyFun
ther for topmost ones. HPD> Which Windows 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] Zipfiles using Paszlib...

2009-02-09 Thread JoshyFun
that NO external libraries are required and compression is the best! Where's that 7Zip Delphi unit ? I was unable to find it, except a bunch of API headers and others that need the 7za.dll -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@

Re: [Lazarus] Zipfiles using Paszlib...

2009-02-09 Thread JoshyFun
in almost all cases, compression will be the second step ;) -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/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

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

2009-03-27 Thread JoshyFun
ave none experience on the contest scene, but eof in the stdin looks nonsense for me when you input data using the keyboard, 'cos after the first line (readln) the eof is a fact ;) "eof or empty line" seems to be more logical to me. You should check how the program works if you fe

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

2009-04-09 Thread JoshyFun
using a heavily overloaded procedure "UseParameter" which does nothing 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 ___

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

2009-04-09 Thread JoshyFun
nitored issues. 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 ___ Laza

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

2009-04-10 Thread JoshyFun
te, but not monitored and not "own" bugs ? -- 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
This "technique" keeps my code more or less clean of expected non-used parameter hints, and when releasing program I perform a search and replace for "UseParameter" -> "//UseParameter". Maybe an array of variants could be used to simplify, but then variants come i

Re: [Lazarus] Hints usability

2009-04-10 Thread JoshyFun
s a one specific shot, maybe good for one class, but not for a generic use (this kind of overload). -- Best regards, JoshyFun ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Hints usability

2009-04-10 Thread JoshyFun
board the combination is quite 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.lazar

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

2009-04-11 Thread JoshyFun
o any bug 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 Lazaru

Re: [Lazarus] Hints usability

2009-04-11 Thread JoshyFun
because it's JvdS> fpc-specific, not Lazarus. Escpecially when you want that something is JvdS> done about this, this is the wrong place. (As Matthias already stated) You are right, I was following the thread and crossed the topic boundaries :( By my side the thread in thi

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

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

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

2009-04-14 Thread JoshyFun
r.Free; <-- Exception raised 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

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

2009-04-14 Thread JoshyFun
s based on DC> the byte following the byte. Anyway, use some kind of cache, each read operation involves a complete read from disk (disk cache mostly) and a transition between user mode to kernel mode and viceversa. Using a simple 4 Kb cache will raise the performance 100 or 1000 times. -