Plananarama and Dragregion

Discuss about plugins that don't have a dedicated forum
Post Reply
evil
Posts: 177
Joined: Mon Jun 14, 2010 1:38 pm

Plananarama and Dragregion

Post by evil »

The following code Accepts the dragregions of the window under OS4. But it does not work on an aga-amiga without gfx-board. A Bug? Or simple syntax-problems??

Code: Select all

@display 1,{width=100, height=40,borderless=TRUE,dragregion={{type=#box, x=0,y=0,width=30,height=20}}}
Function p_event()
	nprint ("check")
	waitleftmouse()
	end()
endfunction

makebutton (1,#simplebutton,30,0,20,20,{OnMouseup=p_event})
box (30,0,20,20,#white)

repeat
waitevent()
forever
Best regards
George
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Plananarama and Dragregion

Post by airsoftsoftwair »

Custom drag regions are unsupported by Hollywood's display adapter plugin API. Hence, Plananarama can't support them. The display adapter API currently only exposes features that are considered essential... drag regions are currently not part of that API.
evil
Posts: 177
Joined: Mon Jun 14, 2010 1:38 pm

Re: Plananarama and Dragregion

Post by evil »

Ok. Thanks for your replay!
Post Reply