Re: [lazarus] Image from SQL

2007-05-16 Thread A.J. Venter
)+Ad.GetExt(add_desc.text); Data := TStringList.Create; Data.Add(Ad.GetData(add_desc.text)); Data.SaveToFile(Iname); ad_Img.Picture.LoadFromFile(Iname); Data.Free; -- A.J. Venter CEO - OutKast Solutions C.C. http://www.outkastsolutions.co.za Cell: +27 83 455 9978 Fax: +27 21 413 2800 Office: +27 21 591 6766

Re: [lazarus] Image from SQL

2007-05-16 Thread A.J. Venter
(like my test program) is actually an ASCII format - so it survives the process intact - while png etc. fails. So - I guess I start hacking my b64decode function. A.J. On 5/16/07, A.J. Venter [EMAIL PROTECTED] wrote: Hi again all Based on everyone's advice, I chose to go with base64 encoding

Re: [lazarus] Image from SQL

2007-05-16 Thread A.J. Venter
DoNothing; end; end; Result := S2.DataString; S1.Free; S2.Free; b64decoder.Free; end; I'm stumped as to what it is I am doing wrong... Any ideas ? A.J. On 5/16/07, A.J. Venter [EMAIL PROTECTED] wrote: A small update - Don't ask me WHY - but get this - I take the exact same unchanged

Re: [lazarus] Image from SQL

2007-05-16 Thread A.J. Venter
of BASE64 ? it works on streams. Or am I missing something ? Ido On 5/16/07, A.J. Venter [EMAIL PROTECTED] wrote: So - second attempt at implementing it... same sad result - only now the XPM fails as well... This is my now somewhat improved code... am I missing something extremely obvious

Re: [lazarus] Image from SQL

2007-05-16 Thread A.J. Venter
_ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives -- A.J. Venter CEO - OutKast Solutions C.C. http://www.outkastsolutions.co.za Cell: +27 83 455 9978 Fax

Re: [lazarus] Image from SQL

2007-05-16 Thread A.J. Venter
be. There is definitely a decodeing that happened - but it's not right. Bram - would you prefer if I send you the actual source files offlist ? A.J. On 5/16/07, A.J. Venter [EMAIL PROTECTED] wrote: I am using version 2.0.4 at this point - should I upgrade ? I did a program as you suggested

Re: [lazarus] Image from SQL

2007-05-16 Thread A.J. Venter
DebugLn('Stream error in DecodeB64'); end; S1.Free; b64decoder.Free; SaveTo.Free; end; On 5/17/07, Bram Kuijvenhoven [EMAIL PROTECTED] wrote: A.J. Venter wrote: Var S1,S2,S3: TStringList; FN : String; begin S1 := TStringList.Create; S2 := TStringList.Create; S3

Re: [lazarus] Image from SQL

2007-05-16 Thread A.J. Venter
were empty because I wasn't giving it any input. Once I fixed that, it worked beautifully - and now it has all the abilities I need for the next level. Ciao A.J. On 5/17/07, A.J. Venter [EMAIL PROTECTED] wrote: Hiya Bram Well I decided to follow your advice. I changed my structure to encode straight

[lazarus] Image from SQL

2007-05-15 Thread A.J. Venter
into a Tmemorystream TImage.LoadFromSTream(TMemoryStream) This brings up a few questions though: 1) How can I store a string into a TMemoryStream ? I know that TStringList has a loadFromStream method - but how d I go the other way around ? Is there a BETTER way I should using ? A.J. -- A.J. Venter CEO

Re: [lazarus] Weird crash - update

2007-05-12 Thread A.J. Venter
2007 10:41:48 +0200 A.J. Venter [EMAIL PROTECTED] wrote: The crash returned the moment I tried to do a 'build lazarus' from inside the IDE. Still not sure what's going on though. I am using pclinuxOS 2004, I have installed the lazarus package from synaptic (to get all the dependencies

Re: [lazarus] fpdoc with inherited help

2007-05-11 Thread A.J. Venter
] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives -- A.J. Venter CEO - OutKast Solutions C.C. http://www.outkastsolutions.co.za Cell: +27 83 455 9978 Fax: +27 21 413 2800

[lazarus] Weird crash - update

2007-05-11 Thread A.J. Venter
/lclintf.inc $0812E87A MESSAGEDLG, line 192 of ./include/messagedialogs.inc $0812B705 SHOWMESSAGEBOX, line 568 of dialogs.pp $08074B37 TAPPLICATION__MESSAGEBOX, line 170 of ./include/application.inc $08076DF4 TAPPLICATION__SHOWEXCEPTION, line 1194 of ./include/application.inc -- A.J

[lazarus] Weird crash

2007-05-11 Thread A.J. Venter
then tried 'startlazarus' - and the crash also didn't reappear. So basically, whatever it is, it only happens if you run lazarus by itself - and once I used the pipes, it went away altogether - for the life of me I don't know what could be going on here. A.J. -- A.J. Venter CEO - OutKast Solutions C.C

Re: [lazarus] Weird crash

2007-05-11 Thread A.J. Venter
Quite a while ago actually :) A.J. On 5/11/07, Graeme Geldenhuys [EMAIL PROTECTED] wrote: A.J. Venter CEO - OutKast Solutions C.C. http://www.outkastsolutions.co.za Umm... have you now changed jobs? -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342

Re: [lazarus] Hey lazarus@miraclec.com ;)

2007-05-08 Thread A.J. Venter
Whoa Apparently lazarus developers are lonely :p A.J. On 5/8/07, Reenen [EMAIL PROTECTED] wrote: SPAM SNIPPED -- A.J. Venter CEO - OutKast Solutions C.C. http://www.outkastsolutions.co.za Cell: +27 83 455 9978 Fax: +27 21 413 2800

Re: [lazarus] Fullscreen?

2006-12-26 Thread A.J. Venter
of unreliable parts. - Bjarne Stroustrup A.J. Venter Chief Software Architect OpenLab International | +27 83 455 99 78 (South Africa) http://www.getopenlab.com | 086 654 2898 (Fax) http://www.silentcoder.co.za| +55 118 162 2079 (Brazil) GPG Key: http://pgp.mit.edu:11371/pks

Re: [lazarus] Problem with transparent images

2006-12-11 Thread A.J. Venter
archives at http://www.lazarus.freepascal.org/mailarchives -- Software developers have become adept at the difficult art of building reasonably reliable systems out of unreliable parts. - Bjarne Stroustrup A.J. Venter Chief Software Architect OpenLab International | +27 83 455 99 78

Re: [lazarus] Password hashing function

2006-11-27 Thread A.J. Venter
laid out, the fact that it WAS a staff account ended up overriding the results of the check. I have now corrected this - and all is working. Ciao A.J. -- 80% Of a hardware engineer's job is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J

[lazarus] Password hashing function

2006-11-24 Thread A.J. Venter
? -- 80% Of a hardware engineer's job is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International | +27 83 455 99 78 (South Africa) http://www.getopenlab.com | 086 654 2898 (Fax

Re: [lazarus] Password hashing function

2006-11-24 Thread A.J. Venter
(FResult,0,0); ValidatePassword := TPMD5 = UPMD5; runPlugins(OnValidPassword,FUserName); end; -- 80% Of a hardware engineer's job is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab

Re: [lazarus] Threading: Running different Forms in different Threads

2006-11-15 Thread A.J. Venter
your app into different PROGRAMS, then fork them as separate PROCESSES instead. -- I think, therefore I am liberal A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 83 455 9978

Re: [lazarus] a bounty

2006-10-31 Thread A.J. Venter
as the Subject archives at http://www.lazarus.freepascal.org/mailarchives -- 80% Of a hardware engineer's job is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International | +27 83

Re: [lazarus] a bounty

2006-10-31 Thread A.J. Venter
principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International | +27 83 455 99 78 (South Africa) http://www.getopenlab.com | 086 654 2898 (Fax) http://www.silentcoder.co.za| +55 118 162 2079 (Brazil) GPG Key

[lazarus] PostGreSQL on win32

2006-10-20 Thread A.J. Venter
the app can find them from an installed base - how do I do this ? A.J. -- 80% Of a hardware engineer's job is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International | +27 83 455 99

Re: [lazarus] PostGreSQL on win32

2006-10-20 Thread A.J. Venter
On Friday 20 October 2006 12:05, Alexander Klenin wrote: On 10/20/06, A.J. Venter [EMAIL PROTECTED] wrote: I tried copying the dll's from the postgres lib directory into c:\lazarus, into c:\windows\system32 Not being a regular windows developer - I am affraid I'm stumped now. How do I

[lazarus] BUG: TTRayIcon Hints under GTK

