Get "this" for current component in Global laf
-
@ulrik Why do you need the value in the laf? Is it for styling purposes?
-
@d-healey that's not working in my Hise
-
@d-healey said in Get "this" for current component in Global laf:
@ulrik Why do you need the value in the laf? Is it for styling purposes?
Yes
-
@ulrik said in Get "this" for current component in Global laf:
@d-healey that's not working in my Hise
Which version are you using?
@ulrik said in Get "this" for current component in Global laf:
@d-healey said in Get "this" for current component in Global laf:
@ulrik Why do you need the value in the laf? Is it for styling purposes?
Yes
Well if you have the list of items in an array and you know what the selected text is, you could use indexOf to find the value.
-
@d-healey said in Get "this" for current component in Global laf:
I can't get the local look and feel to work, I guess I'm doing something wrong...
HiseSnippet 840.3ocsU01aSCCD1taFnEP.B9ADsOUjFUs7x.IDhs0thpXaTQAD7Ijqy0VScribbnTg3+E+r3e.bNocIk0gPUP9fUt64NmGe44N22ZDPRhwRnUey7XfPuFavbsaR6IbolzqCgda1XkYHWoLlobc3H.TjCmGySRfPBkt0K7ARqtMI64GO+PthqEPgKB4cFo.NVFIcEd6u+KkJUWdH7FYTone398DFcaixjhjZKVSRLWLkOFNk6CqBiPuzQgRmwNvwcPBgt8glv4ClXloyi+cxD4PE3MZQFfaTt6tFUnmwduj1Sjpv9KO7IDbW5WTJ1JuTbG1IxP4Y9KJI2LCHnHix0CZkUo2VqPuVkoWyRzaMThVhRamSoawFHrxXWAhmOWk0S6.6HNV1KSk7XIU9Nk01fQncMh3SgtVz3rLpuWyl6FfK28o0pgk9DWfhOJ3YAKSQXA7jbrQvUGiZfCzgcQMPce3XfMrvXYBtWcS0BmznquSnkOquINM9DPm1yAQ6ravnkni2MvL7S2s1WqUE+.IFEzH1J0t5NqmLdLbm+MLzaCYH5+aEj7ybaPetFTkn5Xv01DEaznQ8cxP2AyH6kFIf6bGB7.f3KIWfQepwAuRWOie09VsfeGZzn0h4If0nTfcsvdIt8OkXccZzPvtKdpTovYAh+2WULwtXwTYstHudTJPitmV5dULnunN.xhhH91a60g63dE3BeXbwf0I8Tf1A9L1NmqGqx5.IScl3rXWT4Izq3xPu9R0pu9Sjnl7xr72+RQCub+4EFeX+YxP2jxNl.xwSbk83mEMqMtNDmLfL5FrCTpfBGwk0dI9IXXsy0ple89YqO.m+btdKrq1Dlp3tUa08y2V.f+xVo+x2CoSjt4km+8Oq++ukh2h0W5DSVOGqrFNh+X+evwESMuN6nQi.gqffay599+OiHIu1j5j5wmvcVIpoXmlFM.u3P.3WWiBMeKCshWbma2za6q.C.cXlwOwmEfs71zEfsVBRh3Bq4ih7FU+b4qj4A4jN6JoprS71AsHYMuXdrlMZRhvqH9nP3O92C62VeN2eCx4AaPNObCx4QaPN6sA473MHmm7Gywe67AoNSTd6.5n+QYSznzizbTYkoBI+BPPUgGs
This snippets Console.print returns nothing here, I'm on a develop build from April 3, what commit do you use?
-
@ulrik said in Get "this" for current component in Global laf:
This snippets Console.print returns nothing here, I'm on a develop build from April 3, what commit do you use?
Oh you're right! Looks like there is a bug - @Christoph-Hart
What about using a combobox?
-
@d-healey said in Get "this" for current component in Global laf:
@ulrik said in Get "this" for current component in Global laf:
This snippets Console.print returns nothing here, I'm on a develop build from April 3, what commit do you use?
Oh you're right! Looks like there is a bug - @Christoph-Hart
What about using a combobox?
I would like to avoid that
-
@ulrik Isn't it the same from a user's point of view?
-
@d-healey So the local look and feel didn't work for you either?
-
@ulrik No it doesn't get triggered for me.
-
@d-healey said in Get "this" for current component in Global laf:
@ulrik Isn't it the same from a user's point of view?
Yes maybe, but I have to rearrange a lot...
-
@ulrik Aha I see :)
-
@d-healey thank you for taking the time.
-
Why aren't you using a local look and feel? It's better and faster if you don't have to lookup the id and branch, but just assign each component the look and feel function that it needs.
-
@Christoph-Hart said in Get "this" for current component in Global laf:
Why aren't you using a local look and feel? It's better and faster if you don't have to lookup the id and branch, but just assign each component the look and feel function that it needs.
Scroll up :) Local LAF has a bug and doesn't work here.
Also - https://forum.hise.audio/topic/7533/local-laf-is-broken
-
@Christoph-Hart said in Get "this" for current component in Global laf:
Why aren't you using a local look and feel? It's better and faster if you don't have to lookup the id and branch, but just assign each component the look and feel function that it needs.
Yes I would but, as David says it seems to be broken.
-
-
@clevername27 Got a link?
-
@d-healey It's in one of my forum posts, I don't remember which. A search should do it? Let me know.
EDIT: This was the thread, but it doesn't seem to start at the first post?
Here ya go –
-
@clevername27 Does this fix the problem of local laf not working?