Search found 1168 matches

by Tom
Fri Jan 07, 2011 6:38 am
Forum: Xbase++ Support
Topic: manipulating with images/objects
Replies: 3
Views: 8993

Re: manipulating with images/objects

Hi, Zdeno.

I intensively use a control called "ImageKit7" for issues like this. Works perfect.

http://www.imagekit.com
by Tom
Fri Jan 07, 2011 6:36 am
Forum: eXpress++ Support
Topic: Printing Overlapping
Replies: 8
Views: 15065

Re: Printing Overlapping

Seems that you simply forget to increase the line number in some situations.
by Tom
Tue Jan 04, 2011 4:10 am
Forum: Did you Know?
Topic: Progress bar from XbpPack2
Replies: 22
Views: 49112

Re: Progress bar from XbpPack2

XbpPack2.ch is not in your package
xbpack2.ch/.dll are parts of the xbpack2-package, which you need to load from Alaska Software.
by Tom
Fri Dec 31, 2010 6:38 am
Forum: eXpress++ Support
Topic: DCCOMBOBOX problem
Replies: 3
Views: 7917

Re: DCCOMBOBOX problem

Hi, Zdeno.

Place the combobox on a static (simple SLE, DCSAY ..). This will prevent the FIT clause of DCREAD to calculate the dialog height using the combo height.
by Tom
Wed Dec 29, 2010 12:38 pm
Forum: Xbase++ Support
Topic: RTF to clipboard
Replies: 1
Views: 6187

RTF to clipboard

Hi, there. I'm trying to copy a formatted RTF-text to the clipboard, so it can be pasted into a word processor "as is", with all formatting options. If I copy the formatted text using the standard method (oClipBoard:SetBuffer(cRtfText)), I receive a plain text with all formatting options ({\rtf ...)...
by Tom
Wed Dec 22, 2010 4:09 am
Forum: eXpress++ Support
Topic: This is a browse
Replies: 15
Views: 24350

Re: This is a browse

Hi, Chris. Roger, do you have plans to add this functionality to the dctabpages? XbPacks are limited to subscription customers! Just use the SUBCLASS clause of DC_TabPage. Change "FROM XbpTabPage" at the class definition of the XbpImageTabPage to "FROM DC_ XbpTabPage". Add two parameters to the init...
by Tom
Tue Dec 21, 2010 8:49 am
Forum: eXpress++ Support
Topic: This is a browse
Replies: 15
Views: 24350

Re: This is a browse

Hi, Chris. Up to now I didn't find for what the docking panes could be usefull. What is the purpose of them in your application? We have a three-element-docking-pane on the main menu area of our major app (app is MDI, but all modules open in new windows). The panes contain "sticky notes", a schedule...
by Tom
Tue Dec 21, 2010 5:45 am
Forum: eXpress++ Support
Topic: This is a browse
Replies: 15
Views: 24350

Re: This is a browse

Hi, Chris. I do use CodeJock intensively (Docking Panes, Task Dialoges, Buttons, Skins, Command Bars, Systray, Popups a.s.o.), but I found the CJ-calendar is oversized and not very handy to use. Data integration is much too complicated. My calendar can be used in four formats (month, year, quarter, ...
by Tom
Mon Dec 20, 2010 12:26 pm
Forum: eXpress++ Support
Topic: This is a browse
Replies: 15
Views: 24350

Re: This is a browse

Thanks, guys. :)

I'd love to show some stuff I created at the next ExpDevCon. We are currently working on a kind of demo. I will give it to you, Roger, as soon as it's finished.
by Tom
Mon Dec 20, 2010 11:45 am
Forum: eXpress++ Support
Topic: This is a browse
Replies: 15
Views: 24350

This is a browse

I'm working with ownerdrawing and XbpBrowses (DCBROWSES, to be honest) for quite a while now. This is rather simple, since DCBROWSE provides the "subclass" clause, and a new XbpBrowse-class with ownerdrawing features can be simply derived from DC_XbpBrowse, so all features of DCBROWSE are still supp...