Re: [lazarus] Selectdirectory Dialog

2007-03-08 Thread Sam Washkansky
Thanks Mattias Gaertner wrote: On Mon, 05 Mar 2007 12:05:58 +0200 Sam Washkansky <[EMAIL PROTECTED]> wrote: Hi all, I have a quick question, I am developing an application which makes use of the SelectDirectory Dialog box . The app is cross platform and must run on Windows and Ubu

[lazarus] Selectdirectory Dialog

2007-03-05 Thread Sam Washkansky
, and I'm using FPC 2.0.4 and Lazarus v09.21 build 10708. Regards Sam Washkansky begin:vcard fn:Sam Washkansky n:Washkansky;Sam org:MasterMaths.co.za;IT adr;dom:Somerset West;;8 Stellendal Road;Cape Town;;7130 email;internet:[EMAIL PROTECTED] title:Systems Developer tel;work:+27 21 851 566

[lazarus] Listviews and Custom Drawing.

2007-02-19 Thread Sam Washkansky
to publish them at all. -- Regards Sam Washkansky Tel:+27+823738257 email:[EMAIL PROTECTED]

Re: [lazarus] where is the IsUniqueGlobalComponentName method. (part 2)

2007-01-16 Thread Sam Washkansky
I'm using TiOPF with fpc 2.0.4. i got the latest update this morning and could not compile the tiOPFGUI package. I've looked for the unit in lazarus and FPC, and couldn't find it, hence the query. On 1/16/07, Bogusław Brandys <[EMAIL PROTECTED]> wrote: Sam Washkansky wrote

[lazarus] where is the IsUniqueGlobalComponentName method. (part 2)

2007-01-16 Thread Sam Washkansky
tName returns false if another component is already using Name (in which case, references to the component should be qualified by the root object's name." -- Regards Sam Washkansky Tel:+27+823738257 email:[EMAIL PROTECTED]

[lazarus] where is the IsUniqueGlobalComponentName method.

2007-01-16 Thread Sam Washkansky
does this method exist in another unit, and if so which one? I'm using Lazarus 0.9.21 rev 10449on Windows XP with SP2. -- Regards Sam Washkansky Tel:+27+823738257 email:[EMAIL PROTECTED]

Re: [lazarus] Unusual problem with Lazarus & gdb

2006-11-24 Thread Sam Washkansky
if I use gdb v6.0 distributed with Lazarus things work as they should. The app also seems to compile a lot quicker. On 11/24/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: Sam Washkansky schreef: > Hi all, > > I have a bit of a problem. I'm using Lazarus v9.21 build 10233M

Re: [lazarus] Unusual problem with Lazarus & gdb

2006-11-24 Thread Sam Washkansky
Not sure will try that now and let you know On 11/24/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: Sam Washkansky schreef: > Hi all, > > I have a bit of a problem. I'm using Lazarus v9.21 build 10233M on > Windows XP pro with SP2, and am using GDB 6.2.1 as my debugger

[lazarus] Unusual problem with Lazarus & gdb

2006-11-24 Thread Sam Washkansky
s not start it in debugger mode. The only way I can debug my application is by running a backtrace using gdb from a command prompt. Has anybody experienced something like this, or do you have a possible cause and solution? -- Regards Sam Washkansky Tel:+27+823738257 email:[EMAIL PROTECTED]

Re: [lazarus] Search Dialog

2006-10-17 Thread Sam Washkansky
will do.On 10/17/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: Sam Washkansky schreef:> Hi Vincent,>> I found the problem. The way the find in files dialog was opening the> Include Sub folders check box was being hidden, which by default was not> checked, so it wasn'

Re: [lazarus] Search Dialog

2006-10-17 Thread Sam Washkansky
I'm a happy camper. On 10/17/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: Sam Washkansky schreef:> Hi all,>> I may have spotted a bug. I am using Lazarus on WinXP and whenever I run> a 'Find in files' search, the search does not search subfolders in the> target fol

[lazarus] Search Dialog

2006-10-17 Thread Sam Washkansky
Hi all,I may have spotted a bug. I am using Lazarus on WinXP and whenever I run a 'Find in files' search, the search does not search subfolders in the target folder I specify. This is different from the behaviour under Linux, a colleague of mine executed the same search in Lazarus running on Ubunt

[lazarus] Serach Results Dialog

2006-10-04 Thread Sam Washkansky
Does anyone know how to clear the tabs in the Search Results dialog? If you perform multiple searches, you land up with a bunch of tabs, one for each search. How do you close specific tabs, or all of them. Closing the windows doesn't do this... the next time you search for something, all the tabs a

[lazarus] code folding issue

2006-09-28 Thread Sam Washkansky
hi Guys,I have just updated Lazarus (to rev 10002) and  found a bug with the code folding.  If  you have code folding checked in your editor options and fold a function, and then turn code folding off, the folded code block stays folded and there is no way of accessing the folded code. If you look

Re: [lazarus] lazarus SVN broken

2006-09-05 Thread Sam Washkansky
Sorry, on windows XP ProOn 9/5/06, Felipe Monteiro de Carvalho <[EMAIL PROTECTED] > wrote:On 9/5/06, Sam Washkansky < [EMAIL PROTECTED]> wrote:> I am experiencing the same problems with FPC 2.0.4 and latest lazarus.> updated todayOn which operating system?--Felipe Mo

Re: [lazarus] lazarus SVN broken

2006-09-05 Thread Sam Washkansky
Hi darius,I am experiencing the same problems with FPC 2.0.4 and latest lazarus. updated todaySamOn 9/5/06, Darius Blaszijk < [EMAIL PROTECTED]> wrote:Now there is a problem though with the compiler. Error: invalid compiler: file "" does not existHint: you can set the compiler path in Environment->

[lazarus] Debugging

2006-05-02 Thread Sam Washkansky
Hi guys, I'm fairly new to lazarus, and was wondering what it would take to get more descriptive or meaningful debugger messages. at the moment the error messages aren't very helpful, at least not like some of the Delphi messages.-- Sam WashkanskyTel:+27+823738257email:[EMAIL PROTECTED]

[lazarus] THashedStringlist

2006-04-25 Thread Sam Washkansky
Hi guys Can anybody tell me which unit contains the lazarus or FPC implementation of a HashTable ? Delphi has a THashedStringlist class which is in the inifiles unit, but it's not in the corresponding unit in Lazarus. What implementations are there of the Hashed list in Lazarus if any?-- Sam Washk

Re: [lazarus] Project Template file

2006-04-12 Thread Sam Washkansky
That artical would be great! Thanks SamOn 4/12/06, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: On Wed, 12 Apr 2006, Sam Washkansky wrote:> Hi all,>> Just a quick question, or at least I think it's a quick question. Is there a> way to create a default project Template

[lazarus] Project Template file

2006-04-12 Thread Sam Washkansky
Hi all, Just a quick question, or at least I think it's a quick question. Is there a way to create a default project Template which would include all the packages the project needs? For example, if I  find that I'm using a particular package, a framework of some sort)  in almost all my apps, is th

Re: [lazarus] Can't create events for any component

2006-04-11 Thread Sam Washkansky
That sorted it out. Thanks for your help.On 4/11/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: Sam Washkansky schreef:>  From your mail I understand that I have to copy the contents of the > wininc folder in "rtl\win\" into a subfolder  rtl\win\wininc\wininc, is> this c

Re: [lazarus] Can't create events for any component

2006-04-11 Thread Sam Washkansky
>From your mail I understand that I have to copy the contents of the wininc folder in "rtl\win\" into a subfolder  rtl\win\wininc\wininc, is this correct. I tried that, but still get the same error.On 4/11/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: Sam Washkansky schreef:&

[lazarus] Can't create events for any component

2006-04-11 Thread Sam Washkansky
Hi can anyone help me? I got the latest update from svn this morning ( ver 0.9.15 rev 9115M), and after  rebuilding lazarus I found that i cound not create any events for any compoent. I tried creating a new project, dropping a button on the form and then double clicking on the button to create an

[lazarus] Sound Issues

2006-03-08 Thread Sam Washkansky
Hi guys I am involved in a project which involves playing multimedia slides. The slides are created in flash and the sound embedded in them is playing properly. The problem is as follows, we need to give the user the ability to decrease or increase the volume as and when they need to. We also need

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

2006-03-07 Thread Sam Washkansky
Thanks a stack, it did the trick.On 3/7/06, A.J. Venter <[EMAIL PROTECTED]> wrote: On Tuesday 07 March 2006 14:49, Sam Washkansky wrote:> Thanks a lot I would appreciate that.> Cheers> Sam>Here you go, I´m not going to post the whole huge unit now, just the twoprocedures, you c

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

2006-03-07 Thread Sam Washkansky
Thanks a lot I would appreciate that. Cheers SamOn 3/7/06, A.J. Venter <[EMAIL PROTECTED]> wrote: On Tuesday 07 March 2006 14:27, Sam Washkansky wrote:> Hi guys,>> I'm new to lazarus and have a quick question. How do you launch an app from> within A lazarus Application.

[lazarus] Executing another application from within a lazarus app

2006-03-07 Thread Sam Washkansky
Hi guys, I'm new to lazarus and have a quick question. How do you launch an app from within A lazarus Application. In delphi you could use winexec, or the ExecuteFile method(in The FMXUtils unit). I would lie this to be platform independent. I would appreciate any help. Regards-- Sam WashkanskyT

[lazarus] Reporting tools for lazarus

2005-11-21 Thread Sam Washkansky
Hi I'm new to lazarus, and was wondering what reporting tools are available out there. are there any tools which can be intergrated into the IDE, like rave or quickreport in Delphi? I've tried LaReport, but can't seem to see how to actually create a report.-- Sam WashkanskyTel:+27+823738257email:[E