2006-10-11 Thread A.J. Venter
engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International | +27 83 455 99 78 (South Africa) http://www.getopenlab.com | 086 654 2898 (Fax) http://www.silentcoder.co.za| +55 118 162 2079 (Brazil) GPG Key: http://pgp.mit.edu:11371/pks

Re: [lazarus] Much Qt Progress

2006-10-10 Thread A.J. Venter
% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International | +27 83 455 99 78 (South Africa) http://www.getopenlab.com | 086 654 2898 (Fax) http://www.silentcoder.co.za| +55 118 162 2079 (Brazil) GPG Key: http://pgp.mit.edu:11371

[lazarus] Preventing a form from taking focus

2006-10-04 Thread A.J. Venter
of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International | +27 83 455 99 78 (South Africa) http://www.getopenlab.com | 086 654 2898 (Fax) http://www.silentcoder.co.za| +55 118 162 2079 (Brazil) GPG

Re: [lazarus] True fullscreen mode - GTK2 Patch

2006-10-04 Thread A.J. Venter
engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International | +27 83 455 99 78 (South Africa) http://www.getopenlab.com | 086 654 2898 (Fax) http://www.silentcoder.co.za| +55 118 162 2079 (Brazil) GPG Key: http://pgp.mit.edu:11371/pks/lookup

[lazarus] BUG - IpHTMLPanel on Linux WideScreen resolutions

2006-10-03 Thread A.J. Venter
ideas ? -- 80% Of a hardware engineer's job is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International | +27 83 455 99 78 (South Africa) http://www.getopenlab.com | 086 654

Re: [lazarus] avoiding multi-instance detection

2006-09-28 Thread A.J. Venter
Just a simple question: would that be possible to simply query the list of actual processes that are running? 'ps ax' for example; then you can find your application? Yep, you could do this with a TProcess - however, having said that - as I said before when this same question was discussed -

Re: [lazarus] new translations

2006-09-21 Thread A.J. Venter
_ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives -- A.J. Venter Chief Software Architect - OpenLab International +27 82 726 5103 http://www.getopenlab.com http

Re: [lazarus] new translations

2006-09-21 Thread A.J. Venter
Help would be great. I am sure I will get stuck on some programming terms. It would be nice if I could email someone regarding those. Thanks for the offer. Absolutely, mail me anything you would like advice/discussion on :) A.J. -- A.J. Venter Chief Software Architect - OpenLab

Re: [lazarus] new translations

2006-09-21 Thread A.J. Venter
-yes, specifying ZA is actually important. A.J. -- A.J. Venter Chief Software Architect - OpenLab International +27 82 726 5103 http://www.getopenlab.com http://www.silentcoder.co.za _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] Why does this crash ?

2006-09-19 Thread A.J. Venter
Mmm, So does nobody know what I'm doing wrong ? Or is it not a problem in my code ? Any idea what I should check ? A.J. On Monday 18 September 2006 15:17, A.J. Venter wrote: I have just started on a new project, which is mysql backed - beginning with a fairly abstract unit which a large number

Re: [lazarus] Why does this crash ?

2006-09-19 Thread A.J. Venter
-19 at 10:13 +0200, A.J. Venter wrote: Mmm, So does nobody know what I'm doing wrong ? Or is it not a problem in my code ? Any idea what I should check ? A.J. On Monday 18 September 2006 15:17, A.J. Venter wrote: I have just started on a new project, which is mysql backed - beginning

Re: [lazarus] Why does this crash ?

2006-09-19 Thread A.J. Venter
engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International | +27 83 455 99 78 (South Africa) http://www.getopenlab.com | 086 654 2898 (Fax) http://www.silentcoder.co.za| +55 118 162 2079 (Brazil) GPG Key: http://pgp.mit.edu:11371/pks

Re: [lazarus] Why does this crash ?

2006-09-19 Thread A.J. Venter
I made the choice early on. A.J. On Tuesday 19 September 2006 13:23, Joost van der Sluis wrote: On Tue, 2006-09-19 at 11:14 +0200, A.J. Venter wrote: Okay I did a bit of looking around. It seems there are different units for every single mysql version in the world - and ipso facto

[lazarus] Why is uppercase(ansistring) a resource hog ?

2006-09-18 Thread A.J. Venter
. -- 80% Of a hardware engineer's job is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International | +27 83 455 99 78 (South Africa) http://www.getopenlab.com | 086 654 2898 (Fax

[lazarus] Why does this crash ?

