FloatingPane with curved corners ??
Posted June 20th, 2007 by mailarchive
Hi all,
Is it possible to have rounded corners for a FloatingPane ??
I have tried to apply "dojo.lfx.rounded" to a FloatingPane, but didn't
get it working. Any idea what extra needs to be done ?? Thanks in
advance.
Regards,
Ramdas Sawant
--------------------------------------------------------
NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is prohibited when received in error.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://dojotoolkit.org/pipermail/dojo-interest/attachments/20070413/f18d...
Dojo Forum
Comments
Hi all,
I am using
dojo.lfx.rounded({
tl:{ radius:10 },
tr:{ radius:10 },
bl:{ radius:10 },
br:{ radius:10 }
},
["ID_OF_FloatingPane"]
);
Where "D_OF_FloatingPane"is the id of FloatingPane. This is working some
what but not exactly what one expects (rounded corners at all 4
corners). Also I am getting the following debug/error messages.
DEBUG: bad adviceFunc for srcFunc: null
DEBUG: ------------------------------------------------------------
DEBUG: Object: [object Object]
DEBUG: adviceFunc: null
DEBUG: adviceMsg: false
DEBUG: adviceObj: [object Window]
DEBUG: adviceType: undefined
DEBUG: aroundFunc: null
DEBUG: aroundObj: null
DEBUG: delay: null
DEBUG: maxCalls: -1
DEBUG: once: false
DEBUG: precedence: last
DEBUG: rate: 0
DEBUG: srcFunc: null
DEBUG: srcObj: [object Window]
DEBUG: ------------------------------------------------------------
DEBUG: bad adviceFunc for srcFunc: null
DEBUG: ------------------------------------------------------------
DEBUG: Object: [object Object]
DEBUG: adviceFunc: null
DEBUG: adviceMsg: false
DEBUG: adviceObj: [object Window]
DEBUG: adviceType: undefined
DEBUG: aroundFunc: null
DEBUG: aroundObj: null
DEBUG: delay: null
DEBUG: maxCalls: -1
DEBUG: once: false
DEBUG: precedence: last
DEBUG: rate: 0
DEBUG: srcFunc: null
DEBUG: srcObj: [object Window]
DEBUG: ------------------------------------------------------------
I am using dojo 0.4.2. Thanks in advance.
Regards,
Ramdas Sawant
________________________________
From: dojo-interest-bounces at dojotoolkit.org
[mailto:dojo-interest-bounces at dojotoolkit.org] On Behalf Of Sawant,
Ramdas (IT)
Sent: Friday, April 13, 2007 6:28 PM
To: dojo-interest at dojotoolkit.org
Subject: [Dojo-interest] FloatingPane with curved corners ??
Hi all,
Is it possible to have rounded corners for a FloatingPane ??
I have tried to apply "dojo.lfx.rounded" to a FloatingPane, but didn't
get it working. Any idea what extra needs to be done ?? Thanks in
advance.
Regards,
Ramdas Sawant
________________________________
NOTICE: If received in error, please destroy and notify sender. Sender
does not intend to waive confidentiality or privilege. Use of this email
is prohibited when received in error.
--------------------------------------------------------
NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is prohibited when received in error.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://dojotoolkit.org/pipermail/dojo-interest/attachments/20070413/a093...
it is my understanding that dojo.lfx.rounded is broken ATM, with varying
levels of broken-ness for the various browsers.
see http://archive.dojotoolkit.org/nightly/ajax/tests/lfx/test_rounded.html
On Friday 13 April 2007 10:56, Sawant, Ramdas (IT) wrote: