Re: Component for showing animated GIFs or AVI
FWIW, the TGifImage component does create its own window handle etc for background
drawing.
/Matthew Jones/
.
Relevant Pages
- Re: openGL to emulate QuickDraw (i.e. 2D projection)
... Dont mind Funghi, he's a bit well, weird. ... 2d drawing; it's quite a bit different than quickdraw ... just to set up a 'working canvas' ... is the actual window you're drawing to, ... (comp.graphics.api.opengl) - Re: UI subsystem interface design
... The application constructs its UI by composing the primitive drawing objects and then giving those objects as data to the subsystem, which will be responsible for doing the drawing based upon the data it is given. ... Each window is a rectangle and contains coordinates for its position represented as floating-point numbers between 0 and 1. ... There has to be a mapping of the message data packets in the subsystem interface and you will need some way to ensure that mapping, but I don't see that being dedicated identity objects. ... (comp.object) - Re: UI subsystem interface design
... I will call the user-interface subsystem which I am designing 'the ... UI by composing the primitive drawing objects and then giving those ... The most primitive class of drawing objects is the Window. ... Each window contains a mapping for Colors ... (comp.object) - Re: a new drawing not erase previous drawing?
... >in my program a new drawing erases previous drawing. ... And is not erased when the window ... exception, every single pixel, or you will end up with trash on the screen. ... responsibility to see that such pixels are correctly redrawn. ... (microsoft.public.vc.mfc) - RE: Drawing text over a list views client area (like Outlook Express)
... > I tried enveloping my own drawing with BeginPaint/EndPaint, ... > then invalidating it, ... > HDC hDC = GetDC; ... because when the window is ... (microsoft.public.win32.programmer.ui) |
|