Execution timed-out
-
This Is Def Causes By LooknFeel :(
-
@Natan Have a Look on it... Working fine here.... https://youtu.be/f684RYayYKY
-
@Natan No error on my system...
-
@ustk Just Move Your Mouse Up And Down Over The Combo Box Items,
And What Commit Youre USing?
-
Im On LookandFeel
HISE-61257a81932a80064af8d2949e882f1a5ddb9138https://github.com/christophhart/HISE/commit/61257a81932a80064af8d2949e882f1a5ddb9138
-
@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 -
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 -
@Natan here is the code same as snippet..no error ... may be it's a version issue...
-
@Rudra-Ghosh Mate, Just Move Your Mouse Up n Down Like Crazy Over The Combobox Items
-
@Rudra-Ghosh What Commit Youre Using?
-
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"); } });
-
@Natan Last commit here, moving mouse like crazy, no errors...
-
@ustk Can You Please Point Me To The Commit
Thank You Sir -
@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 -
@Natan Of course, look at my post right above :)
-
@ustk Haha, I See No Links Or Commit Version :)
This One
commit 3cad017c7ad22f580c05b5a4de743ac6251428bfremoved text in expansion column
https://github.com/christophhart/HISE/commit/3cad017c7ad22f580c05b5a4de743ac6251428bf -
@Natan The last is... the last... :)
-
@Natan No, No problem found in LAF Code... with the latest Commit ... working fine...
-
I Pretty Stocked Here
The same Snippet Throws Me Errors, But Works Fine On Other Computers :(
-
@Natan I am getting same error....