Compatibility with Infragistics/Sheridan |
Post Reply |
Author | |
Routchkan
Newbie Joined: 07 December 2004 Status: Offline Points: 4 |
Post Options
Thanks(0)
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 |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
Maybe place the control in a picturebox or frame and add it?
|
|
Routchkan
Newbie Joined: 07 December 2004 Status: Offline Points: 4 |
Post Options
Thanks(0)
|
Hello,
Thanks for your answer, I have made it, with picturebox from Microsoft and with frame from ComponentOne - the same story.... |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
So picturebox didn't work for all you components?
|
|
Routchkan
Newbie Joined: 07 December 2004 Status: Offline Points: 4 |
Post Options
Thanks(0)
|
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 Edited by Routchkan |
|
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 |