Search found 4769 matches

by rdonnay
Thu Feb 25, 2010 7:44 am
Forum: XCodeJock Support
Topic: WHEN can I HIDE?
Replies: 4
Views: 12387

Re: WHEN can I HIDE?

Ok, I added WHEN and HIDE clauses to the following commands:

CJMENUITEM
CJSUBMENU
CJMENUBAR
CJTABBEDTOOLBARCATEGORY
CJTABBEDTOOLBAR
CJADDTOOLBUTTON
CJADDTOOLBAR
CJADDGROUP
CJADDCONTROL
CJINSERTTAB
CJADDSYSTEMBUTTON
CJADDRIBBONBAR
CJCOMMANDBARS
by rdonnay
Wed Feb 24, 2010 6:14 pm
Forum: XCodeJock Support
Topic: RibbonBar and Win7
Replies: 12
Views: 26857

Re: RibbonBar and Win7

did you try to play with EnableOffice2007Frame(.T./.F.) ?
Yes, everytime I used it, the app would lockup.
by rdonnay
Wed Feb 24, 2010 1:34 pm
Forum: eXpress++ Support
Topic: DCBROWSECOL type XBPCOL_TYPE_BITMAP with external resources
Replies: 10
Views: 21569

Re: DCBROWSECOL type XBPCOL_TYPE_BITMAP with external resources

The second column isn't working. If it is necesary to add the dc_getbitmap I have to modify it in all my sources. This is not a big problem, if there is no other solution. Yes, it is necessary. Sorry, but I don't know how to get around this. I could modify the source for DC_XbpBrowse() to have it a...
by rdonnay
Wed Feb 24, 2010 1:22 pm
Forum: eXpress++ Support
Topic: Focus-Autorestore
Replies: 2
Views: 8389

Re: Focus-Autorestore

I spent some time on this today and don't think I will be successful.
by rdonnay
Wed Feb 24, 2010 1:03 pm
Forum: eXpress++ Support
Topic: ButtonXP bitmap location
Replies: 12
Views: 21223

Re: ButtonXP bitmap location

Show me more code because that looks right to me.
by rdonnay
Wed Feb 24, 2010 12:40 pm
Forum: eXpress++ Support
Topic: Keyboard tagging
Replies: 3
Views: 8347

Re: Keyboard tagging

Here it is.
by rdonnay
Wed Feb 24, 2010 12:03 pm
Forum: eXpress++ Support
Topic: Refreshrate on autrefresh in a browse
Replies: 1
Views: 5909

Re: Refreshrate on autrefresh in a browse

You can't do it with a codeblock but you can change it on the fly in your code like so:

Code: Select all

oBrowse:timer:destroy()

oBrowse:refreshRate := 500

oBrowse:setTimerRefresh()
by rdonnay
Wed Feb 24, 2010 11:47 am
Forum: eXpress++ Support
Topic: DCBROWSE and UseVisualStyle
Replies: 4
Views: 11904

Re: DCBROWSE and UseVisualStyle

Try this:

Code: Select all

oConfig := DC_XbpBrowseConfig():new()
oConfig:useVisualStyleBrowse := .t.

DC_XbpBrowseDefault(oConfig)
by rdonnay
Wed Feb 24, 2010 11:23 am
Forum: eXpress++ Support
Topic: Keyboard tagging
Replies: 3
Views: 8347

Re: Keyboard tagging

Here's the change you requested.
That was a good idea.

Copy _DCXBROW.PRG to \exp19\source\dclipx and run build19_sl1.bat to rebuild dclipx.dll
by rdonnay
Wed Feb 24, 2010 10:44 am
Forum: phpBB Board Support
Topic: The problem send messages to New News
Replies: 1
Views: 9527

Re: The problem send messages to New News

I don't understand.

It appears that you posted this new message ok.