Re: [lazarus] Gambas

2006-12-02 Thread Graeme Geldenhuys
ad code inside forms, used global variable and tide specific to MS SQL Server. Not the route I want to follow, though would like to use some of their ideas and other ideas from BS/1 Accounting. -- Graeme Geldenhuys Location: S 34° 03.168' E018° 49.342' http://tinyurl.com/y6l

Re: [lazarus] Gambas

2006-12-02 Thread Graeme Geldenhuys
On 12/2/06, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: I'll be very interested in seeing what you come up with, because at my company we create an accounting system as well :-) See what I mean with a cut-throat market! :-) -- Graeme Geldenhuys Location: S 34° 03.168' E0

Re: [lazarus] Gambas

2006-12-02 Thread Graeme Geldenhuys
On 12/2/06, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: You're in South africa, right ? Yup. Excellent market for a dutch-speaking company, so beware ;-) hehe :) -- Graeme Geldenhuys Location: S 34° 03.168' E018° 49.342' http://tinyurl.com/y6lc26

Re: [lazarus] Gambas

2006-12-03 Thread Graeme Geldenhuys
ccounting package. It has been through the hands of quite a few developers over the years and each developer seems to have decided to apply their own style of coding. I was quite surprised to find a section actually using OOP and it was a breeze to extend compared to the rest of the system. -- Graem

Re: [lazarus] Gambas

2006-12-03 Thread Graeme Geldenhuys
ted my CSV State Machine a few months back in the FPC mailing list. The list goes on, but I think you get my point... :-) And again, I haven't even touched on Creational or Structural Patterns. -- Graeme Geldenhuys There's no place like

Re: [lazarus] Gambas

2006-12-03 Thread Graeme Geldenhuys
ebsite: http://www.techinsite.com.au/tiopf/ > State pattern: > Write a CSV or XML parser using a State Machine. It is very flexible I can email you a copy. Michael or somebody else asked if they could use it somewhere in FPC. Not sure if that actually happened. -- Graeme Geldenhuys Ther

Re: [lazarus] Gambas

2006-12-03 Thread Graeme Geldenhuys
ML.pas tiOPF2/Source/Options/tiQueryXMLLight.pas -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To unsubscribe: mail [EMAIL PROTECTED] with "unsub

[lazarus] [patch] - IDE button order

2006-12-04 Thread Graeme Geldenhuys
than it needs to be, but nothing I can do about that, sorry. -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' ide_buttons.patch.tar.gz Description: GNU Zip compressed data

Re: [lazarus] Gambas

2006-12-04 Thread Graeme Geldenhuys
t it has been in active development for just under 10 years now. Do you know of any such framework? There are not many other publicly available OPF frameworks written in Object Pascal. -- Graeme Geldenhuys There's no place like S34°

[lazarus] VFI and TIniPropStorage component

2006-12-05 Thread Graeme Geldenhuys
Is there a work-around I can use? For example, instead of using the Form.SessionProperties property, rather call methods directly against the TIniPropStorage component in each forms constructor and destructor. If not, I'll most probably go back to using my gINI function. -- Graeme Geldenhuys T

Re: [lazarus] Gambas

2006-12-05 Thread Graeme Geldenhuys
uess it all depends on what you want to do, how complex you business model is and how well you know the OPF framework. -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To unsubscribe: m

Re: [lazarus] VFI and TIniPropStorage component

2006-12-05 Thread Graeme Geldenhuys
tting there! :-) -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: TTabControl and OnChange event

2006-12-07 Thread Graeme Geldenhuys
before I can apply your tiOPF patches? -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as

[lazarus] Coding Style support in Lazarus (was Gambas)

2006-12-07 Thread Graeme Geldenhuys
iables, class names etc to what they where when you defined them. For example: You define a variable as: i: integer; Later you type "for I := 0 to ..." and it will auto correct the I to i. -- Graeme Geldenhuys There's

Re: [lazarus] Font names shown in the respective font

2006-12-07 Thread Graeme Geldenhuys
h not hard to do, but more effort. -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject arch

Re: [lazarus] repository

2006-12-08 Thread Graeme Geldenhuys
ing it for. We have a few developers on Windows that sometimes need to test under Linux. I again, do the opposite. :) As well as VM a live linux CD is a pretty good idea as well, can this be done from the same image? I've got no idea what is involved in creating a Live CD. -- Graeme

Re: [lazarus] FPCUnit default automated TTestCase generation

2006-12-10 Thread Graeme Geldenhuys
] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To unsubscri

Re: [lazarus] Font names shown in the respective font

2006-12-10 Thread Graeme Geldenhuys
On 12/8/06, George Birbilis <[EMAIL PROTECTED]> wrote: > [I agree with others, your Reply-To address is getting annoying!] Let's see if this fixes the problem (do you reply to [EMAIL PROTECTED] with this e-mail ok or to other one)? It works perfectly now. :-) -- Graeme Gelde

Re: [lazarus] Graphical Object Inheritance Tree

2006-12-10 Thread Graeme Geldenhuys
will graphically show the relations? Thanks! -- Al _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives -- Graeme Ge

Re: [lazarus] repository

2006-12-11 Thread Graeme Geldenhuys
one separately] aren't huge) SVN does keep a copy in the .svn folder. This is how it manages to create a diff without communicating with the server. SVN tries to communicate as little as possible with the server, which I think is excellent. It is also great for people with slow internet conne

Re: [lazarus] repository

2006-12-12 Thread Graeme Geldenhuys
folder, but creates such file after it downloads a new version of a real file, so same could be Once a file exists, SVN only get the difference on each update, to minimize network traffic. Only the first checkout is a complete copy of each file. -- Graeme Geldenhuys There's no place like S3

Re: [lazarus] Font names shown in the respective font

2006-12-12 Thread Graeme Geldenhuys
mbol'); begin Result := FontNames[AFontClass]; end; Fonts seem to be a tricky thing to handle. I haven't looked yet, but anybody know how Qt handles this on multiple platforms? -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _

[lazarus] code completion and class methods problem

2006-12-13 Thread Graeme Geldenhuys
ss procedure MyProc2; override; end; var Form1: TForm1; implementation { TForm1 } class function TForm1.MyProc: integer; begin end; { TMyForm } procedure TMyForm.MyProc2; // < class keyword missing! begin inherited MyProc2; end; ----- -- Graeme Geldenhuys Th

Re: [lazarus] code completion and class methods problem

2006-12-13 Thread Graeme Geldenhuys
ned, it > doesn't work. Fixed. Mattias Excellent support as ever! Thanks Mattias. Just last night I was reading the Borland Delphi newsgroups. Someone complained about how long it took to get bugs fixed or features implement. He waited 5 years for a feature and 2 years for a bug fix. Laz

Re: [lazarus] code completion and class methods problem

2006-12-13 Thread Graeme Geldenhuys
ome issue or implement desired features. Once I got a taste of this, there was no turning back! There is no chance of me ever going back to closed source development tools. :-) -- Graeme Geldenhuys There's no place like S34° 03.168&

Re: [lazarus] Font names shown in the respective font

2006-12-14 Thread Graeme Geldenhuys
can pass to GetDefaultFont. Not sure where this 'mapping' could be stored, maybe in the project (unit) resources ? Micha _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Su

Re: [fpc-devel] Modified LGPL standard notice

2006-12-26 Thread Graeme Geldenhuys
ncent Snijders <[EMAIL PROTECTED]> wrote: Graeme Geldenhuys schreef: > Well, look in the file that it standard header points to. There it > mentions what is different to the standard LGPL. But yes I agree that > one should insert that notice as part of Lazarus IDE menu options. It >

Re: [lazarus] LCL components Font, Font.Color and Color mess!

2006-12-26 Thread Graeme Geldenhuys
(with my bad english). Help. lazarus svn from today. -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To unsubscribe: mail [EMAIL PROTECTED] with "unsub

Re: [lazarus] Fullscreen?

2006-12-26 Thread Graeme Geldenhuys
s, where they really are fullscreen and nothing else will be allowed to show at the same time as the game. I've never seen this on X11, so I have my doubts. The NeverWinter Nights game runs fullscreen under Linux. You don't see any desktop windows like the taskbar, etc.. -- Graeme Gel

Re: [lazarus] Fullscreen?

2006-12-26 Thread Graeme Geldenhuys
without it. I was thinking of doing the same but my time is limited at the moment. If you do find the related code, please post your findings. I would like to add fullscreen functionality to fpGUI as well. -- Graeme Geldenhuys There's no place like S

Re: [lazarus] Fullscreen?

