> Can you be more specific?  I thought most components were picking up all
> of their styles from defaults.css.  Which components aren't doing this?
>
>
Most used like Container, Label or Button not. If you check html output you
will see kilometric properties assigned to style attribute.


> I don't remember if this is the main reason we have to propagate relative
> or absolute positioning in order to get percentages to work "everywhere",
> but these are the kinds of issues we faced.  Folks are welcome to test out
> different implementations on the examples.
>
>
As I said, for my is ok the actual "styling" in basic HTML.swc set,
BUT...only if all style code is pass to CSS so I and others could remove
when use in our own projects. If not it will be unusable for everybody
since no body would want a , i.e: border:2px in js:List or other hardcode
styles in basic components. Ergo, my bet is that all people would exclude
default html swc CSS.


> So most recently, Peter changed MXMLItemRenderer to get rid of its inner
> content area and just be more like the lightweight Container that Harbs
> mentioned earlier in this thread.  We could make that the default
> Container and have a ContainerWIthNonCSSChrome that has the inner
> contentArea and Panel could extend that.
>
>
Alex all I need is a pointer to the code that make the removal of the
middle div.
Could you share that? I think an example of this is worth the time invested
since Harbs and me could continue our own paths evolving it. But my problem
is that (at least me) I'm not able to find the ways to get in (i.e List):

<div> (List container)
 <div/>(item)
 <div/>(item)
</div>

I always get:

<div> (List container)
  <div> (ListView container).  <-- all I want is get rid of this (and if I
understood right this is done by ListView)
     <div/>(item)
     <div/>(item)
   </div>
</div>



> Thoughts?
> -Alex
>
>


-- 

Carlos Rovira
Director General
M: +34 607 22 60 05
http://www.codeoscopic.com
http://www.avant2.es

Este mensaje se dirige exclusivamente a su destinatario y puede contener
información privilegiada o confidencial. Si ha recibido este mensaje por
error, le rogamos que nos lo comunique inmediatamente por esta misma vía y
proceda a su destrucción.

De la vigente Ley Orgánica de Protección de Datos (15/1999), le comunicamos
que sus datos forman parte de un fichero cuyo responsable es CODEOSCOPIC
S.A. La finalidad de dicho tratamiento es facilitar la prestación del
servicio o información solicitados, teniendo usted derecho de acceso,
rectificación, cancelación y oposición de sus datos dirigiéndose a nuestras
oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación
necesaria.

Reply via email to