Property Left and Width in a status bar could not be set 
Author Message
 Property Left and Width in a status bar could not be set

I have two forms in my project, frmOne and frmTwo. frmOne
has a Hierarchical FlexGrid. When a row in this grid is
double clicked, frmTwo will show the detail information of
it. frmTwo has a status bar control. Sometimes when a row
in frmOne's grid is double clicked, a message box
says Errors during load. Refer to C:\Program
Files\project1\frmTwo.log for details. The following is
the message in the file frmTwo.log:  

Line 30: Property Left in SbStatusBar could not be set.
Line 30: Property Width in SbStatusBar could not be set.

This status bar has only one panel, which has the
following properties:

Alignment       sbrLeft
Style           sbrText
Bevel           sbrInsert
AutoSize        sbrSpring

I tried to insert sbStatusBar.Panels(1).Width =
Me.Width / 5 * 4 in the beginning of frmTwos
Form_Activate() sub, but still got this error.

Anybody has idea to get rid of this error message? Thanks
in advance.

Regards,
Martin



Sun, 05 Sep 2004 22:52:25 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. How to set left property of a tool bar

2. Setting Usercontrol (ocx) width at runtime wider than Width property of usercontrol

3. Status bar streches icons to 32 pixel width

4. Set Left and Width simultaneously?

5. Setting datagrid column width sets width of toplevel!!

6. Access Left property of Vscroll1(bar)

7. Status Bar with font colour properties?

8. Status bar - panel text property

9. ie 6 status bar + proxy setting

10. how to set a date time value different from system time in the status bar

11. 2101 error when trying to set Left property on text box

12. Setting Column Width Properties

 

 
Powered by phpBB® Forum Software