[CLOSED] Extending Ext.net Control / Creating Custom Control

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Extending Ext.net Control / Creating Custom Control

    hello,

    I've been trying to figure out how to create a custom component/components based on http://www.sencha.com/forum/showthread.php?205576 but I'm stuck when embedding resources. I get a streamreader null exception in ResourceManager.WriteLine where I'm trying to do this.

    resources.Add(new ClientScriptItem(typeof(UploadButton), "MyProject.Resources.Button.js", ""));
    I have it added to the assemblyinfo.cs file and am able to manually get the contents from the assembly, but I can't seem to get past this.

    Any help would be appreciated,
    Thanks.
    Last edited by Daniil; Dec 02, 2014 at 8:43 PM. Reason: [CLOSED]

Similar Threads

  1. [CLOSED] Creating Custom Control From Ext.Net.Label in MVC 4.0
    By randhir in forum 2.x Legacy Premium Help
    Replies: 7
    Last Post: Dec 26, 2013, 2:04 PM
  2. [CLOSED] Error creating custom control for date picker.
    By speedstepmem4 in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 18, 2013, 8:18 AM
  3. [CLOSED] Creating custom control on server side
    By AnulekhaK in forum 1.x Legacy Premium Help
    Replies: 11
    Last Post: Feb 21, 2012, 10:15 AM
  4. [CLOSED] Creating a control by extending the ext:TextField control
    By Shanth in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Sep 12, 2011, 2:58 PM
  5. [CLOSED] Creating custom control
    By jchau in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 29, 2010, 6:03 PM

Posting Permissions