Just wanted to offer my customers a window containing an editor gadget to show them some text (multiline). To allow them easy copy, I like to add a small context menu (copy to clipboard) because not all users are using CTRL+C. It turns out that PB is not able to fulfil such simple task without using CompilerIf's and Windows API, GTK API and Cocoa calls. Unbelievable...
Sometimes I really doubt that choosing PB was a good choice for a commercial project...

Kukulkan