Search found 10 matches

Go to advanced search

by Miguel Carrillo
Wed May 27, 2015 1:25 am
Forum: Issues
Topic: How can I use css class to change search bar
Replies: 1
Views: 224
 
Jump to post

How can I use css class to change search bar

I want to make the standard search bar (this http://goo.gl/ZKwQCh ) look like this (css modified http://goo.gl/byoEOc )

I tried to create a class and use it on the search bar but It doesn ́t change nothing.

I would be very thankful with the help

by Miguel Carrillo
Thu Nov 06, 2014 7:39 pm
Forum: Issues
Topic: How can I make rounded corners on grid?
Replies: 1
Views: 221
 
Jump to post

How can I make rounded corners on grid?

I need to make the border of this grid rounded to fit my app theme. I'm trying with this css class but It doesn't works, what I need is a rounded border or corners on that grid and show them in the same color that the grid background. .roundbox { border-collapse: separate !important; border: 10px #f...
by Miguel Carrillo
Thu Oct 16, 2014 8:12 pm
Forum: Issues
Topic: Problems with css background
Replies: 3
Views: 352
 
Jump to post

Problems with css background

The problem is that I have 1 grid with 6 colums, for that i need 2 colums for each background.

Heres how it's build.

http://gyazo.com/d1c933bdb0495901bdca...

by Miguel Carrillo
Thu Oct 16, 2014 5:51 pm
Forum: Issues
Topic: Problems with css background
Replies: 3
Views: 352
 
Jump to post

Problems with css background

I'm trying to use this background image in the mobilegrid : http://gyazo.com/c1b03d67006ae4581e91... but when i use the code Apperyio("grid1").css({ "background-image": "url(" + Apperyio.getImagePath("fondo_grid.png") + ")", }); it looks like this: h...
by Miguel Carrillo
Fri Oct 10, 2014 9:23 pm
Forum: Issues
Topic: Using mask in images loaded from database.
Replies: 1
Views: 218
 
Jump to post

Using mask in images loaded from database.

How can I load images from a database and use them in a circle clipping mask so the images look all the same way.

This is an example of what i'm trying to do:

http://gyazo.com/335913eb2800da9687bd...

by Miguel Carrillo
Tue Oct 07, 2014 9:47 pm
Forum: Issues
Topic: Using preloaded map component
Replies: 3
Views: 499
 
Jump to post

Using preloaded map component

Hi I think that you misunderstood me, the think that I need is not a static map, i need a fully functional map to use it as an offline component.

Thanks

by Miguel Carrillo
Tue Oct 07, 2014 8:24 pm
Forum: Issues
Topic: Using map markers as a button to show element
Replies: 1
Views: 239
 
Jump to post

Using map markers as a button to show element

I need to use the map marker as a button to show a personalized window instead the squared one. Here's an example of what i want to do https://d2r1vs3d9006ap.cloudfront.net/s3_images/1106559/IMG_0001_inline.PNG?1412713546 a rel="nofollow" https://d2r1vs3d9006ap.cloudfront.net/s3_images/110...
by Miguel Carrillo
Tue Oct 07, 2014 7:33 pm
Forum: Issues
Topic: Using preloaded map component
Replies: 3
Views: 499
 
Jump to post

Using preloaded map component

I need to preload a map in case the device doesn't have internet connection the map can show without problems and also if the connection is bad, the map doesn't take any delay on loading parts of.

The preloaded map that i need is about 150 square km, it's a full city.

by Miguel Carrillo
Mon Oct 06, 2014 8:57 pm
Forum: Issues
Topic: How can I change text border color?
Replies: 1
Views: 211
 
Jump to post

How can I change text border color?

How can I turn off or change the outline border of the label text to match the background color with css? This is a screenshot of my app with the color that I need to change

Image

by Miguel Carrillo
Mon Sep 29, 2014 7:46 pm
Forum: Issues
Topic: How can I count the number of an especific value in DB on the app and then show it in the UI?
Replies: 7
Views: 710
 
Jump to post

How can I count the number of an especific value in DB on the app and then show it in the UI?

How can I count specific values from a DB to show them in the app? I need to check in my DB if some value is 'yes' or 'not' and them show in the app the total number of values that are equals to yes and the ones that are not.

Go to advanced search