[lazarus] Scroll bars

2006-04-06 Thread panos
I use iphtml component to display html files. The problem is related to scroll bars. It is not displayed but it is there because I can click and scroll (blind click) and it is flickering while resizing window. I created a sample project along with sample hml file, you can download at: -

Re: [lazarus] Scroll bars

2005-09-03 Thread SteveG
Thanks Mattias, but I dont seem to be able to get this to work. I have tried if memo1.VertScrollBar.Visible then ShowMessage('v is visible'); if memo1.VertScrollBar.IsScrollBarVisible then ShowMessage('v is visible'); and neither do anything I'm using Windows XP if that makes a difference

Re: [lazarus] Scroll bars

2005-09-03 Thread Mattias Gaertner
On Sat, 03 Sep 2005 20:22:29 +1000 SteveG [EMAIL PROTECTED] wrote: Thanks Mattias, but I dont seem to be able to get this to work. I have tried if memo1.VertScrollBar.Visible then ShowMessage('v is visible'); if memo1.VertScrollBar.IsScrollBarVisible then ShowMessage('v is visible');

Re: [lazarus] Scroll bars

2005-09-03 Thread Micha Nelissen
On Sat, 03 Sep 2005 20:22:29 +1000 SteveG [EMAIL PROTECTED] wrote: Thanks Mattias, but I dont seem to be able to get this to work. I have tried if memo1.VertScrollBar.Visible then ShowMessage('v is visible'); if memo1.VertScrollBar.IsScrollBarVisible then ShowMessage('v is visible');

[lazarus] Scroll bars

2005-09-02 Thread SteveG
Is it possible to determine if the scroll bars are showing in a TMemo ? Not just enabled, but actually showing if set for ssAuto Thanks _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject