Re: [Lazarus] BoxRect

2009-03-30 Thread Doug Chamberlin
Carlos German Tejero wrote: I use the fxds in a real application made in delphi 7 and work fine. The Delphi version of Desicion cube can only used with BDE TDataSet descendants, the fxds can be used with any TDataSet descendant. That's good to hear! I'm very interested in porting to Delphi

Re: [Lazarus] Doing work in FormActivate

2009-01-13 Thread Doug Chamberlin
Gabor Boros wrote: Every time when the form activated the OnActivate event triggered, after switched to another app and switched back etc. I try to eliminate this by write if Active then Exit; to the OnActivate but in this case things after the if Activate... line never triggered. For

Re: [Lazarus] Doing work in FormActivate

2009-01-13 Thread Doug Chamberlin
Benito van der Zander wrote: For Windows the OnActivate event should fire every time the window is re-activated as you describe. This is as designed. If you want to process something only once when the window is first activated try the OnShow event. However, this doesn't conform with

Re: [Lazarus] questions regarding bi-directional ui design

2008-11-03 Thread Doug Chamberlin
ik wrote: For example, if TApplication.BidiMode (I have added support for it with the help of Paul) is set to bdRightToLeft, should every TControl and TMenu base compoents should be automatically be aligned to right or the developer must choose the direction regardless of