« Return to Thread: artwork problem while changing background color of liquid canvas

Re: artwork problem while changing background color of liquid canvas

by vineet semwal :: Rate this Message:

Reply to Author | View in Thread

First of all thank you for developing such a good plugin,

1)LiquidCanvasBehavior liquidCanvasBehaviorOne=new LiquidCanvasBehavior(fill,g,new RoundedRect());

2)LiquidCanvasBehavior liquidCanvasBehaviorOne=new LiquidCanvasBehavior(g,fill,new RoundedRect());

After changing the position of parameter from 1) to 2) ,
the error vanishes but still no background color/canvas.
I have also looked at examples in  http://www.ruzee.com/files/liquid-canvas/demo.html
Atleast i can't find the difference in  source generated after adding fill and the one shown in examples
in the above link.
I am also attaching a quick project(unjar  and mvn jetty:run.)
if you have time please take a look ...

thanks again,
 
regards,
vineet semwal
 


On Mon, Jul 6, 2009 at 2:10 PM, nino martinez wael <nino.martinez.wael@...> wrote:
Or the combination of things? I know it's very loose. If you want some
help could you please do a quickstart? I simply dont have time to
setup it all manually..

2009/7/6 nino martinez wael <nino.martinez.wael@...>:
> Yea seems somethings wrong. Im very busy at the moment. But check here:
>
> http://www.ruzee.com/files/liquid-canvas/demo.html
>
> It might have something about the lenght of the hex todo?
>
> 2009/7/6 vineet semwal <vineetsemwal1982@...>:
>> i am trying to fill the background color in liquid canvas component  as
>> below  but it didn't work out .Result is no background color/canvas with a
>> error in
>> firefox that says unknown pugin .
>>
>> Graphics g=new Shadow();
>>        g.setChainedGraphics(new Border()).setChainedGraphics(new
>> Gradient());
>>        Fill fill=new Fill("#ADDFFF");
>>        LiquidCanvasBehavior lcb=new LiquidCanvasBehavior(fill,g,new
>> RoundedRect());
>>
>> regards,
>> Vineet Semwal
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

project.jar (23K) Download Attachment

 « Return to Thread: artwork problem while changing background color of liquid canvas