PB5.30; Win7; canvasGadget into canvasGadget; webgadget;

Windows specific forum
HanPBF
Enthusiast
Enthusiast
Posts: 570
Joined: Fri Feb 19, 2010 3:42 am

PB5.30; Win7; canvasGadget into canvasGadget; webgadget;

Post by HanPBF »

Hello!

I found in another forum entry a hint for a StringGadget in CanvasGadget:
http://www.purebasic.fr/english/viewtop ... 51#p386751

' tried the example and it's workin'.

Can this be done with CanvasGadget into CanvasGadget (into CanvasGadget, ...)?

Any problems with focus, disappearing pixels, event handling, etc. known?
Any alternative or current approach for this?:

Code: Select all

SetWindowLongPtr_(GadgetID(0), #GWL_STYLE, GetWindowLongPtr_(GadgetID(0), #GWL_STYLE) | #WS_CLIPSIBLINGS)
SetWindowPos_(GadgetID(0), #HWND_BOTTOM, -1, -1, -1, -1, #SWP_NOSIZE | #SWP_NOMOVE)
Found this also from RASHAD:
http://www.purebasic.fr/english/viewtop ... 95#p442695
So, same question for using webgadget as I've done some intensive web developing the last years.
How can I combine the web gadget with PB; via events? FireFox possible as base?
Firefox:
... Mozilla ActiveX (http://www.iol.ie/~locka/mozilla/mozilla.htm) ...#PB_Web_Mozilla Flag...


Really would appreciate any hint (link to another entry is of course great)!

Thanks a lot in advance!