@broadblues I have LALT in QUALIFIER TOOLTYPE, and it work this way: clicking the RMB alone I get the ContextMenu pressing LALT+RMB I get the WB standard menu
it work the other way around, the qualifier disable the ContextMenu, so pressing the qualifier and the RMB you get the normal menu, so it's better to use a qualifier like LCTRL or something similar and not MMB
sgrab it's a commodity so it's normal that the close gadget only close the interface and not the commodity itself, the bad thing it's the message, it's better something like "sgrab it's allready running etc."
@Swoop I own turboprint 7.60, but never tried to print text from the workbench, but I have a turboprint related problem, GraphicsPublisher while is loading an image the system seems frozen until the image it's loaded, seems that multitasking it's completely disabled, can you try and I try to print some text :)
@pseudaxos I agree that Tubexx it's a little difficult to set-up, but once it's running you have in only one program the ability to: search/view/download/manage/convert youtubes videos and it's use is very easy and confortable. Saying that no one is forcing you in using Tubexx
For who doesnt know, Tubexx it's an arexx script (with a nice gui) for search, download, convert to DVD or Divx and play your youtube favourite videos.
ChrisH wrote: Sadly double-clicking on bookmarks is still broken - it almost always opens using the first tab. This is incredibly annoying, as it means I have to copy & paste the bookmark URL manually.
Try to close the bookmarks window, open a new tab then open the bookmark window, now try double-click on one of them to see if it work
@freddix to know from where your 'ar' command is try in a cli window: which ar
for gcc to find your library the library must be in a directory where there are the others library or you must tell to gcc where your library is, add -Lpath_to_your_library to the link command (the one that create the executable)