Print Page | Close Window

Compatibility with Infragistics/Sheridan

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: General Discussion
Forum Description: Topics Related to Active-X COM Development in General
URL: http://forum.codejock.com/forum_posts.asp?TID=1500
Printed Date: 29 April 2024 at 5:14am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Compatibility with Infragistics/Sheridan
Posted By: Routchkan
Subject: Compatibility with Infragistics/Sheridan
Date Posted: 07 December 2004 at 7:20am
Hi All,

We testing Xtreme Suite and found some problems in compatibility with other controls.
We have also Date, Text and Number controls from Infragistics, and when i use one of this controls together with TaskPanel or with ReportControl from Xtreme Suite, application crash with error...
For example, here is the sample of code:

---- cut here ----

Set Group = wndTaskPanel.Groups.Add(0, "Zeitraum ")
Group.Items.Add 0, "date", xtpTaskItemTypeText
Set Item = Group.Items.Add(0, "", xtpTaskItemTypeControl)
Set Item.Control = TDBDate

---- cut here ----

What date and number controls can i use?
Text control from Microsoft is not desirable.

WBR,
Mikhail Routchkan




Replies:
Posted By: SuperMario
Date Posted: 07 December 2004 at 8:00am
Maybe place the control in a picturebox or frame and add it?


Posted By: Routchkan
Date Posted: 07 December 2004 at 8:06am
Hello,

Thanks for your answer,
I have made it, with picturebox from Microsoft and with frame from ComponentOne - the same story....



Posted By: SuperMario
Date Posted: 08 December 2004 at 6:27am
So picturebox didn't work for all you components?


Posted By: Routchkan
Date Posted: 08 December 2004 at 6:55am
Hi!

Unfortunately, picturebox also don't work.

I crashed each time I placed the DateControl from ComponentOne (True DBInput Pro 8.0)  in the picturebox.
When I place microsoft textcontrol - all is ok.
The same prloblem i have, when I want to set this control with data from ReportControl
'--------------------
frmPreviewPane.tdt(0).value = wndReportControl.FocusedRow.Record(2).Value
'---------------------
frmPreviewPane is also TaskPanel with controls from ComponentOne. I placed them without binding to GroupItems



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net