I cant find globalsettings in VFP |
Post Reply |
Author | |
mav50202
Newbie Joined: 09 August 2005 Status: Offline Points: 24 |
Post Options
Thanks(0)
Posted: 09 August 2005 at 2:16pm |
I use Visual Fox Pro and I want to localize the docking panes
colormanager object or SuiteControlsGlobalSettings in my form of
Visual Fox Pro, i have no problem with my commandbar because I can use:
thisform.commandbar.globalsettings.colormanager.systemthem e = 2 But I donīt find the globalsettings object in my dockingpane or in the rest of objects as Shortcut or Taskpanel. Thank for all friends Edited by mav50202 |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
That is because there is no specific property for them like
commandbars. Instead, there is a separate class,
DockingPaneGlobalSettings, SuiteGlobalSettings, etc...
|
|
mav50202
Newbie Joined: 09 August 2005 Status: Offline Points: 24 |
Post Options
Thanks(0)
|
Thank for your fast reply.
My problem is that i dont know to localize the class DockingPaneGlobalSettings or the class SuiteGlobalSettings. It dont exist this objects or classes in my form. Thanks SuperMario |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
I don't use FoxPro, but in VB you just insert the code like:
DockingPaneGlobalSettings.App = App DockingPaneGlobalSettings.License = .... |
|
mav50202
Newbie Joined: 09 August 2005 Status: Offline Points: 24 |
Post Options
Thanks(0)
|
Ok, so thank you for your help
When i put this code in VFP, VFP says "DockingPaneGlobalSettings dont exist this object" My problem is the way of access to this class, VFP dont recognize this object in the form. |
|
mav50202
Newbie Joined: 09 August 2005 Status: Offline Points: 24 |
Post Options
Thanks(0)
|
Other data of interesting is that in VFP dont exist 4 Controls of CodeJock for insert in the forms else exist 11 objects
Commandbars DockingPane ImageManager Popup Control Property Grid Report Control Report Field Chooser ShortCutbar ShortCutCaption TabControl TaskPanel while in VB exist only 4 controls Command, Docking, Report and only one Activex with SuiteControls. Maybe exist problems with xtreme suite objects and VFP classes. |
|
mav50202
Newbie Joined: 09 August 2005 Status: Offline Points: 24 |
Post Options
Thanks(0)
|
Great!!!
I found the solution, in form in load method, wrote this code: x=CREATEOBJECT("XtremeDockingPane.DockingPaneGlobalSetting s") x.ColorManager.SystemTheme = 3 Thank very much for your help Edited by mav50202 |
|
vicos
Groupie Joined: 23 November 2009 Location: Romania Status: Offline Points: 14 |
Post Options
Thanks(0)
|
Another example in Foxpro: http://expertsoftwarecompany.wordpress.com/2012/06/07/codejock-sample-update-taskpanel-example/ http://expertsoftwarecompany.wordpress.com/2012/06/05/codejock-samples/ |
|
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 |