bright-gpu-74537
06/25/2022, 12:56 PMStageSizeScaleMode stuff, thought the zoom thing was the only thing 🙂 )bright-gpu-74537
06/25/2022, 1:13 PMsilly-alligator-51979
06/25/2022, 1:20 PMbright-gpu-74537
06/25/2022, 2:19 PMbright-gpu-74537
06/25/2022, 2:20 PMnew function in my test apphallowed-ocean-84954
06/25/2022, 3:35 PMbright-gpu-74537
06/25/2022, 3:36 PMhallowed-ocean-84954
06/25/2022, 3:37 PMhallowed-ocean-84954
06/25/2022, 3:37 PMhallowed-ocean-84954
06/25/2022, 3:37 PMbright-gpu-74537
06/25/2022, 3:37 PMbright-gpu-74537
06/25/2022, 3:37 PMhallowed-ocean-84954
06/25/2022, 3:38 PMhallowed-ocean-84954
06/25/2022, 3:38 PMhallowed-ocean-84954
06/25/2022, 3:38 PMhallowed-ocean-84954
06/25/2022, 3:43 PMbright-gpu-74537
06/25/2022, 3:44 PMI was having a lot of macro-related compiler errors in haxeui... but I "fixed" it by just disabling the compilation server in VScode
I know it's been brought up before, and it doesn't seem like an easy thing to fix. But man I could not compile twice in a row without an error
In my settings.json, I put "haxe.enableCompilationServer": false and that's it. Hope that helps someone else
Your compiles will be a second slower but you won't waste 30 seconds crashing and restarting the compilation server anyway
And you keep macro'd code completion, since that's a separate thingbright-gpu-74537
06/25/2022, 3:44 PMhallowed-ocean-84954
06/25/2022, 3:45 PMhallowed-ocean-84954
06/25/2022, 3:45 PMbright-gpu-74537
06/25/2022, 3:46 PMbright-gpu-74537
06/25/2022, 3:47 PMhallowed-ocean-84954
06/25/2022, 3:48 PMbright-gpu-74537
06/25/2022, 3:48 PMtext="123" would have also caused the problemhallowed-ocean-84954
06/25/2022, 3:49 PMbright-gpu-74537
06/25/2022, 3:50 PMbright-gpu-74537
06/25/2022, 3:56 PMbright-gpu-74537
06/25/2022, 3:58 PMdropdown.searchField.registerEvent(...)... i think this makes more sense rather than trying to guess what people would want to do with the search fieldbright-gpu-74537
06/25/2022, 4:23 PMDropDown.searchField) - note, you dont have to actually open the dropdown to be able to get (or replace) the text field (usually the dropdown handler is only created once you open the dropdown), the dropdown will be smart enough to just create the search field on demand - or use the one you provide if you want (myDropdown.searchField = myTextField)bright-gpu-74537
06/25/2022, 4:23 PMhaxe
myDropDown.searchField.styleString = "background-color: #CCFFCC";