Pixate is a mobile development engine for the rapid creation of native apps with a focus on rich user experience, social integration, and performance.
Questions tagged [pixate]
82 questions
1
vote
2 answers
In Pixate, how do I add new attributes in my styles?
Basically, I want to add attributes that aren't currently supported by Pixate, how do I do that?
An example could be for a custom control, or for when, say, iOS8 comes out and there's something new (like tintColor being used everywhere in iOS7), and…

JP.
- 544
- 5
- 20
1
vote
2 answers
Can Pixate style a UIAlertView?
I'm trying to style the text label in a UIAlertView, but I can't make it work. I have a global style that makes all label text black, but the UIAlertView background is black, so I want to make labels in Alerts white. My css is this:
label
{
…

Joshua Frank
- 13,120
- 11
- 46
- 95
0
votes
1 answer
PIXATE - Tapping doesn't trigger any action on my prototype
I'm trying to make a basic animation based on a tap. It's simple as "tap button enter, fade the screen".
It's currently not working. Tapping actually works on other model prototypes, but I can't find the difference of what am I doing wrong. I'd…
0
votes
1 answer
Padding not working on UIButton with Pixate Freestyle
I'm completely new to Pixate Freestyle in Xcode and while experimenting with it, I couldn't get any padding to work on a UIButton. Other properties like background-color, border and border-radius are working but the padding doesn't seem to do…

Émile Perron
- 813
- 10
- 26
0
votes
2 answers
how to merge several css files in pixate-freestyle-android
My XML layout:
I have default.css:
#bar{ background-color: red; }
#text{ color: red; }
And…

ilyamuromets
- 403
- 1
- 7
- 18
0
votes
2 answers
pixate-freestyle-android define style class in XML layout
I'm using the pixate-freestyle-android library in my app. I want to define style class in XML layout.
In docs I found the following:
// Setting a class for a Button
Pixate.setStyleClass(button, "myButton");
This is equivalent to defining a class in…

ilyamuromets
- 403
- 1
- 7
- 18
0
votes
1 answer
Pirate – write back a javascript array
having problems with a little javascript. Pixate is UI design tool that allows you to build custom actions in JS. I am trying to build a little JS action with a few lines of code, but obviously i am overseeing something evident (sorry, i am not a…

Sandor Rozsa
- 3
- 1
0
votes
1 answer
Has anyone released an app using PixateFreestyle
I know this may come across as something that could be discussed - but am asking a very specific question.
I need to implement theming in an application I am working on. PixateFreestyle looks like the most promising solution as we could just style…

fatuous.logic
- 750
- 1
- 5
- 16
0
votes
1 answer
Pixate and AutoLayout
I am looking into using Pixate with iOS 7/8 app.
Does it work with autolayout?
Does it support it fully or are there conflicts?
I use AutoLayout extensively so I want to make sure it works.
Are there other CSS frameworks for iOS that work with…

Ben
- 99
- 2
- 7
0
votes
2 answers
Android Pixate FreeStyle change default.css path
I am using Pixate for skinning android app via CSS, and in their docs it states that default.css file should be placed in assets folder inside app (included in build) and this way everything works fine, but I have to download at the startup this css…

user20902
- 157
- 1
- 10
0
votes
1 answer
Pixate Button Shadow Android
Pixate's documentation says that a button can have a box-shadow.
http://pixate.github.io/pixate-freestyle-android/style-reference/controls/button.html
However, I have tried all sorts of variations of the following with no luck. I have also tried…

Blueberry
- 2,211
- 3
- 19
- 33
0
votes
1 answer
PixateFreestyle Android - App Crash
I have successfully imported the pixate freestyle for Android and able to design my buttons.
I am experiencing a app crash problem once I use the following code
PixateFreestyle.init(this);
It works for the first time, and If I access any activity…

Ganesh
- 179
- 10
0
votes
1 answer
Custom color for UITableViewCell
I'm usinge pixate in order to customize my app and I have a little problem.
I read the doc and the class for UITableVIew is called table-view-cell. I thought that if I created a class named like this I wouldn't have to manually had the class to the…

Nicolas Charvoz
- 1,509
- 15
- 41
0
votes
2 answers
Titles being truncated in UINavigationController
Within my app, the title for each navigation controller is set in either loadView or viewDidLoad
When the view controller is displayed, the title is always truncated - even though the content is not very long ("lessons" in this case).
I'm using a…

bodacious
- 6,608
- 9
- 45
- 74
0
votes
1 answer
PixateFreestyle monitorChanges
I'm trying to use the dynamic updating of CSS but it does not seem to work.
I'm changing the background throughout the process but nothing gets changed.
Here is some pseudo code:
//When I launch the iOS simulator
button {
…

Gumcher
- 1
- 2