![]() |
Errors in 15.1.1 |
Post Reply ![]() |
Author | |
lionello ![]() Groupie ![]() Joined: 23 September 2005 Location: Italy Status: Offline Points: 26 |
![]() ![]() ![]() ![]() ![]() Posted: 26 July 2011 at 6:35am |
Workspace.PaintManager.BoldSelected = True Don't work
Workspace.ClientMargin Don't work propely
In SyntaxEditFrame on Find or Find&Replace dialog, keyboard tab key don't work
Regards
|
|
![]() |
|
Xander75 ![]() Senior Member ![]() ![]() Joined: 26 April 2007 Status: Offline Points: 353 |
![]() ![]() ![]() ![]() ![]() |
Hi,
I can't say about the SyntaxEditFrame issues as I have not yet tried but WorkSpace BoldSelected & ClientMargin both work fine for me in version v15.1.1 I use the following code each time in my Projects to create my workspace:
*** EDIT *** As for the SyntaxEdit & SyntaxEditFrame you are indeed correct, the Tab key does not respond at all to move through the controls in the Find & Replace window. |
|
Product: Xtreme SuitePro (ActiveX) v15.3.1
Platform: Windows 7 64-bit (SP1) Professional Edition Languages: C#.Net using Visual Studio 2012 & Visual Basic 6.0 (SP6) |
|
![]() |
|
Oleg ![]() Senior Member ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
Also please set PaintManagers parameter after you set theme for CommandBars - because changing theme can reset this property.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
lionello ![]() Groupie ![]() Joined: 23 September 2005 Location: Italy Status: Offline Points: 26 |
![]() ![]() ![]() ![]() ![]() |
This is my code:
With CommandBars
.ToolTipContext.Style = xtpToolTipBalloon Set Workspace = .ShowTabWorkspace(True) End With With Workspace.PaintManager .StaticFrame = True .ClientMargin.Bottom = 4 .ClientMargin.Left = 0 .ClientMargin.Right = 1 .Color = xtpTabColorResource .DisableLunaColors = True .OneNoteColors = False .HotTracking = True .BoldSelected = True .ClientFrame = xtpTabFrameBorder .Layout = xtpTabLayoutSizeToFit .Position = xtpTabPositionTop .ShowIcons = True .MultiRowFixedSelection = False .SelectTabOnDragOver = True End With Workspace.IgnoreFlickersOnActivate = True Workspace.AllowReorder = True Workspace.Flags = xtpWorkspaceShowCloseSelectedTab + xtpWorkspaceHideClose + xtpWorkspaceHideArrowsAlways Workspace.AutoTheme = True
|
|
![]() |
|
Xander75 ![]() Senior Member ![]() ![]() Joined: 26 April 2007 Status: Offline Points: 353 |
![]() ![]() ![]() ![]() ![]() |
lionello,
Your code seems to work for me. The ClientMargins take the the settings applied and the SelectedTab is Bold. Can you be more specific as to what's happening, maybe even show a screenshot? Or upload a sample? Or Both ![]() What version are you using? |
|
Product: Xtreme SuitePro (ActiveX) v15.3.1
Platform: Windows 7 64-bit (SP1) Professional Edition Languages: C#.Net using Visual Studio 2012 & Visual Basic 6.0 (SP6) |
|
![]() |
|
lionello ![]() Groupie ![]() Joined: 23 September 2005 Location: Italy Status: Offline Points: 26 |
![]() ![]() ![]() ![]() ![]() |
uploads/1502/Images.zip
I enclose two images created with version 15.0.2 and with the 15.1.1
The properties are the same but the results of margins and bold on the Workspace titles are different.
Best regards
Thanks |
|
![]() |
|
Oleg ![]() Senior Member ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
Check again that you don't update CommandBars theme after you set properties of TabClient.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
lionello ![]() Groupie ![]() Joined: 23 September 2005 Location: Italy Status: Offline Points: 26 |
![]() ![]() ![]() ![]() ![]() |
Ok ... but if a user changes theme then it means that you must reset the properties?
… It seems correct?
|
|
![]() |
|
Xander75 ![]() Senior Member ![]() ![]() Joined: 26 April 2007 Status: Offline Points: 353 |
![]() ![]() ![]() ![]() ![]() |
lionello,
If you look at my code snippet in the above post this is only every called once! I allow a user to change style using the following procedures:
This updates everything fine within my project. The only thing I don't do I admit is to let the user change the CommandBar Theme i.e. from XP to 2003 to Ribbon etc... I prefer using the Ribbon Theme and the xtpTabAppearancePropertyPage2007 theme for the WorkSpace. But if I need to then all I would do is add these options to the above code to pass whatever theme I want and it updates correctly. |
|
Product: Xtreme SuitePro (ActiveX) v15.3.1
Platform: Windows 7 64-bit (SP1) Professional Edition Languages: C#.Net using Visual Studio 2012 & Visual Basic 6.0 (SP6) |
|
![]() |
|
lionello ![]() Groupie ![]() Joined: 23 September 2005 Location: Italy Status: Offline Points: 26 |
![]() ![]() ![]() ![]() ![]() |
Ok, work if I set angain the properties (Margins, BoldSelected, etc.)
Thanks
|
|
![]() |
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 |