.Net Framework 3.5 EntityDataSource and new dynamic data controls

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
9/6/2008 8:12:49 AM
Gravatar
Total Posts 18439

Re: .Net Framework 3.5 EntityDataSource and new dynamic data controls

Hi Kenneth,

Tried out the new setting, but it did not make any difference.

How did you do that, the setting wasn't implemented in svn trunk until late last night after you posted. Unless you got the code from my sandbox..

So I think this solves the problem.

Sorry, I'm confused what solves what problem? You mean you solved it? Its no longer hidden? Or you just plan to use Chrome?

Best,

Joe

9/8/2008 3:27:48 PM
Gravatar
Total Posts 22
Kenneth Haugland

Re: .Net Framework 3.5 EntityDataSource and new dynamic data controls


Hi Joe!

Seems like I was a bit to quick trying the new setting. In retrospect it is not very strange that there was noe difference .)

I have tried the setting now and it worked great. The Page settings are all shown now.

I have tried to make a uc and deployed it in mojoportal. I used the calender extender and it worked fine.

I made a new directory under bin with the 3.5sp1 and changed the references to the ajaxtoolkit in the web project.

Any chance there could be made a 3.5sp1 version as with the mono version?

Regards

Kenneth

 

 


 

9/9/2008 7:49:01 AM
Gravatar
Total Posts 18439

Re: .Net Framework 3.5 EntityDataSource and new dynamic data controls

Hi Kenneth,

I can't think of a way to make it easy like with Mono. With Mono we have separate MonoDevelop project files, but in VS we will be using the same project files and references are included in the .csproj file. If we make separate projects and solutions for framework 3.5 it will be a maintenance problem to make sure new files are added to each project.

If you want to zip the 3.5 version dll files and send them to me I'll add them under _libs\net35

but the people who want to use it will have to change the references themselves. If you can outline the basic steps that worked I can add a developer document with those steps.

I'm still a little confused. Is it working for you now with the Tabs enabled or only with them disabled?

Best,

Joe

9/9/2008 4:54:09 PM
Gravatar
Total Posts 22
Kenneth Haugland

Re: .Net Framework 3.5 EntityDataSource and new dynamic data controls

Hi Joe!

When I used the new setting it worked much better. All the content was shown then. ie <add key="DisableExtJsTabs" value="true" />

The procedure to change the ajaxextensions were pretty much the same as you suggested. 

I can redo the procedure and write down what I did, but I dont have time for that before the weekend.

Thanks for the quick answers.

Regards

Kenneth

 

 

9/10/2008 7:27:06 AM
Gravatar
Total Posts 18439

Re: .Net Framework 3.5 EntityDataSource and new dynamic data controls

Ok, so if I understand you correctly, you are saying that though you are able to use the 3.5 framework version of ajaxtoolkit, it doesn't work with ExtJs tabs (the content is hidden if ExtJs tabs are enabled). This is really the main thing I was wanting to find out. More and more I've been having various problems with ExtJs tabs, problems with display in Firefox 3, problems when using an FCKeditor in more than 1 tab. Since the new version of ExtJs has changed the license to GPL, I can no longer upgrade to new versions of ExtJs.

So I'm thinking of switching to YUI tabs everywhere that we are currently using ExtJs tabs. YUI tabs has worked for me in a few places where I've tried it where ExtJs didn't work well. Once I have switched it, you can tell me if it works with the .NET 3.5 version of ajaxtoolkit.

I have added a folder under _libs with the 3.5 versions of ajaxtoolkit and enterprise blocks 4.0. We have not been able to use enterprise block historically due to the license but in the 4.0 release they changed to MsPl license which is compatible. I still can't use it in the core of mojoportal until we change the target runtime to 3.5. Not sure yet when we will do that but it is only a matter of time.

Best,

Joe

9/10/2008 5:38:19 PM
Gravatar
Total Posts 18439

Re: .Net Framework 3.5 EntityDataSource and new dynamic data controls

I just committed the change to trunk with YUI tabs now being used on Page Settings and Site Settings. Please let me know if it works for you using the .NET 3.5 version of ajax.

Thanks,

Joe

9/12/2008 1:46:37 AM
Gravatar
Total Posts 22
Kenneth Haugland

Re: .Net Framework 3.5 EntityDataSource and new dynamic data controls

Hi!

I tried it out yesterday, worked fine. A bit different layoyt, but still looks good.

Regards

Kenneth

You must sign in to post in the forums. This thread is closed to new posts.