Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > General Discussion
  New Posts New Posts RSS Feed - Compatibility with Infragistics/Sheridan
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Compatibility with Infragistics/Sheridan

 Post Reply Post Reply
Author
Message
Routchkan View Drop Down
Newbie
Newbie


Joined: 07 December 2004
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote Routchkan Quote  Post ReplyReply Direct Link To This Post Topic: Compatibility with Infragistics/Sheridan
    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

Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 07 December 2004 at 8:00am
Maybe place the control in a picturebox or frame and add it?
Back to Top
Routchkan View Drop Down
Newbie
Newbie


Joined: 07 December 2004
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote Routchkan Quote  Post ReplyReply Direct Link To This Post 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....

Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 08 December 2004 at 6:27am
So picturebox didn't work for all you components?
Back to Top
Routchkan View Drop Down
Newbie
Newbie


Joined: 07 December 2004
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote Routchkan Quote  Post ReplyReply Direct Link To This Post 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


Edited by Routchkan
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.