Javier Rayon

Results 15 comments of Javier Rayon

Be sure to be using one of the supplied themes or copy the styles for the component from the theme/app.tss file De: Clément Blanco [email protected] Responder a: "jaraen/Ti.UX.Templates" Fecha: viernes,...

Hey Hazem, thanks a lot for the update! PR looks fine. Just a question, does all the other widgets work on 5.2.1.GA? Just wanted to know if you had the...

@mdsb100 also note that most ti.ux widgets have dependency with WidgetTools library at /lib folder, so they will fail if you don't manually copy that file to your project.

@mdsb100 pagingcontrol is a separated widget that must be installed separately. Let me suggest to manually download the whole project, copy the widget folders you are insterested in, copy also...

I've been working on this issue for a while without success :( First, on iOS, Titanium 2 clips the views to their bounds, since shadows are drawn out of the...

the status has not changed. I'm using the module correctly with Titanium 2, but requires a few precautions. I haven't found a final solution, so here is my workaround. I'm...

just one more note, I've never tried to shadow a view with backgroundGradient, but I know that backgroundGradients and borderRadius use to be incompatibles in some cases. I.e. if you...

just a small note to confirm that postLayout event is the best way to add a shadow to a view with children views in Titanium 2. As easy as ```...

why not to put rasterize as an optional property, like shadowColor os shadowRadius.

I think this is related to the retina display. The same app looks sharp in iPad 1 and 2, but in iPad 3 all views with shadows are blurry, like...