Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with Docking examples #27

Open
danoli3 opened this issue Jan 14, 2025 · 1 comment
Open

Issues with Docking examples #27

danoli3 opened this issue Jan 14, 2025 · 1 comment

Comments

@danoli3
Copy link
Contributor

danoli3 commented Jan 14, 2025

Recent issues was working previously

@moebiussurfing
Copy link
Owner

moebiussurfing commented Jan 16, 2025

Hey @danoli3 ,
What platform / OF repo / ofxImGui repo are you currently using?

I am on Windows 11 / Visual Studio 2022.
Some months ago I rolled back (from GH) to OF 0.12.0 zip release
(because OF main branch was giving many errors related to new WIP file system / paths / strings that I must fix soon...)


Now I pulled to the updated https://github.com/Daandelange/ofxImGui
but I am having some issues with some ofxImGui examples too...
Sometimes these errors could affect this addon, I will check.
FYI: In theory this repo is mirrored with https://github.com/jvcleave/ofxImGui/tree/develop.
(and it would be merged to jvcleave/ofxImGui master some day.)

I asked to @Daandelange about all this bc there are some recent updates to his ofxImGui...
Sometimes ImGui core is updated into ofxImGui and also deprecates some stuff that I need to update/fix too.

Sorry for sharing this long 'internal' speech :) , just for your understanding.


In the meantime I tested some representative examples:

01_HelloWorld -> worked
04_ImGui_RAW -> worked
11_WidgetsBasic - worked
22_LogSystemHelpBoxes -> worked
23_NotifierSystem -> worked
30_SpecialWindows -> worked
31_SpecialWindowsAdvanced -> worked
Examples_5_MultipleInstances/53_Advanced -> worked

DOCKING EXAMPLES

32_DockingMinimal -> worked. You just need to press SHIFT while draggin windows.
Image

33_DockingRawBasic -> worked
Image

34_DockingRaw -> worked.
Image
(F1-F2 key commands seems broken now. I must fix this...)

36_LayoutsEngineDocking -> failed. This is a more advanced example that allows different docked layouts presets management. I'll fix it soon.

--

What example is failing and and what problems are you having in your setup?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants