Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - I cant find globalsettings in VFP
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

I cant find globalsettings in VFP

 Post Reply Post Reply
Author
Message
mav50202 View Drop Down
Newbie
Newbie


Joined: 09 August 2005
Status: Offline
Points: 24
Post Options Post Options   Thanks (0) Thanks(0)   Quote mav50202 Quote  Post ReplyReply Direct Link To This Post Topic: I cant find globalsettings in VFP
    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
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 09 August 2005 at 2:19pm
That is because there is no specific property for them like commandbars.  Instead, there is a separate class, DockingPaneGlobalSettings, SuiteGlobalSettings, etc...
Back to Top
mav50202 View Drop Down
Newbie
Newbie


Joined: 09 August 2005
Status: Offline
Points: 24
Post Options Post Options   Thanks (0) Thanks(0)   Quote mav50202 Quote  Post ReplyReply Direct Link To This Post Posted: 09 August 2005 at 2:22pm
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
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 09 August 2005 at 2:32pm
I don't use FoxPro, but in VB you just insert the code like:

DockingPaneGlobalSettings.App = App
DockingPaneGlobalSettings.License = ....

Back to Top
mav50202 View Drop Down
Newbie
Newbie


Joined: 09 August 2005
Status: Offline
Points: 24
Post Options Post Options   Thanks (0) Thanks(0)   Quote mav50202 Quote  Post ReplyReply Direct Link To This Post Posted: 09 August 2005 at 2:38pm
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.
Back to Top
mav50202 View Drop Down
Newbie
Newbie


Joined: 09 August 2005
Status: Offline
Points: 24
Post Options Post Options   Thanks (0) Thanks(0)   Quote mav50202 Quote  Post ReplyReply Direct Link To This Post Posted: 09 August 2005 at 3:08pm
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.


Back to Top
mav50202 View Drop Down
Newbie
Newbie


Joined: 09 August 2005
Status: Offline
Points: 24
Post Options Post Options   Thanks (0) Thanks(0)   Quote mav50202 Quote  Post ReplyReply Direct Link To This Post Posted: 12 August 2005 at 5:59am
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
Back to Top
vicos View Drop Down
Groupie
Groupie


Joined: 23 November 2009
Location: Romania
Status: Offline
Points: 14
Post Options Post Options   Thanks (0) Thanks(0)   Quote vicos Quote  Post ReplyReply Direct Link To This Post Posted: 01 February 2013 at 4:14pm

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/

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.