![]() |
Missing Toolbar Library? - Printable Version +- yab | yet another Basic for HAIKU (https://yab.orgfree.com/forum) +-- Forum: Programming in yab (https://yab.orgfree.com/forum/forumdisplay.php?fid=1) +--- Forum: Help with programs (https://yab.orgfree.com/forum/forumdisplay.php?fid=4) +--- Thread: Missing Toolbar Library? (/showthread.php?tid=192) |
Missing Toolbar Library? - PurpleStudio - 10-09-2025 I found a "Toolbar Template" program in /boot/home/yab_work/Templates I tried to run the program and ran into 2 errors: Error #1: Quote:---Error: could not open '/boot/home/yab_work/Templates/Toolbar': No such file or directory It would appear yab-IDE does NOT like files with spaces in the names (which seems odd as this is a pre-packaged program FOR Yab) Error #2: Quote:---Error: in /boot/home/yab_work/Templates/ToolbarTemplate.yab, line 6: couldn't open library '/boot/home/config/settings/yab/Toolbar.yab' I checked, and sure enough the 'yab' directory is missing from '/boot/home/config/settings/yab' What's the work-around? Reinstall Yab via HaikuDepot? RE: Missing Toolbar Library? - bbjimmy - 10-09-2025 I don't know why they were not properly installed, To fix this: make a new folder: /boot/home/config/settings/yab and copy all the files in /boot/system/apps/yab-IDE/Programs/libs to /boot/home/config/settings/yab This should fix the issue. RE: Missing Toolbar Library? - PurpleStudio - 10-09-2025 (Today, 07:38 AM)bbjimmy Wrote: I don't know why they were not properly installed, To fix this: Yes, that worked perfectly. Thank you. |