[CLOSED] Howto show a windows from a class

Threaded View

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

    [CLOSED] Howto show a windows from a class

    Hello

    I am struggling with the simple task to show a window from a class file. If I show it from main aspx.cs from a direct method I normally do it like this:
    Window win = new Window();
    win.Render(this.Form);
    but from a class file "this.Form" is not working. What is the best way to do it from a class file? Using "getcmp" or ...?

    Thank you very much for any tip in the right direction.

    best regards
    Last edited by Daniil; Oct 15, 2015 at 6:37 PM. Reason: [CLOSED]

Similar Threads

  1. Replies: 3
    Last Post: Feb 20, 2014, 4:24 AM
  2. Replies: 7
    Last Post: Feb 01, 2011, 6:41 AM
  3. [CLOSED] BUG desktop modal windows doen't show context menu in FF
    By juanpablo.belli@huddle.com.ar in forum 1.x Legacy Premium Help
    Replies: 13
    Last Post: May 28, 2010, 7:22 AM
  4. Windows 2007 - window.show not working
    By Tbaseflug in forum 1.x Help
    Replies: 0
    Last Post: Apr 16, 2010, 3:42 PM
  5. Replies: 2
    Last Post: Apr 02, 2009, 8:13 AM

Posting Permissions