
Search found 3 matches
- Wed Jul 26, 2006 10:00 pm
- Forum: Coding Questions
- Topic: ResizeImage() "fault" or did i miss somthing?
- Replies: 11
- Views: 2129
Re: ResizeImage() "fault" or did i miss somthing?
Thaks netmeastro, for your little Workaround, works a treat! 

- Wed Jul 26, 2006 3:06 am
- Forum: Coding Questions
- Topic: ResizeImage() "fault" or did i miss somthing?
- Replies: 11
- Views: 2129
ResizeImage() "fault" or did i miss somthing?
Is there something wrong with this code?
If InitSprite()
If OpenWindow(0,0,0,100,100,"Icon Test",#PB_Window_TitleBar|#PB_Window_MinimizeGadget|#PB_Window_SystemMenu)
If OpenWindowedScreen(WindowID(0),0,0,WindowWidth(0),WindowHeight(0),0,0,0)
If LoadImage(0,"MouseUp_16x16.ico")
If CopyImage(0 ...
If InitSprite()
If OpenWindow(0,0,0,100,100,"Icon Test",#PB_Window_TitleBar|#PB_Window_MinimizeGadget|#PB_Window_SystemMenu)
If OpenWindowedScreen(WindowID(0),0,0,WindowWidth(0),WindowHeight(0),0,0,0)
If LoadImage(0,"MouseUp_16x16.ico")
If CopyImage(0 ...
- Tue Jun 10, 2003 1:13 am
- Forum: Tricks 'n' Tips
- Topic: Better? Gadget + Statusbar Resizing during Window Resizing
- Replies: 0
- Views: 1557
Better? Gadget + Statusbar Resizing during Window Resizing
Hi, I found several examples in older posts claiming to do this,
but when i tried them, they seemed not to work too good,
so i decided to post my version.
To the poeple who posted similar examples:
I am not claiming your way of doing it is wrong, but at least one
of the examples seemed to slowly ...
but when i tried them, they seemed not to work too good,
so i decided to post my version.
To the poeple who posted similar examples:
I am not claiming your way of doing it is wrong, but at least one
of the examples seemed to slowly ...