cannot find globalsettings object |
Post Reply |
Author | |
tobi
Senior Member Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
Post Options
Thanks(0)
Posted: 19 November 2004 at 3:50pm |
I want to localize the docking panes built-in resources. With the commandbars I can use |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
DockingPaneGlobalSettings.resourcefile=...
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
ylhyh
Newbie Joined: 24 October 2007 Status: Offline Points: 4 |
Post Options
Thanks(0)
|
Following this usage in no way used in VB.NET (VS.net 2005):
DockingPaneGlobalSettings.resourcefile=
help,thanks
|
|
ylhyh
Newbie Joined: 24 October 2007 Status: Offline Points: 4 |
Post Options
Thanks(0)
|
OK ,it's fine
for example:
CommandBars.GlobalSettings.ResourceFile = "C:\Program Files\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v11.2.0\Bin\Translations\SuitePro.ResourceZhCn.dll"
Dim dkpGlobalSettings As DockingPaneGlobalSettings = New DockingPaneGlobalSettings() dkpGlobalSettings.ResourceFile = "C:\Program Files\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v11.2.0\Bin\Translations\SuitePro.ResourceZhCn.dll" |
|
KERBEROS
Newbie Joined: 28 December 2007 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
Oleg!
Can u add DokingPane.GlobalSettings property? just like CommandBars.GlobalSettings ?
it's really problem in non VB environment
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Try to create DockingPaneGlobalSettings using progid:
CreateObject("Codejock.DockingPaneGlobalSettings.11.2.2")
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Raja
Newbie Joined: 13 January 2009 Location: Belgium Status: Offline Points: 2 |
Post Options
Thanks(0)
|
I'm using Progress (OpenEdge 10.2) as a developing language.
In Progress this looks like:
DEFINE VARIABLE chRcGlobalSettings$v AS COM-HANDLE NO-UNDO.
CREATE "Codejock.ReportControlGlobalSettings.12.1.1":U chRcGlobalSettings$v.
So, using CREATE or CREATE OBJECT etc.. its possible to have access to the global settings in a non-VB environment.
But is there a way to access the handle of the gobalsettings (after it was created in the way mentioned above) in a non-VB environment ?
anyone suggestions ?
|
|
Product: Xtreme SuitePro (ActiveX) version 12.1.1
Platform: Windows XP (32bit) - SP 3 Language: OpenEdge 10.2 (Progress) |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Sorry, have no idea how it works with progress :(
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
adwild2
Groupie Joined: 17 December 2008 Location: Netherlands Status: Offline Points: 16 |
Post Options
Thanks(0)
|
You can acces the handle using the variable you provide in the CREATE statement. Example:
|
|
Product: Xtreme SuitePro (ActiveX) version 13.0.0
Platform: Windows XP SP3 (32bit) Language: Progress OpenEdge 10.2A |
|
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 |