![]() |
SOLVED : prolem with toolbar in start time |
Post Reply ![]() |
Author | |
nenkalo ![]() Groupie ![]() ![]() Joined: 02 August 2008 Status: Offline Points: 36 |
![]() ![]() ![]() ![]() ![]() Posted: 22 August 2008 at 8:19am |
Hi
i make a form with toolbar and initial it at first . when run program i see all items in first category ! but all items not reffer to first category !
tihs problem solved when i click on next category tab .
see this attachment :
in start time u see every subitem in item1 .
but when u click on item1 un-expected items hide .
whats my mistake ?
|
|
Product: Xtreme SuitePro (ActiveX) version 12.0.1
Platform: Windows XP (32bit) Language: Visual Basic 6.0 |
|
![]() |
|
Oleg ![]() Senior Member ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
Change this Set toolbarTab = TabToolBar.InsertCategory(0, "item1")
toolbarTab.Image = 100 Set toolbarTab = TabToolBar.InsertCategory(1, "item2") toolbarTab.Image = 200 Set toolbarTab = TabToolBar.InsertCategory(2, "item3") toolbarTab.Image = 300 Set toolbarTab = TabToolBar.InsertCategory(3, "item4") ...
TabToolBar.UpdateTabs
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
nenkalo ![]() Groupie ![]() ![]() Joined: 02 August 2008 Status: Offline Points: 36 |
![]() ![]() ![]() ![]() ![]() |
Hi
thankx . it solved
one question :
i make a toolbar on the rich text box (top and bottom of it)
i need to change caption of one item of it .
i use this code in command event :
Private Sub Command1_Click()
CommandBarsTextbox(7).Controls.Find(, 1000).Caption = "change" End Sub
this code work very good .
but when i use this code in rich text box change event get error :
Private Sub txt_msg_Change()
CommandBarsTextbox(7).Controls.Find(, 1000).Caption = "change" End Sub error : invalid procedure call or argumant .
both code like togheter but bahavior different .
![]() |
|
Product: Xtreme SuitePro (ActiveX) version 12.0.1
Platform: Windows XP (32bit) Language: Visual Basic 6.0 |
|
![]() |
|
nenkalo ![]() Groupie ![]() ![]() Joined: 02 August 2008 Status: Offline Points: 36 |
![]() ![]() ![]() ![]() ![]() |
txt_msg_change called at form_load via setting property (textalign) before calling toolbar_init .
i put toolbar_init at first in form_load to fix it .
this poroblem related to my program and not codejock . shame on me .
|
|
Product: Xtreme SuitePro (ActiveX) version 12.0.1
Platform: Windows XP (32bit) Language: Visual Basic 6.0 |
|
![]() |
|
Aaron ![]() Senior Member ![]() Joined: 29 January 2008 Status: Offline Points: 2192 |
![]() ![]() ![]() ![]() ![]() |
Hi,
You got one thing done right this time.... That's the right way to do it, adding SOLVED: like that
![]() ![]() |
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |