fredo Well-Known Member Licensed User Longtime User Sep 10, 2019 #1 In debug mode, the BCTextEngine automatically generates various log outputs ("Resize layers", "Invalid color"). Is it possible to suppress them in debug mode ?
In debug mode, the BCTextEngine automatically generates various log outputs ("Resize layers", "Invalid color"). Is it possible to suppress them in debug mode ?
DonManfred Expert Licensed User Longtime User Sep 10, 2019 #2 BCTextEngine is a b4xlib Rename BCTextEngine.b4xlib to BCTextEngine.b4xlib.zip Extract the source, remove the debuglogs, put the source back to the zip Rename BCTextEngine.b4xlib.zip to BCTextEngine.b4xlib Upvote 0
BCTextEngine is a b4xlib Rename BCTextEngine.b4xlib to BCTextEngine.b4xlib.zip Extract the source, remove the debuglogs, put the source back to the zip Rename BCTextEngine.b4xlib.zip to BCTextEngine.b4xlib
fredo Well-Known Member Licensed User Longtime User Sep 10, 2019 #3 DonManfred said: Rename, Extract, remove, zip, rename Click to expand... Done, done, done, done, done. Solved. Thanks Don. I didn't have this mighty advantage of the b4xlibs at all on the screen. Upvote 0
DonManfred said: Rename, Extract, remove, zip, rename Click to expand... Done, done, done, done, done. Solved. Thanks Don. I didn't have this mighty advantage of the b4xlibs at all on the screen.
DonManfred Expert Licensed User Longtime User Sep 10, 2019 #4 The point is that b4xlib does contain the B4X Source and it is just a ZIP file. A important information. Worth to remember ;-) Upvote 0
The point is that b4xlib does contain the B4X Source and it is just a ZIP file. A important information. Worth to remember ;-)
Erel B4X founder Staff member Licensed User Longtime User Sep 11, 2019 #5 The resize layers message will be removed. The other messages aren't "debug" messages. Upvote 0