Coolite 0.82 on Mono

Page 4 of 4 FirstFirst ... 234
  1. #31

    RE: Coolite 0.82 on Mono

    See this post. The guy made working coolite 1.0 on mono

    http://forums.ext.net/showthread.php...2.aspx#bm31088
  2. #32

    RE: Coolite 0.82 on Mono

    I don't have access to SVN. I download the JSON.net project from here http://ext.net/download/1-0-0/Json.NET.zip and compiled using monodevelop. Use the dll file in asp.net ver 1 preview sample but still get same error. I will ask him to provide project file.
  3. #33

    RE: Coolite 0.82 on Mono

    could you say how to move:
    <ExtraParams>
      <ext:Parameter Name="values" Value="#{FormPanel1}.getForm().getValues()" Mode="Raw" />
    </ExtraParams>
    from xml markup to codebehind?

    i'am testing Form-CompositeField-Overview in mono




  4. #34

    RE: Coolite 0.82 on Mono

    Hi Angel, suppose the ExtraParams have been specified for control with Id ctl1. Then use the following:

    ctl1.ExtraParams.Add(new Ext.Net.Parameter(){Name="values", Value="#{FormPanel1}.getForm().getValues()", Mode="Raw"});
    Change Ext.Net.Parameter to Coolite.Ext.Web.Parameter if you are on a version previous than 1.0.
  5. #35

    RE: Coolite 0.82 on Mono

    1. thanks , your code works fine !
  6. #36

    RE: Coolite 0.82 on Mono

    This bug is now fixed in Mono trunk (see https://bugzilla.novell.com/show_bug.cgi?id=601290) and the fix will be in Mono-2.6.5.
  7. #37

    RE: Coolite 0.82 on Mono

    it seems that works well.

    I applied the patch to my mono-2.6.4 on ubuntu 10.04,
    downloaded code from example "Desktop" ( Coolite 1.0)
    and ran perfectly on my machine without any change

    I tested other examples like :
    "ListView/Basic/Overview /"
    "GridPanel/Miscellaneous/Submit_Two_Grids /"
    "TreePanel/Advanced/TreeGrid"
    "Keys/Panel_Keys/Grid_Rows_Delete"
    "Form/FormPanel/Basic/"
    "Form/FormPanel/Validation"
    "GridPanel/System.Data/DataTable/"
    and they all run fine.


    but when I run the example "TreePanel / Advanced / ColumnTree" this exception occurs:

    <h1>Server Error in '/' Application</h1><hr style="color: silver;"><h2>Literal
    content not allowed for Ext.Net.TreeNodeUIProviders
    </h2>


    Description: HTTP 500. Error processing request.</p>


    Stack Trace: </p><table summary="Stack Trace" class="sampleCode">
    <tbody><tr><td>System.Web.HttpException: Literal content not allowed for Ext.Net.TreeNodeUIProviders
    at System.Web.UI.CollectionBuilder.AppendLiteralStrin g (System.String s) [0x00000] in <filename unknown>:0
    at System.Web.Compilation.AspGenerator.FlushText (Boolean ignoreEmptyString) [0x00000] in <filename unknown>:0
    at System.Web.Compilation.AspGenerator.TextParsed (ILocation location, System.String text) [0x00000] in <filename unknown>:0
    at System.Web.Compilation.AspGenerator.TagParsed (ILocation location, TagType tagtype, System.String tagid, System.Web.Compilation.TagAttributes attributes) [0x00000] in <filename unknown>:0
    at System.Web.Compilation.AspParser.OnTagParsed (TagType tagtype, System.String id, System.Web.Compilation.TagAttributes attributes) [0x00000] in <filename unknown>:0
    at System.Web.Compilation.AspParser.Parse () [0x00000] in <filename unknown>:0
    at System.Web.Compilation.AspGenerator.Parse (System.IO.TextReader reader, System.String filename, Boolean doInitParser) [0x00000] in <filename unknown>:0
    at System.Web.Compilation.GenericBuildProvider`1[TParser].Parse () [0x00000] in <filename unknown>:0
    at System.Web.Compilation.GenericBuildProvider`1[TParser].GenerateCode () [0x00000] in <filename unknown>:0
    at System.Web.Compilation.GenericBuildProvider`1[TParser].GenerateCode (System.Web.Compilation.AssemblyBuilder assemblyBuilder) [0x00000] in <filename unknown>:0
    at System.Web.Compilation.BuildManager.GenerateAssemb ly (System.Web.Compilation.AssemblyBuilder abuilder, System.Web.Compilation.BuildProviderGroup group, System.Web.VirtualPath vp, Boolean debug) [0x00000] in <filename unknown>:0 </td></tr>
    </tbody></table>
    <hr style="color: silver;">Version information: Mono
    Runtime Version: <tt>2.6.4 (tarball sáb may 1 14:50:33 COT 2010)</tt>;
    ASP.NET Version: <tt>2.0.50727.1433</tt>

  8. #38

    RE: Coolite 0.82 on Mono

    Version 1.0 preview run fine on Mono 2.6.5. Mac &amp; Opensuse.
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. [1.0] Just for fun... MacOS and Mono
    By state in forum Open Discussions
    Replies: 19
    Last Post: Apr 16, 2010, 12:56 PM
  2. Mono vs coolite 0.8
    By ZIgi in forum 1.x Help
    Replies: 18
    Last Post: Sep 18, 2009, 1:45 PM
  3. Coolite + Mono 2.0 + Linux(OpenSuse 11.0)
    By saaguilerac in forum Open Discussions
    Replies: 6
    Last Post: Dec 18, 2008, 10:25 PM
  4. Mono Support = Looking Promising :)
    By tobinharris in forum Open Discussions
    Replies: 3
    Last Post: Mar 31, 2008, 3:04 PM
  5. Mono Support
    By tobinharris in forum Open Discussions
    Replies: 4
    Last Post: Mar 28, 2008, 6:27 PM

Posting Permissions