Questions tagged [pixate]

Pixate is a mobile development engine for the rapid creation of native apps with a focus on rich user experience, social integration, and performance.

82 questions
1
vote
1 answer

Pixate Freestyle Android / iOS still in active development?

I would like to use your Pixate-Freestyle-Android library in my app. But I am currently at the limit of the product. Because I need this library to handle different widget that are not currently stylable : - viewpager - seekbar or progressbar -…
1
vote
1 answer

Pixate FreeStyle media query doesn't work ios

i'm trying to make media query in pixate freestyle. i'm handling the position in landscape and portrait but it's still the same position.. this is my code .btn-green { color : .blackColor; border-width : 5px; border-color :…
Ali Omari
  • 371
  • 3
  • 11
1
vote
0 answers

Support of position and sizing with Pixate Freestyle for Android

Is it possible to resize and/or position the default GUI controls with Pixate Freestyle for Android? Although height, top, left are mentioned in the Style reference http://pixate.github.io/pixate-freestyle-android/style-reference/ I'm not able to…
Eric
  • 11
  • 2
1
vote
0 answers

UIImagePickerController is oversized, extending beyond screen window

I'm noticing in iOS8, when showing an UIImagePicker with a camera via modal, the edge of the screen is cut off. Here is a sample image (notice the 'flip' icon is cut off on the edge): Oddly enough, this behavior is on both iPhone 5 & iPhone…
1
vote
0 answers

Pixate box-shadow not appearing

My android app places a "hovering controls" view hovering on top of the main view. The view is used to contain a set of controls and this should have an outset shadow (in fact any shadow is a good starting point). I have tried with no success in…
Blueberry
  • 2,211
  • 3
  • 19
  • 33
1
vote
2 answers

Applying Pixate Freestyle Style using Xamarin.Forms

I am building an application in Xamarin.Forms, and just discovered Pixate Freestyle, which is fantastic. I have used it to set a default button class, for example, to put base default styling on all my buttons, which is great. However, I have not…
Mike
  • 629
  • 5
  • 18
1
vote
1 answer

One pixate stylesheet per view controller?

It looks like things are set up to have just one stylesheet (default.css) for the entire application. Is there any way to have a stylesheet per view controller?
Curtis Shipley
  • 7,990
  • 1
  • 19
  • 28
1
vote
0 answers

Sticking arbitrary attribute on an element in Freestyle CSS

Is there a way to stick an arbitrary attribute on some element using Freestyle CSS? Like this: label { some-new-attribute: "Value"; } It could be added as a user defined runtime attribute.
Janos
  • 1,987
  • 3
  • 17
  • 24
1
vote
0 answers

Xamarin.Android app with MvvmCross and Pixate

I am currently experimenting with Pixate, trying to add to our existing app that is built with Xamarin.Android and uses MvvmCross. Without Pixate, the app works correctly. As soon as I make the init call for Pixate, Mvvmcross will throw null…
1
vote
0 answers

Pixate Freestyle: clear styleClass property does not reset style

I am using Pixate Freestyle in iOS and am adding a class to a UITableViewCell's textLabel (cell.textLabel.styleClass = @"some-class"). When I remove the styleClass (cell.textLabel.styleClass = nil or cell.textLabel.styleClass = @"") the style of the…
Eric Risler
  • 319
  • 2
  • 9
1
vote
1 answer

How can Pixate change styles dynamically in code? (iOS)

I am using PixateFreestyle as a pod. I can style views with styleId from the default.css file. I am trying to change the style information on the fly in code. I have tried this: self.view.styleCSS = [NSString stringWithFormat:@"{ background-color :…
ulfie22
  • 11
  • 1
1
vote
3 answers

How style the text in a searchbar with pixate?

I have tried to style the UISearchBar text in my app with pixate. It work only after I dismiss the keyboard, but when I'm writing the text it not use my style: I'm writting: After the keyboard is closed: This is my current CSS: text-field { …
mamcx
  • 15,916
  • 26
  • 101
  • 189
1
vote
1 answer

Fatal error: 'Pixate/PXVirtualControl.h' file not found

I am using the pixate framework to style my views. It does very well. I am also using kiwi as a test framework. When I include the pixate framework for a test case it just throws the following error: fatal error: 'Pixate/PXVirtualControl.h' file not…
Joe
  • 11
  • 2
1
vote
2 answers

Pixate background-image no-repeat?

I am trying to put a background image into a text-field (it's just a search icon). And it is tiling the image in the text field. Is it possible to turn off the repeating of the image? i don't see anything like that, i'm seeing padding and…
1
vote
1 answer

How to get Pixate v2 Real Time CSS working with Xcode 5

I have successfully got pixate 2.0.1 working with XCode 5 on a ios 7 project. Its really awesome actually! And it would be even way more awesome with Real Time CSS. This is basically where the iPhone/iPad simulator will update live while the css…
risingtiger
  • 851
  • 1
  • 11
  • 21