Still have not moved to 6.4 because the final release is not completed.
1) What is the current roadmap date for the final 6.4 release?
2) I want to implement the Aurigma control... in your sample you use 6.4 to implement it:
http://www.visualwebgui.com/Developers/Resources/Tutorials/tabid/365/articleType/ArticleView/articleId/777/How-to-implement-Visual-WebGui-custom-control.aspx
I want to use this in 6.3.xxx - before I go down this path, I would like to know if I have a good chance at success by just using the control wrapper in 6.3.xxx - in the sample a lot more was discussed on the client resources... I am just looking for a default way to use the control, but it seems that this control might force me to 6.4. Please give detailed information if possible on what I am trying to accomplish.
I tried this and right at the beginning I get an error of "Height value should be in pixel units" in AspControlBoxBase.cs at the line:
if (objHostedControl != null)
Any Ideas?
OK, a completely different approach here. What about using an asppagebox to use this control? I just created an aspx page and dropped the control onto it, and dropped the asppagebox onto a VWG popup form, and placed this aspx page as the path. The control showed up perfectly. This may be the way to go. I have had hours of difficulty getting wrapped controls to work perfectly. So now how do I use the events this way? Should I pass the parameters that are needed into the asppagebox, and just use the events as I normally would inside an asp.net app? Any particular tricks to know about to send info back and forth between VWG and the asppagebox? It looks as if I have all the events I normally would inside an asp.net application, but I am wondering how this will all stay secure. The VWG application will be hosted inside HTTPS, and the asppagebox will only be used inside a VWG form obviously, so there will be no URL that the user could access. From this description, does it sound like the aspx page will also be inside of HTTPS?
Lots of different questions in here... please touch on all of them if you can.
Thanx!