2006-09-18 Thread A.J. Venter
; Procedure TZC_Settings.SetPricePerUnit(NewPrice : Real); Begin FPricePerUnit := NewPrice; SaveToDB; end; initialization end. -- 80% Of a hardware engineer's job is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief

Re: [lazarus] Patch - slackware package build script

2006-09-15 Thread A.J. Venter
principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International | +27 83 455 99 78 (South Africa) http://www.getopenlab.com | 086 654 2898 (Fax) http://www.silentcoder.co.za| +55 118 162 2079 (Brazil) GPG Key

[lazarus] Patch - slackware package build script

2006-09-14 Thread A.J. Venter
engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International | +27 83 455 99 78 (South Africa) http://www.getopenlab.com | 086 654 2898 (Fax) http://www.silentcoder.co.za| +55 118 162 2079 (Brazil) GPG Key: http://pgp.mit.edu:11371/pks/lookup

Re: [lazarus] Patch - slackware package build script

2006-09-14 Thread A.J. Venter
so. A.J. Venter Chief Software Architect OpenLab International | +27 83 455 99 78 (South Africa) http://www.getopenlab.com | 086 654 2898 (Fax) http://www.silentcoder.co.za| +55 118 162 2079 (Brazil) GPG Key: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x27CFFE5A

Re: [lazarus] fpGUI and Qt

2006-09-04 Thread A.J. Venter
this page for more information: http://tom.acrewoods.net/writing/kde4 I for one would love to be able to port my apps to RuDI eventually. Ciao A.J. -- there's nothing as inspirational for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief

Re: [lazarus] Console application

2006-08-21 Thread A.J. Venter
all the other things that the posix standards expect from a services (like handling the various signals). Ciao A.J. -- there's nothing as inspirational for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab

Re: [lazarus] True fullscreen mode

2006-08-17 Thread A.J. Venter
) By that logic one should be able to do either: TWindow.Grabmouse ; Or TWindow.MouseGrabbed := True; What do you think ? -- 80% Of a hardware engineer's job is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect

Re: [lazarus] Transparent glyphs

2006-08-10 Thread A.J. Venter
transparency in TappyTux under win32 - thanks. A.J. -- 80% Of a hardware engineer's job is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International http://www.getopenlab.com | +27 83 455 99 78

[lazarus] True fullscreen mode

2006-08-09 Thread A.J. Venter
% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International http://www.getopenlab.com | +27 83 455 99 78 (South Africa) http://www.silentcoder.co.za| +55 118 162 2079 (Brazil) pgpITnRtEI6Sm.pgp Description: PGP signature

Re: [lazarus] True fullscreen mode

2006-08-09 Thread A.J. Venter
. -- 80% Of a hardware engineer's job is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International http://www.getopenlab.com | +27 83 455 99 78 (South Africa) http://www.silentcoder.co.za

Re: [lazarus] About including ressource manager in lazarus

2006-08-09 Thread A.J. Venter
concerned about binary-sizes - but for my customers, memory tends to be a prescious thing. A.J. -- 80% Of a hardware engineer's job is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International

Re: [lazarus] About including ressource manager in lazarus

2006-08-09 Thread A.J. Venter
, because the constants don't have to be loaded into memory. Sounds attractive. Sounds VERY attractive, meg-for-meg diskspace is MUCH cheaper than RAM. A.J. -- 80% Of a hardware engineer's job is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J

Re: [lazarus] Any king of IsNumeric() function arround?

2006-06-27 Thread A.J. Venter
obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103 _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] Subclassing forms

2006-06-26 Thread A.J. Venter
- Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103 _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject

Re: [lazarus] Running only one instance of the program

2006-06-14 Thread A.J. Venter
of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103 _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe

Re: [lazarus] Running only one instance of the program

2006-06-14 Thread A.J. Venter
as inspirational for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103

Re: [lazarus] Running only one instance of the program

2006-06-14 Thread A.J. Venter
for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103 _ To unsubscribe: mail

[lazarus] Patch - PopupNotifier.Onclose

2006-06-13 Thread A.J. Venter
- Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103 Index: components/popupnotifier/demo/unit1.lrs === --- components/popupnotifier/demo/unit1.lrs (revision

Re: [lazarus] Lazarus under GTK2

2006-06-06 Thread A.J. Venter
is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International http://www.getopenlab.com | +27 82 726 5103 (South Africa) http://www.silentcoder.co.za| +55 118 162 2079 (Brazil

[lazarus] PopupNotifier - Patch

2006-05-30 Thread A.J. Venter
, a lazarus package for it and a small demo program that shows how to use it. If it's accepted, I'll write a wiki page documenting it in full. Ciao A.J. -- there's nothing as inspirational for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software

[lazarus] Win32 Lazarus programmer wanted

2006-05-21 Thread A.J. Venter
nothing as inspirational for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103

Re: [lazarus] Anybody know what is wrong here ?

2006-05-20 Thread A.J. Venter
a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103 _ To unsubscribe: mail [EMAIL PROTECTED

[lazarus] GTK2 Bug - was Show hint from code

2006-05-19 Thread A.J. Venter
on other versions both older and newer. Ciao A.J. -- 80% Of a hardware engineer's job is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International http://www.getopenlab.com | +27 82 726 5103

Re: [lazarus] GTK2 Bug - was Show hint from code

2006-05-19 Thread A.J. Venter
. A.J. -- 80% Of a hardware engineer's job is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International http://www.getopenlab.com | +27 82 726 5103 (South Africa) http

Re: [lazarus] GTK2 Bug - was Show hint from code

2006-05-19 Thread A.J. Venter
... A.J. -- 80% Of a hardware engineer's job is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International http://www.getopenlab.com | +27 82 726 5103 (South Africa) http

Re: [lazarus] GTK2 Bug - was Show hint from code

2006-05-19 Thread A.J. Venter
engineer's job is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International http://www.getopenlab.com | +27 82 726 5103 (South Africa) http://www.silentcoder.co.za| +55 118 162 2079 (Brazil

[lazarus] TrayIcon patch

2006-05-19 Thread A.J. Venter
Attached patch fixes compilation of trayicon for GTK2 projects. Ciao A.J. -- there's nothing as inspirational for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com

[lazarus] Anybody know what is wrong here ?

2006-05-19 Thread A.J. Venter
for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103 Unit simple_html; {A simple file based html viewer component based on ippro with image

[lazarus] Show hint from code

2006-05-18 Thread A.J. Venter
but I thought I would ask anyway. Am I going to have to create a custom widget to get nice message popups ? A.J. -- there's nothing as inspirational for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab

Re: [lazarus] Show hint from code

2006-05-18 Thread A.J. Venter
, presumably this means there is a font bug in gtk2 that hits the IDE pretty hard). Ciao A.J. -- there's nothing as inspirational for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International

Re: [lazarus] Show hint from code

2006-05-18 Thread A.J. Venter
for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103 _ To unsubscribe: mail

Re: [lazarus] Show hint from code

2006-05-18 Thread A.J. Venter
On Friday 19 May 2006 01:02, Felipe Monteiro de Carvalho wrote: On 5/18/06, A.J. Venter [EMAIL PROTECTED] wrote: You may well be right, although I have no idea how to do a borderless window. My catch is I need this for a project due end of the month - so I'll help you anyway I can

Re: [lazarus] Who needs Unicode controls.

2006-05-18 Thread A.J. Venter
of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103 _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject

Re: [lazarus] Show hint from code

2006-05-18 Thread A.J. Venter
' -- there's nothing as inspirational for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103

Re: [lazarus] Show hint from code

2006-05-18 Thread A.J. Venter
to fix it. -- there's nothing as inspirational for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103

Re: [lazarus] Lazarus Help System Requirements

2006-05-12 Thread A.J. Venter
to java projects as a matter of principle :p ) A.J. -- 80% Of a hardware engineer's job is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International http://www.getopenlab.com | +27 82

Re: [lazarus] Turbopower ipro HTML Viewer

2006-05-12 Thread A.J. Venter
in, to power the get new wordlists feature in tappytux etc. Ciao A.J. -- there's nothing as inspirational for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27

[lazarus] TXMLpropstorage section

2006-05-11 Thread A.J. Venter
- Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103 _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives

[lazarus] ULONG_PTR

2006-05-03 Thread A.J. Venter
an older revision. Ciao A.J. -- 80% Of a hardware engineer's job is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International http://www.getopenlab.com | +27 82 726 5103 (South Africa

[lazarus] Hardware specific access violation ?

2006-04-26 Thread A.J. Venter
engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International http://www.getopenlab.com | +27 82 726 5103 (South Africa) http://www.silentcoder.co.za| +55 118 162 2079 (Brazil

[lazarus] Fwd: Idea for a Lazarus project

2006-04-19 Thread A.J. Venter
. -chris -- Semper in excretum set alta variant - My father A.J. Venter - http://www.silentcoder.co.za --- -- there's nothing as inspirational for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter

Re: [lazarus] Problem with the Calendar Component

2006-04-11 Thread A.J. Venter
:= IntToStr(StrToInt(Calendar1.Date)+1); -- there's nothing as inspirational for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103

Re: [lazarus] Which distribution to use in order to install lazarus without problems?

2006-03-27 Thread A.J. Venter
packages from slackware for gtk and gdk-pixbuf worked better than the suze packages - so this may well affect the IDE as well. A.J. -- there's nothing as inspirational for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect

[lazarus] gridview - scrolling

2006-03-20 Thread A.J. Venter
as inspirational for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103

Re: [lazarus] Lazarus advocacy : Best App wrtitten in Lazarus

2006-03-14 Thread A.J. Venter
engineer's job is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International http://www.getopenlab.com | +27 82 726 5103 (South Africa) http://www.silentcoder.co.za| +55 118 162 2079 (Brazil

Re: Mozilla Plugin Panel component

2006-03-09 Thread A.J. Venter
components (which are only a design so far, haven't had time to write them) may well be of use if tied in with yours ? A.J. -- there's nothing as inspirational for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab

Re: [lazarus] Executing another application from within a lazarus app

2006-03-07 Thread A.J. Venter
. A.J. Venter Chief Software Architect OpenLab International http://www.getopenlab.com | +27 82 726 5103 (South Africa) http://www.silentcoder.co.za| +55 118 162 2079 (Brazil) _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] Using MySQL

2006-03-06 Thread A.J. Venter
derivative of the IDE - we are building apps with the LCL. Ciao A.J. -- 80% Of a hardware engineer's job is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International http://www.getopenlab.com

Re: [lazarus] setColor part 3

2006-03-05 Thread A.J. Venter
programming language to rule them all :) but OP comes pretty close. -- there's nothing as inspirational for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za

Re: [lazarus] TRunInThread - Progress, but new problem

2006-03-05 Thread A.J. Venter
by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103 _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] button icons for lazarus

2006-03-05 Thread A.J. Venter
of the things delphi users have come to expect, like a readily available set of standard icons they can assign to typical tasks like File|Open. Ciao A.J. -- there's nothing as inspirational for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief

Re: [lazarus] button icons for lazarus

2006-03-05 Thread A.J. Venter
it the right way though - recreating them from the original SVG scaled images, not scaling the existing xpm's which will just make them ugly. A.J. -- there's nothing as inspirational for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software

Re: {SPAM?} Re: [lazarus] System Information

2006-03-05 Thread A.J. Venter
of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103 _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject

Re: [lazarus] Repository access via the SVN protocol

2006-03-04 Thread A.J. Venter
is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so. A.J. Venter Chief Software Architect OpenLab International http://www.getopenlab.com | +27 82 726 5103 (South Africa) http://www.silentcoder.co.za| +55 118 162 2079 (Brazil

Re: [lazarus] Object pascal a Modern Language

2006-03-04 Thread A.J. Venter
a non-free program just to RUN ? Ciao A.J. -- there's nothing as inspirational for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103

Re: [lazarus] Object pascal a Modern Language

2006-03-04 Thread A.J. Venter
uninformed silliness. A.J. -- there's nothing as inspirational for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103

Re: [lazarus] setColor part 3

2006-03-04 Thread A.J. Venter
for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103 _ To unsubscribe: mail

Re: [lazarus] setColor part 3

2006-03-04 Thread A.J. Venter
Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103 _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

[lazarus] button icons for lazarus

2006-03-04 Thread A.J. Venter
nothing as inspirational for a hacker as a cat obscuring a bug by sitting in front of the monitor - Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103

[lazarus] TRunInThread - Progress, but new problem

2006-03-04 Thread A.J. Venter
- Boudewijn Rempt A.J. Venter Chief Software Architect OpenLab International www.getopenlab.com www.silentcoder.co.za +27 82 726 5103 unit processthread; {$mode objfpc}{$H+} interface uses Classes, SysUtils,process; Type TProcessThread = class(tthread) protected procedure Execute

Re: [lazarus] TRunInThread - Progress, but new problem

2006-03-04 Thread A.J. Venter
On Sunday 05 March 2006 08:43, A.J. Venter wrote: Well since my last mail on this a few weeks ago, I have made quite a bit of progress in my attempts to create a component that will allow me to call a tprocess in a thread while retrieving the output live. The structure I have no compiles

<    1   2   3   >