Nikita Bragin

Results 21 comments of Nikita Bragin

Confirmed. I have the same issue. here is my logs [latest.log](https://github.com/CaffeineMC/sodium-fabric/files/8855434/latest.log)

Same error. ``` ld: Undefined symbols: wxOnAssert(char const*, int, char const*, char const*, wchar_t const*), referenced from: hx::widgets::ArrayString_obj::item(int) in edf3cd3c_ArrayString.o wxNavigationEnabled::wxNavigationEnabled() in edf3cd3c_ListCtrl.o hx::widgets::CalendarCtrl_obj::get_date() in edf3cd3c_CalendarCtrl.o hx::widgets::__CalendarCtrl_objget_date(hx::Object*) in edf3cd3c_CalendarCtrl.o hx::widgets::CalendarCtrl_obj::__Field(String...

haxeui-core: [1.6.0] haxeui-hxwidgets: [1.6.0] hxcpp: [4.3.2] hxWidgets: [1.11.0] and wxwidgets 3.2.4 trying to compile on MacBook Pro M2

FOUND FIX FOR THIS!!! i added `-D HXCPP_ARM64` in hxwidgets.hxml and it compiles successfully! ``` -cp src -main Main -lib haxeui-core -lib haxeui-hxwidgets -lib hxWidgets -D ABI=-MD -D WXSTATIC -D...

> FYI, you almost _certainly_ want to be using the git versions of haxeui-* and hxWidgets... 1.6 is EXTREMELY old. Although, if its compiling maybe for now "dont touch anything",...

after installing haxeui from git, i having issues with compiling now. ``` wxWidgets version detected as 3.2.4 /usr/local/lib/haxe/lib/haxeui-core/git/haxe/ui/macros/ComponentMacros.hx:674: unsupported {pos: #pos(src/MainView.hx:5: lines 5-10), expr: ECall({pos: #pos(src/MainView.hx:5: characters 16-34), expr: EField({pos:...

Here are bugs with default dark theme in macos. main.css has fully commented colors/shadows/etc. when i go light mode, text appears, but Side items menu keeps dark (with black text...

As you can see, restarting application (in light mode) should fix that. If i restart in dark mode, problem persists. You can understand who is who by text color -...

As i know, there's https://docs.wxwidgets.org/3.0/classwx_system_settings.html which can be used to get system colors. I used it when tried to write code editor implementation in wxpython, so my app follows system...

> unless maybe its just the responsive demo... ... ... ... ? I removed all colours from css. You can examine my main.css attached to previous message. (As [main.css.txt](https://github.com/haxeui/hxWidgets/files/13573210/main.css.txt)) I'll...