HISE Logo Forum
    • Categories
    • Register
    • Login

    Execution timed-out

    Scheduled Pinned Locked Moved General Questions
    44 Posts 6 Posters 2.0k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • NatanN
      Natan @ustk
      last edited by

      @ustk Just Move Your Mouse Up And Down Over The Combo Box Items,

      And What Commit Youre USing?

      1 Reply Last reply Reply Quote 0
      • NatanN
        Natan
        last edited by

        Im On LookandFeel
        HISE-61257a81932a80064af8d2949e882f1a5ddb9138

        Link Preview Image
        - fixed ScriptPanel image resources not being updated when the refere… · christophhart/HISE@61257a8

        The open source framework for sample based instruments - - fixed ScriptPanel image resources not being updated when the refere… · christophhart/HISE@61257a8

        favicon

        GitHub (github.com)

        1 Reply Last reply Reply Quote 0
        • NatanN
          Natan @A Former User
          last edited by Natan

          @Rudra-Ghosh Your'e On Wrong Commit Buddy, I'm On A Newer Version

          Check Your Combobox Is Like The Normal, Mine Has Some Changes In How It Looks.
          And You Removed The LookandFeel

          1 Reply Last reply Reply Quote 0
          • NatanN
            Natan
            last edited by

            This Happens On My Win n Mac Machine, Both On the Same Build :(
            By Moving Mouse Cursor Over The Combo Box Items, Time Execution Error, Pops Up

            1 Reply Last reply Reply Quote 0
            • ?
              A Former User
              last edited by

              @Natan here is the code same as snippet..no error ... may be it's a version issue... Commit.gif

              1 Reply Last reply Reply Quote 0
              • NatanN
                Natan
                last edited by

                @Rudra-Ghosh Mate, Just Move Your Mouse Up n Down Like Crazy Over The Combobox Items

                1 Reply Last reply Reply Quote 0
                • NatanN
                  Natan
                  last edited by Natan

                  @Rudra-Ghosh What Commit Youre Using?

                  1 Reply Last reply Reply Quote 0
                  • NatanN
                    Natan
                    last edited by

                    I removed These LAF Lines And Error Goes Away

                    laf.registerFunction("drawPopupMenuBackground", function(d, obj)
                    {
                        d.fillAll(0XFF171717);
                        d.setColour(Colours.red);
                        
                        d.drawRect([0, 0, obj.width, obj.height], 0);
                    });
                    
                    
                    laf.registerFunction("drawPopupMenuItem", function(g, obj)
                    {
                        var a = obj.area;
                        var h = a[3];
                        
                        if(obj.isSeparator)
                        {
                            g.setColour(0XFF171717);
                            g.drawLine(a[0]+10, a[0] + a[2]-10, a[1] + a[3]/2, a[1] + a[3]/2, 1.0);
                            return;
                        }
                        
                        if(obj.isTicked)
                        {
                            g.setColour(0xFF727272);
                            g.fillEllipse([a[0] + h/3, a[1] + h/3, h/3, h/3]);
                        }
                        
                        g.setFont("Averta-Medium", 16);
                        
                        if(obj.isHighlighted)
                        {
                            g.setColour(0x26bababa);
                            g.fillRect(obj.area);
                            g.setColour(Colours.white);
                            g.drawAlignedText(obj.text, [a[0] + h, a[1], a[2] - h, a[3]], "left");
                        }else{
                            g.setColour(0xFF727272);
                            g.drawAlignedText(obj.text, [a[0] + h, a[1], a[2] - h, a[3]], "left");
                        }
                        
                    });
                    
                    
                    
                    ustkU ? 2 Replies Last reply Reply Quote 0
                    • ustkU
                      ustk @Natan
                      last edited by

                      @Natan Last commit here, moving mouse like crazy, no errors...

                      Can't help pressing F5 in the forum...

                      NatanN 1 Reply Last reply Reply Quote 0
                      • NatanN
                        Natan @ustk
                        last edited by

                        @ustk Can You Please Point Me To The Commit 👏
                        Thank You Sir

                        ustkU 1 Reply Last reply Reply Quote 0
                        • ?
                          A Former User @Natan
                          last edited by

                          @Natan But this is not the solution... we need Popup menu LAF too... Yeah, I have moved mouse over CB ... I think... I need to test it on ...
                          HISE-61256Lej1XqG89YWa2ah4gyv9xt8DXJjgMdb9138 commit

                          1 Reply Last reply Reply Quote 0
                          • ustkU
                            ustk @Natan
                            last edited by ustk

                            @Natan Of course, look at my post right above :)

                            Can't help pressing F5 in the forum...

                            1 Reply Last reply Reply Quote 0
                            • NatanN
                              Natan
                              last edited by

                              @ustk Haha, I See No Links Or Commit Version :)
                              This One
                              commit 3cad017c7ad22f580c05b5a4de743ac6251428bf

                              removed text in expansion column
                              https://github.com/christophhart/HISE/commit/3cad017c7ad22f580c05b5a4de743ac6251428bf

                              ustkU 1 Reply Last reply Reply Quote 0
                              • ustkU
                                ustk @Natan
                                last edited by

                                @Natan The last is... the last... :)

                                Can't help pressing F5 in the forum...

                                1 Reply Last reply Reply Quote 1
                                • ?
                                  A Former User
                                  last edited by

                                  @Natan No, No problem found in LAF Code... with the latest Commit ... working fine...

                                  1 Reply Last reply Reply Quote 0
                                  • NatanN
                                    Natan
                                    last edited by

                                    I Pretty Stocked Here

                                    The same Snippet Throws Me Errors, But Works Fine On Other Computers :(

                                    Tania GhoshT 1 Reply Last reply Reply Quote 0
                                    • Tania GhoshT
                                      Tania Ghosh @Natan
                                      last edited by

                                      @Natan I am getting same error....Same.jpg

                                      Tania Ghosh

                                      NatanN 1 Reply Last reply Reply Quote 0
                                      • NatanN
                                        Natan @Tania Ghosh
                                        last edited by

                                        @Tania-Ghosh Could You Please Post A Video
                                        I Guess This Is A Bug :/

                                        Tania GhoshT 1 Reply Last reply Reply Quote 1
                                        • Tania GhoshT
                                          Tania Ghosh @Natan
                                          last edited by

                                          @Natan @Rudra-Ghosh https://youtu.be/FC5jzB02-Bo

                                          Tania Ghosh

                                          NatanN 1 Reply Last reply Reply Quote 1
                                          • NatanN
                                            Natan @Tania Ghosh
                                            last edited by

                                            Yeah I Told @Rudra-Ghosh n @ustk That There Is A Bug In This,

                                            My Whole Night Ruined To Find An Answer To This, Commenting Out 8000 Lines Of My Script,
                                            :)
                                            Thank You @Tania-Ghosh

                                            d.healeyD 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            17

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            102.7k

                                            Posts