2006-12-27 Thread Graeme Geldenhuys
I did a bit of searching as I want to implement the same thing under fpGUI. After seeing how well Xlib has been designed, I knew there had to be something. For Xlib the magic keyword is: _NET_WM_STATE_FULLSCREEN It seems most window managers are likely to understand the _NET_WM hints, so should

Re: [lazarus] Can't type [] {} in code editor under linux

2006-12-29 Thread Graeme Geldenhuys
Thanks for the warning! I'll not be updating Lazarus until this is sorted - just for in case. :) By the way, I use the Programmer Dvorak layout and most of those keys are accessed by a single keystroke where you would normally find the number keys. azerty keyboard? Is that an actual keyboard or

[lazarus] Is it a makeskel or lazde problem?

2007-01-03 Thread Graeme Geldenhuys
reting the newline character as documentation text? Which one do I submit a bug report against or attempt to fix? -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To unsubscribe: mail [EMAIL

[lazarus] TListView and OwnerDraw events

2007-01-10 Thread Graeme Geldenhuys
erData; //property OwnerDraw; property PopupMenu; <> end; -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubs

Re: [lazarus] TListView and OwnerDraw events

2007-01-10 Thread Graeme Geldenhuys
lines (text) in different colors? What component is used there, a TListBox? If so, isn't the OwnerDraw stuff similar to the TListView? -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ T

[lazarus] TSemaphorGrid in lastest Lazarus (svn)

2007-01-11 Thread Graeme Geldenhuys
o the wiki at: http://wiki.lazarus.freepascal.org/index.php/Grids_Reference_Page -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Compile Error for TiOPF components

2007-01-11 Thread Graeme Geldenhuys
te: Hi I am getting about 50 compile errors starting with the following when compiling tiOPFGUIDsgn.lpk :- /root/lazarus/tiOPF2/Source/GUI/tiVirtualTrees.pas(145,20) Error: Identifier not found "WM_APP" what could be wrong? regards Nataraj -- Graeme Geldenhuys There's no p

[lazarus] Messages window showing wrong unit with error (part 2)

2007-01-11 Thread Graeme Geldenhuys
Here is the last screenshot mentioned in the "part 1" email. -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' actual_unit_with_problem.png Description: PNG image

[lazarus] Fwd: Messages window showing wrong unit with error (part 1)

2007-01-12 Thread Graeme Geldenhuys
raeme. -- Forwarded message -- From: Graeme Geldenhuys <[EMAIL PROTECTED]> Date: Jan 12, 2007 9:41 AM Subject: Messages window showing wrong unit with error (part 1) To: lazarus@miraclec.com Hi, I have noticed a while back that the Lazarus Messages window doesn't show the correct unit whe

Re: [lazarus] Messages window showing wrong unit with error (part 2)

2007-01-12 Thread Graeme Geldenhuys
gain using that version of FPC. Graeme. On 1/12/07, Vincent Snijders <[EMAIL PROTECTED]> wrote: Graeme Geldenhuys schreef: > Here is the last screenshot mentioned in the "part 1" email. I did not see part 1 (yet), but I see this is http://www.freepascal.org/man

Re: [lazarus] Re: Messages window showing wrong unit with error (part 2)

2007-01-12 Thread Graeme Geldenhuys
That does seem to be the same as my problem, thanks. Graeme. On 1/12/07, Funky Beast <[EMAIL PROTECTED]> wrote: If its fpc2.1.1, it may be related to this bug: http://www.freepascal.org/mantis/view.php?id=7883 Regards, Funky Beast -- Graeme Geldenhuys There's no place like

[lazarus] [patch] - Grid Semaphor example

2007-01-12 Thread Graeme Geldenhuys
Hi, I resized and tidied up the example form for the Grid Semaphore. Many of the buttons where to small for the button text. Patch needs to be applied from the root Lazarus directory. -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' Index: examples/grid_s

Re: [lazarus] TSemaphorGrid in lastest Lazarus (svn)

2007-01-12 Thread Graeme Geldenhuys
Is the Semaphor Grid just an example of custom drawing on a TStringGrid, plus a few other examples like sorting, etc? I don't actually understand what the TSemaphorGrid is used for? -- Graeme Geldenhuys There's no place

Re: [lazarus] Compile Error for TiOPF components

2007-01-13 Thread Graeme Geldenhuys
m most SQL generating frameworks) but will get you going fast. You can then later fix the bottleneck areas with "hard-coded visitors" which means you can write the SQL yourself to improve performance. -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _

Re: [lazarus] Compile Error for TiOPF components

2007-01-13 Thread Graeme Geldenhuys
s. By the way, poa stands for "Persistent Object Abstract" :-) the IDE, while being able to import/export UML. I spoke to someone at the end of last year in this mailing list or in the fpc-pascal mailing list (can't remember), where they started UML support in Lazaras. Exporting

[lazarus] ZeosLib and Lazarus

2007-01-14 Thread Graeme Geldenhuys
that works with Free Pascal and Lazarus. -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as

Re: [lazarus] Compile Error for TiOPF components

2007-01-14 Thread Graeme Geldenhuys
mall utility apps without using the tiOPF framework. -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] ZeosLib and Lazarus

2007-01-15 Thread Graeme Geldenhuys
pository to SourceForge. It works good with both lazarus and delphi, but it's not fully cross-platform. Can you be a bit more specific on what doesn't work? -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342'

Re: [lazarus] Compile Error for TiOPF components

2007-01-15 Thread Graeme Geldenhuys
there, it is up to them to use it if they want! -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"

Re: [lazarus] Compile Error for TiOPF components

2007-01-15 Thread Graeme Geldenhuys
hreads title is: "how to really start oop?" dated 2007-01-11 by Lucian. You will find that thread very interesting I think. -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To uns

Re: [lazarus] Compile Error for TiOPF components

2007-01-15 Thread Graeme Geldenhuys
On 1/15/07, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: For my implementation which rather uses RTTI to set and get Object property values have a look at: http://tinyurl.com/y5akb5 and the following units. tiGenericEditMediators.pas tiGenericListMediators.pas tiCompositeMediato

Re: [lazarus] Compile Error for TiOPF components

2007-01-15 Thread Graeme Geldenhuys
descendant class that as RTTI enabled and a simple implementation of the Observer pattern. MGM is a compound pattern based on the Observer and Mediator pattern. -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342'

Re: [lazarus] Compile Error for TiOPF components

2007-01-15 Thread Graeme Geldenhuys
orge.net/viewvc/tiopf/tiOPF2_Demos/GenericMediatingViews/ -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe

Re: [lazarus] ZeosLib and Lazarus

2007-01-15 Thread Graeme Geldenhuys
'm developing under FPC 2.0.5 and FPC 2.1.1 Also we are a very small team developing Zeos at the moment - so if someone is interested to team up and help us - you are welcome. I know that feeling... :-) Thanks again for you time and reply. -- Graeme Geldenhuys There's no place li

Re: [lazarus] Compile Error for TiOPF components

2007-01-15 Thread Graeme Geldenhuys
ove to see a truly generalized implementation that would allow a single mediator adapt disparate objects. Is this possible? I'm sure it is possible. I'd love to review you implementation when you are done. ;-) -- Graeme Geldenhuys There's no plac

[lazarus] Can't reset ItemHeight property in Object Inspector

2007-01-16 Thread Graeme Geldenhuys
d the form and delete the line in the lfm file. Is this normal behaviour or a bug in the Object Inspector? -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To unsubscribe: ma

Re: [lazarus] ZeosLib and Lazarus

2007-01-16 Thread Graeme Geldenhuys
ds, Mutex's and FPC? When I did the tiOPF port to FPC it didn't understand those topics much. I would like someone to review what I have done, to confirm it is right (or wrong). -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _

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

2007-01-16 Thread Graeme Geldenhuys
investigate more, but it's internals executes a TIsUniqueGlobalComponentName procedure type. When and where it gets assigned is still a mystery to me. :-) -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' ___

Re: [lazarus] ZeosLib and Lazarus

2007-01-16 Thread Graeme Geldenhuys
On 1/16/07, Al Boldi <[EMAIL PROTECTED]> wrote: Graeme Geldenhuys wrote: > On 1/16/07, Joost van der Sluis <[EMAIL PROTECTED]> wrote: > > I've been thinkink about using tiOPF for a project at work. But for that > > I have to change it so that it can use SQLDB.

[lazarus] Code completion formatted code incorrectly

2007-01-17 Thread Graeme Geldenhuys
uot; or "protected" section of the class. I think it could be more intelligent and know that the overridden method must go into the same section as it was originally defined, in this case the "public" section. -- Graeme Geldenhuys There's no place like S34° 03.168'

Re: [lazarus] Code completion formatted code incorrectly

2007-01-17 Thread Graeme Geldenhuys
yword at > the end! This is not yet implemented. No problem. Yes. At the moment 'class completion' does not search/read the ancestor class, so it can't know. Thanks for the info... I'll had the last two as feature requests to Mantis -- Graeme Geldenhuys There

Re: [lazarus] Lazarus File bigger then Delphi File?

2007-01-17 Thread Graeme Geldenhuys
In the real world, bigger is always better! Well, that's the American way of thinking. How come that doesn't apply for Lazarus executables! :-) Graeme. On 1/17/07, George Birbilis <[EMAIL PROTECTED]> wrote: > let me ask you a few questions: > are you still using 1.44 floppies? >

[lazarus] TStringGrid to replace TListBox in Messages window

2007-01-18 Thread Graeme Geldenhuys
at a later date and horizontal scrolling - on all platforms. We just need to be sure that the StringGrid will support all the features of the ListBox as is currently used in the Messages window. -- Graeme Geldenhuys There's no place like S34° 03.168' E0

Re: [lazarus] Code completion formatted code incorrectly

2007-01-18 Thread Graeme Geldenhuys
nd TMainIDE.DoCloseEditorFile A PageIndex=0 TMainIDE.DoCloseEditorFile end LAZARUS END - cleaning up ... [TMainIDE.Destroy] A [TMainIDE.Destroy] B -> inherited Destroy... TMainIDE [TMainIDE.Destroy] END [graemeg-linux] lazarus > -- end ------

Re: [lazarus] Code completion formatted code incorrectly

2007-01-18 Thread Graeme Geldenhuys
x27; section... function TLearner.DoSomething(AParam1: string): integer; begin end; and this is what it generated in the 'interface' section... function DoSomething(AParam1: string): integer; Now what? :-) -- Graeme Geldenhuys There's

Re: [lazarus] TStringGrid to replace TListBox in Messages window

2007-01-18 Thread Graeme Geldenhuys
On 1/18/07, Steven Graham <[EMAIL PROTECTED]> wrote: I wonder if maybe a TListView might be better? :-) We can't, the TListView doesn't support any custom drawing at the moment. I just went through that whole exercise in my own project and started using TStringGrid instead. You can make them

Re: [lazarus] Code completion formatted code incorrectly

2007-01-18 Thread Graeme Geldenhuys
File end LAZARUS END - cleaning up ... [TMainIDE.Destroy] A [TMainIDE.Destroy] B -> inherited Destroy... TMainIDE [TMainIDE.Destroy] END [graemeg-linux] lazarus > ----------- Hope that made sense to you... :) -- Gr

Re: [lazarus] TStringGrid to replace TListBox in Messages window

2007-01-18 Thread Graeme Geldenhuys
a good exercise in working with the TStringGrid, seeing that I am starting to use it in my own applications as well. I first need to find out all that the Messages Window does, before I start changing things. -- Graeme Geldenhuys T

Re: [lazarus] Code completion formatted code incorrectly

2007-01-19 Thread Graeme Geldenhuys
D [graemeg-linux] lazarus > --------- -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Code completion formatted code incorrectly

2007-01-19 Thread Graeme Geldenhuys
On 1/19/07, Mattias Gaertner <[EMAIL PROTECTED]> wrote: On Fri, 19 Jan 2007 14:15:34 +0200 "Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote: > On 1/19/07, Mattias Gaertner <[EMAIL PROTECTED]> wrote: > > > > Hope that made sense to you... :) > > >

Re: [lazarus] Code completion formatted code incorrectly

2007-01-20 Thread Graeme Geldenhuys
'. See http://wiki.lazarus.freepascal.org/Lazarus_IDE_Tools Fixed. Ah, ok. Sorry about the mixup and thanks for the quick fix. -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To unsubsc

Re: [lazarus] TStringGrid to replace TListBox in Messages window

2007-01-20 Thread Graeme Geldenhuys
I know Virtual Treeview does work under Lazarus, allows custom painting and is lightning fast. So make it part of the standard Lazarus components. Then we can use it for all treeviews and grids. Everybody seems to raves about Virtual Treeview. Just a thought. :) -- Graeme Geldenhuys There'

Re: [lazarus] TStringGrid to replace TListBox in Messages window

2007-01-21 Thread Graeme Geldenhuys
u mind. :-) Lets get back to the original problem. Can the TTreeview used in your latest Messages window scroll horizontally? That was the actual request, but this thread got a bit side tracked. -- Graeme Geldenhuys There's no place like S34° 03.168

Re: [lazarus] TStringGrid to replace TListBox in Messages window

2007-01-21 Thread Graeme Geldenhuys
On 1/21/07, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: While that code is still fresh in you mind. :-) Lets get back to the original problem. Can the TTreeview used in your latest Messages window scroll horizontally? That was the actual request, but this thread got a bit side t

Re: [lazarus] TStringGrid to replace TListBox in Messages window

2007-01-21 Thread Graeme Geldenhuys
On 1/21/07, Mattias Gaertner <[EMAIL PROTECTED]> wrote: Under linux/gtk a TTreeView was always able to scroll horizontally. Is there a problem under windows? Thanks. No idea under windows, but I can test it tomorrow at work. -- Graeme Geldenhuys There's no place like S34° 03

[lazarus] Creating GUID's inside Lazarus

2007-01-24 Thread Graeme Geldenhuys
that generates 10 GUID's at a time so I can copy and past them. It should be very easy to implement in Lazarus, I just don't want to waste my time if the feature already exists and I just haven't found it in Lazarus. -- Graeme Geldenhuys There's no place like S

Re: [lazarus] Creating GUID's inside Lazarus

2007-01-24 Thread Graeme Geldenhuys
On 1/24/07, Mattias Gaertner <[EMAIL PROTECTED]> wrote: > It should be very easy to implement in Lazarus, I just don't want to > waste my time if the feature already exists and I just haven't found > it in Lazarus. It does not yet exist. Feel free to add it. Tha

[lazarus] missing keyboard shortcuts in IDE menus

2007-01-24 Thread Graeme Geldenhuys
e. I'm using Linux and Lazarus with the GTK1 widget set. My co-worker is using Lazarus under WinXP and his shortcuts are still visible. -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _

Re: [lazarus] Colour a cell in TStringGrid?

2007-01-25 Thread Graeme Geldenhuys
1 Cell: +27(0)82 3685983 _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives -- Graeme Geldenhuys There's no p

Re: [lazarus] Colour a cell in TStringGrid?

2007-01-25 Thread Graeme Geldenhuys
I'm using Lazarus from SVN. You should be able to view the code though, which is the important bit. Graeme. On 1/25/07, Dave Coventry <[EMAIL PROTECTED]> wrote: Graeme, TSemaphorGrid fails to load. It's maybe not in my build of Lazarus? Graeme Geldenhuys wrote: > Yes

Re: [lazarus] TXMLDocument from string

2007-01-26 Thread Graeme Geldenhuys
On 1/26/07, Vincent Snijders <[EMAIL PROTECTED]> wrote: That is why I use Lazarus' Find in files. That must be the single *best* feature of Lazarus! I use it such a lot. :) -- Graeme Geldenhuys There's no place like S34° 03.16

Re: [lazarus] PopUp Menu behavior on TTrayIcon

2007-01-29 Thread Graeme Geldenhuys
GUI widgets like Buttons, etc are activated on MouseUp as the mouse pointer is not that important. Also the click can be cancelled my keeping the mouse down and moving the pointer off the button for example. My 2c worth... :) -- Graeme Geldenhuys There's no place like S34°

Re: [lazarus] FP/Delphi compatible Encryption and Zip Libraries?

2007-02-01 Thread Graeme Geldenhuys
DCPCrypt for compression under both (same product as the zlib one) Delphi and Lazarus. Again, no problems. -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To unsubscribe: mai

[lazarus] TComboBox and ReadOnly property

2007-02-05 Thread Graeme Geldenhuys
to prevent incompatiblities with VCL and cross framework (VCL and LCL) applications? -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To unsubscribe: mail [EMAIL PROTECTED] with &qu

Re: [lazarus] TComboBox and ReadOnly property

2007-02-05 Thread Graeme Geldenhuys
her options, there is no edit box, which means ReadOnly = True. Am I understanding the help correctly? If so, I still don't see the use of the ReadOnly property in LCL. -- Graeme Geldenhuys There's no place like S34°

Re: [lazarus] TComboBox and ReadOnly property

2007-02-05 Thread Graeme Geldenhuys
property > in LCL. Well, the LCL extends this. In the LCL you can edit text in all styles except csDropDownList. In that case it makes sense. Thanks for explaining. -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _

[lazarus] IDE Message Window bug since Treeview change

2007-02-05 Thread Graeme Geldenhuys
ew.Canvas.Font.Color is ignored somewhere in the painting process. I'm using Lazarus 0.9.21 (latest svn revision) under Linux with GTK1 widgetset. -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' messages.png Description: PNG image

Re: [lazarus] IDE Message Window bug since Treeview change

2007-02-05 Thread Graeme Geldenhuys
Thanks Mattias! [...response time is awesome as ever!...] Graeme. On 2/5/07, Mattias Gaertner <[EMAIL PROTECTED]> wrote: On Mon, 5 Feb 2007 14:50:54 +0200 "Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote: > Hi, > > Since the IDE Messages Window compo

Re: [lazarus] IDE Message Window bug since Treeview change

2007-02-05 Thread Graeme Geldenhuys
ld you possibly explain (if you have the time). Regards, - Graeme - On 2/5/07, Mattias Gaertner <[EMAIL PROTECTED]> wrote: On Mon, 5 Feb 2007 14:50:54 +0200 "Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote: > Hi, > > Since the IDE Messages Window component chan

Re: [lazarus] IDE Message Window bug since Treeview change

2007-02-06 Thread Graeme Geldenhuys
ine 4125 and on line 4201it fires off the OnCustomDrawItem event! Why twice in the same method (DoPaintNode)? Shouldn't this occur only once? And in both cases, if CustomDrawItem event handle returns True, it will exit the DoPaintNode, which should prevent painting being overriden. Just a thou

Re: [lazarus] IDE Message Window bug since Treeview change

2007-02-06 Thread Graeme Geldenhuys
On 2/6/07, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: In TCustomTreeView.DoPaintNode() on line 4125 and on line 4201it fires off the OnCustomDrawItem event! Why twice in the same method (DoPaintNode)? Shouldn't this occur only once? This could account for all the 'repai

Re: [lazarus] IDE Message Window bug since Treeview change

2007-02-06 Thread Graeme Geldenhuys
'll test the flicker issue under a Windows XP computer and let you know what I find. -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To unsubscribe: mail [EMAIL PROT

Re: [lazarus] Ubuntu 6.10 and Lazarus font problem

2007-02-11 Thread Graeme Geldenhuys
g405/3720/screenshotug3.png Happy coding _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives -- Graeme Geldenhuy

[lazarus] LazDoc or fpdoc issue

2007-02-13 Thread Graeme Geldenhuys
-- - END ------ -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: LazDoc or fpdoc issue

2007-02-13 Thread Graeme Geldenhuys
proc -o output.xml remove_whitespace.xsl ticriteria.xml PS: Searching the internet it seems the XML preferred format for a empty element is a single tag with a '/' at the end. I guess we need to modify 'makeskel' then to output the correct/preferred format. Regards, - Graeme -

Re: LazDoc or fpdoc issue

2007-02-13 Thread Graeme Geldenhuys
ith a single tag () and sometimes it creates nodes with a open/close "empty" tag? That's inconsistent. Also regarding LazDoc. From what I could find on the internet, though not sure how official this is, but a whitespace characters (space, tab, Cr, Lf) does not coun&

Re: LazDoc or fpdoc issue

2007-02-13 Thread Graeme Geldenhuys
sees it as content. That could also be the case. In fpdoc there is a piece of code to check for whitespace-only content, that could be used to implement a more correct test. Isn't such a check built into the xml or dom units so we could rather use that? A isEmptyElement() would be a handy funct

Re: LazDoc or fpdoc issue

2007-02-13 Thread Graeme Geldenhuys
s but on the same line with no spaces between. Easy for text editing and makes LazDoc happy. -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To unsubscribe: mail [EMAIL PROTECTED] wit

Re: LazDoc or fpdoc issue

2007-02-13 Thread Graeme Geldenhuys
this function :-) True, but then we would at least have only one place to fix when we finally get a definition for a empty element. Now it would be scattered in fpdoc, makeskel, lazde, etc... -- Graeme Geldenhuys There's no place l

Re: LazDoc or fpdoc issue

2007-02-13 Thread Graeme Geldenhuys
'lazde' and 'makeskel' and see where we can implement some improvement regarding this issue. Probably the missing function is TDOMText.IsElementContentWhitespace (DOM level 3). I hope to release it soon with the next portion of updates. Brilliant, can't wait... -- Graeme G

  1   2   3   4   5   6   7   8   9   10   >