Results 1 to 6 of 6

Thread: a stupid form error -.-

  1. #1
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default a stupid form error -.-

    i get this

    [Runtime Error] : Exception: Cannot make a visible window modal in line 290

    I have set

    frmDesign.Visible := True;

    To

    frmDesign.Visible := False;

    it occurs here

    SCAR Code:
    Procedure SafeShowFormModal;
    var
      v: TVariantArray;
    begin
      setarraylength(V, 0);
      ThreadSafeCall('ShowFormModal', v); // HERE
    end;

    EDIT: i think i figured it out:

    i had this frmDesign.Enabled := False;

    but i set it to true now it works is this correct?

  2. #2
    Join Date
    May 2007
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hmmm u try it?

  3. #3
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by Jaghaxor View Post
    hmmm u try it?
    hmmmm you a spammer?


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  4. #4
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol dw fixed

  5. #5
    Join Date
    Jan 2007
    Location
    USA
    Posts
    1,782
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Jaghaxor View Post
    hmmm u try it?
    i|r

    Join the fastest growing merchanting clan on the the net!

  6. #6
    Join Date
    May 2007
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no just asking..... i like helping people.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. STUPID error...
    By Drakan in forum OSR Help
    Replies: 11
    Last Post: 05-20-2008, 07:32 PM
  2. Stupid error
    By yanix in forum OSR Help
    Replies: 6
    Last Post: 09-08-2007, 09:19 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •