Search found 105 matches

by Andy Edward
Thu Oct 30, 2014 1:22 am
Forum: eXpress++ Support
Topic: DCHTMLVIEWER is still using IE 7
Replies: 6
Views: 9989

Re: DCHTMLVIEWER is still using IE 7

Hi Roger, Thank you for the offer, but I don't know how to get the CLSID of a certain application. For the moment, I've managed to stabilize everything even though the DCHTMLVIEWER behaviour is IE 7 Maybe I'll revisit this thread when I'm more familiar with how to get CLSID of an application. Best R...
by Andy Edward
Thu Oct 23, 2014 11:21 pm
Forum: eXpress++ Support
Topic: DCHTMLVIEWER is still using IE 7
Replies: 6
Views: 9989

DCHTMLVIEWER is still using IE 7

Hi Roger,

I've compared the behaviour of DCHTMLVIEWER with my IE Browser and it seems DCHTMLVIEWER is still using IE7 version.

My IE browser is IE 11

Any way to force DCHTMLVIEWER to use IE 11? or better yet to use another browser such as Chrome?

Best Regards,

Andy
by Andy Edward
Thu Oct 09, 2014 7:19 pm
Forum: eXpress++ Support
Topic: Reference sublevel treeitem objects when node expanded
Replies: 2
Views: 5953

Re: Reference sublevel treeitem objects when node expanded

Hi Jimmy,

Perfect!

Best Regards,

Andy
by Andy Edward
Wed Oct 08, 2014 9:53 pm
Forum: eXpress++ Support
Topic: Reference sublevel treeitem objects when node expanded
Replies: 2
Views: 5953

Reference sublevel treeitem objects when node expanded

Hi, Are there any methods to reference the sub-level objects when a node is expanded? I want to calculate the number of child nodes in a particular node. For example, -- Master ---- Sub Master 1 ---- Sub Master 2 ---- Sub Master 3 When I expand MASTER, I would like to get the number of child it has,...
by Andy Edward
Fri Oct 03, 2014 12:46 am
Forum: eXpress++ Support
Topic: Hiding and Re-organizing elements
Replies: 1
Views: 4359

Hiding and Re-organizing elements

Hi, Is there a way to re-organize elements after hiding one of the elements? Untitled-1.png In my attached image, you can see that the white box after B is hidden, and I want the elements after B (C,D,E,etc) to occupy the immediate space directly under B after hiding the white box. @ 3,0 DCSTATIC ; ...
by Andy Edward
Tue Sep 30, 2014 12:39 am
Forum: XCodeJock Support
Topic: Task Panel Sample Error
Replies: 1
Views: 10148

Task Panel Sample Error

Hi, I'm getting this error when trying to run the Taskpanel sample ------------------------------------------------------------------------------ ERROR LOG of "C:\exp19258\XCodeJock\Samples\TaskPanel\TaskPanel.exe" Date: 09/30/2014 14:24:02 Xbase++ version : Xbase++ (R) Version 1.90.331 Operating sy...
by Andy Edward
Mon Sep 29, 2014 6:54 pm
Forum: XCodeJock Support
Topic: SuiteControls in Sample folder
Replies: 4
Views: 15809

Re: SuiteControls in Sample folder (SOLVED)

Hi all,

It's as simple as adding CJ_Version("16.3.1") to make it work, just like what Tom said.

Thanks for pointing me to right direction

Best Regards,

Andy
by Andy Edward
Sun Sep 28, 2014 8:33 pm
Forum: XCodeJock Support
Topic: Ribbon Bar Sample
Replies: 3
Views: 14128

Ribbon Bar Sample

Hi Roger, I'm not seeing the icons in Ribbon Bar Sample Untitled-1.gif I've tried: - Moving the icons outside the icon folder without changing any code. CJLoadIcon ".\Icons\App.ico" ID 1 STATE xtpImageNormal PARENT oCommandBars:icons - Move the Icons to their original folder, and edit CJLoadIcon lik...
by Andy Edward
Sun Sep 28, 2014 7:54 pm
Forum: XCodeJock Support
Topic: XCode Jock Documentation
Replies: 3
Views: 15418

Re: XCode Jock Documentation

Hi Roger,

I just want to ask about the documentation state. Any updates?

Best Regards,

Andy
by Andy Edward
Sun Sep 28, 2014 7:49 pm
Forum: XCodeJock Support
Topic: SuiteControls in Sample folder
Replies: 4
Views: 15809

Re: SuiteControls in Sample folder

Either add: CJ_Version("16.3.1") to the samples code (recompile) or set the environment variable "CODEJOCK_VERSION" to this value. With Windows 7 or later, you may set this in the registry (CURRENT_USER -> Environment). Restart computer. I've added "CODEJOCK_VERSION=16.3.1" in my environment variab...