You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installed WidgetBook package in my project, I realized there is an incompatibility between Bitsdojo_window package and widgetbook package.
This "issue" is not very complicated to understand and it's fully comprehensive why it's incompatible. Nothing error for those packages.
Localization of issue (in windows OS) :
this added 2 lines in the main.cpp windows file block window widgetbook to launch
#include <bitsdojo_window_windows/bitsdojo_window_plugin.h>
auto bdw = bitsdojo_window_configure(BDW_CUSTOM_FRAME | BDW_HIDE_ON_STARTUP);
Each of context application (real app and widgetbook app) have their own entrypoint dart file.
My question is :
How can I create a dynamic system of include into main.cpp ?
I can inject pre-defined env var into this and read this but How can I create conditionnal/dynamic system that comment/decomment those 2 lines into main.cpp (or others) ?
Thank you for your package and your recommandation about this problem.
The text was updated successfully, but these errors were encountered:
Hello BitsDojo,
When installed WidgetBook package in my project, I realized there is an incompatibility between Bitsdojo_window package and widgetbook package.
This "issue" is not very complicated to understand and it's fully comprehensive why it's incompatible. Nothing error for those packages.
Localization of issue (in windows OS) :
this added 2 lines in the main.cpp windows file block window widgetbook to launch
Each of context application (real app and widgetbook app) have their own entrypoint dart file.
My question is :
How can I create a dynamic system of include into main.cpp ?
I can inject pre-defined env var into this and read this but How can I create conditionnal/dynamic system that comment/decomment those 2 lines into main.cpp (or others) ?
Thank you for your package and your recommandation about this problem.
The text was updated successfully, but these errors were encountered: