Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Infragistics grid and widgets
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Paulus
New Member

8 Posts

Posted - Apr 23 2004 :  12:27:29 PM  Show Profile
Anyone here use VAX with Infragistics tools?

Using default intellisense they autocomplete in VB, but not VC++
(I think the tool is written in c#)
I am trying build 1230 to alleviate this problem, but it too
does not seem to see any of the methods or properties of the grid in c++.

I really like the look of VAX, after only fooling around for 30 mins, and was hoping to be able to use it for the Infragistics tools

regards
Paulus

support
Whole Tomato Software

5566 Posts

Posted - Apr 23 2004 :  12:41:00 PM  Show Profile
Are the directories of headers for Infragistics tools specified in your IDE settings? If so, which settings?

Click on the #include of a header from Infragistics and tell us what appears in our Definition field at the top of your source window? We expect the full path name of the header.

Whole Tomato Software, Inc.
Go to Top of Page

Paulus
New Member

8 Posts

Posted - Apr 23 2004 :  1:41:43 PM  Show Profile
There are no .h files that I can see. The compoent is a .net component built with c#. Can VAX parse the reference assemblies in .NET ?
Go to Top of Page

hfann
Junior Member

Canada
12 Posts

Posted - Apr 26 2004 :  1:21:27 PM  Show Profile
In order to get intellisense in MC++ for Infragistics controls, use #using <...> statement to import the dlls. You need to do it once for each rebuild.

Herbert
-----
http://www.fannsoftware.com
Go to Top of Page

Paulus
New Member

8 Posts

Posted - Apr 27 2004 :  2:13:03 PM  Show Profile
Thanks for the suggestion Hfann, but still no joy.
Btw the infragistics tree control works fine, and gives all the intellisense you need, just not their grid.
Is it possible that the grid has too many methods, and Vax and Intellisense choke on it?

have looked at their dll
Infragistics.Win.UltraWinGrid.v3.1.dll
with ILDasm and can see all the classes and methods no problem

project compiles and runs fine.

If I press Ctrl Spacebar to the right of ultrawingrid1->
I get:
Intellisense: 'Expression to the left of . or -> has a type which could not be resolved'
Go to Top of Page

Paulus
New Member

8 Posts

Posted - Apr 27 2004 :  2:21:03 PM  Show Profile
Another point of interest

have added the following two lines to my stdafx.h file

#using <C:\\Program Files\\Infragistics\\UltraWinTree\\v3.1\\Infragistics.Win.UltraWinTree.v3.1.dll>

#using <C:\\Program Files\\Infragistics\\UltraWinGrid\\v3.1\\Infragistics.Win.UltraWinGrid.v3.1.dll>

When I click on UltraWinTree, I get namespace Infragistics.Win.UltraWinTree up above in the context window,
when I click on UltraWinGrid, I get nothing.

Hope this helps track it down

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000