AlexandreBrillant / Editix-xml-editor

EditiX XML Editor
Other
60 stars 22 forks source link

thanks for the community edition ... (jdock popups?!?) #2

Open chemstar opened 6 years ago

chemstar commented 6 years ago

however jdock popups were not notified about that

screenshotz

rolfschumacher commented 6 years ago

Yeah, these popups hinder me to love the product.

randomforest84 commented 6 years ago

This popup is generated by the callPop() call in src/com/japisoft/framework/dockable/DockableLayout.java

karges612 commented 5 years ago

so what we are supposed to do for this ? i tried to remove that line and ran ant but it threw error

citDennis commented 4 years ago

a little lower down you will see the content of callPop(), just remove everything between the curly braces { } That way, it won't do anything, regardless of where its called from.

Achille15 commented 2 years ago

a little lower down you will see the content of callPop(), just remove everything between the curly braces { } That way, it won't do anything, regardless of where its called from.

Sorry, but this didn't work, may be the file isn't the DockableLayout.java

citDennis commented 2 years ago

Achille, sorry man, its been 2 1/2 years. I don't think I've even used this software since that comment. A lot may have changed and I don't have the time to find out for you.I would just use a search tool to locate the offending text and see where in the code it is used, then disable that.

Achille15 commented 2 years ago

citDennis, thnx for your comment, sorry I bothered you but there was no other place where this issue is addressed and I modified the target file DockableLayout.java and the target function callPop() but nothing happened, so the problem in the first place is to target the function not finding it using a search tool.