Questions tagged [flatui]

14 questions
3
votes
0 answers

Swift FlatUIKit: FUIAlertView not work

FUIAlertView does not work in swift project, although other FlatUIKit functions work normally. When I code this... alertView = FUIAlertView(title: "a", message: "a", delegate: self, cancelButtonTitle: "a") I got this runtime error.. 2015-03-01…
zono
  • 8,366
  • 21
  • 75
  • 113
2
votes
1 answer

Flat UI Pro Can not add on Rails4.2

I can not add Flat UI Pro to rails4.2 i usedreflection/designmodo-flatuipro-rails but i can not STEP1 ・Flat-UI-HTML-Developers-License.zip download on Desktop ・changed folder name to flat-ui-pro ・Locate the bower.json file that unzipped with the…
ccccc
  • 21
  • 2
1
vote
1 answer

Java synth - How to apply solid color to button background

I am trying to obtain simple flat button using synth xml in Java. This button should contain solid color background and text with no other effects. I have checked some tutorials and successfully implemented below solution where I will need to…
mevada.yogesh
  • 1,118
  • 3
  • 12
  • 35
0
votes
0 answers

Need to click close 2 times to close form with fade animation

So I use a smooth fade out animation, and for some reason, I need to click 2 times to exit the form. The form is using FlatUI (formSkin1) Code: Close not clicked: Clicked once: (it goes a little bit transparent) On the second click, it closes…
user10601566
0
votes
1 answer

Module not found when using flat-ui with webpack

I want to use flat-ui with webpack when installed with npm. I have created a test project. The last commit is before installing flat-ui. When I do install and use require('flat-ui'); I get the error: Module not found: Error: Cannot resolve…
Gary
  • 93
  • 1
  • 4
0
votes
1 answer

modal does not open because of flat-ui

I want to use flat-ui from designmodo free version 2.2.2. But I found that documents that related to include Flat-UI into rails are out of date. So I download the package and include it by
Changnam Hong
  • 1,669
  • 18
  • 29
0
votes
1 answer

Inserting break tag causes unwanted space in the page

I'm making a website using the Bootstrap FlatUI Framework and I found something weird happening. When I use
tags after the nav bar it makes this weird white box. Code:
Joosh
  • 136
  • 1
  • 9
0
votes
0 answers

Compile variables.less file to where? FLAT UI

I'm pretty new to the use of .less files. I downloaded a FLAT UI bootstrap. Now I wanted to change the base color of the bootstrap and therefor I used the variables.less file. There I changed the brand-primary to an other colorscheme. Now I read…
Jasper VB
  • 31
  • 9
0
votes
1 answer

How to use android flat ui eluleci?

Does anybody know how to use this flat ui for android ? GITHUB-LINK There are no proper docs plus no tutorials also , I want to create the flat buttons also apply themes cant find anything .
0
votes
2 answers

Import Flat-Ui in Meteor app

I'm trying to include the flat-ui theme for bootstrap in Meteor. I have added the mrt:bootstrap-3 and less packages. Then I have copied the folders fonts, img, js and less from the flat-ui project inside lib/Flay-UI-2.2.2/ in my project directory.…
GerryR
  • 164
  • 2
  • 9
0
votes
0 answers

Not able to use flat ui with meteor

I have downloaded flat-ui from official website. Then I copy pased dist folder in root directory of the application. I have created basic meteor app using meteor create app_name I am trying to implement the login form given on demo page of…
Ajinkya Pisal
  • 551
  • 1
  • 6
  • 24
-1
votes
1 answer

Unable to set border for flat ui kit in xcode?

I'm using the flatui kit found here https://github.com/Grouper/FlatUIKit as an add-on for ios development in xcode. When I make a text field, it fails to properly set the border as a uicolor. I'm using what's showed in the tutorial on the github…
-1
votes
1 answer
-3
votes
1 answer

Best way to implement ui similar to web or "flat ui" on android

Need to implement UI like in the following picture What is the best way to do it? I found out about "material design" and PhoneGap. I'm new in android development, so i dont know the best practices and I want to choose best path to follow. What…
tsprof
  • 1