Search found 25 matches

Go to advanced search

by Roger6240907
Tue Mar 03, 2015 12:57 am
Forum: Issues
Topic: cannot open project in Chrome in Chromebooks and Linux Ubuntu 14.04
Replies: 3
Views: 619
 
Jump to post

cannot open project in Chrome in Chromebooks and Linux Ubuntu 14.04

With the latest Appery version I have these problems while opening my projects for editing. Under Chrome ( 40.0.2214.115) Chromebook I get the error "Oops! Error occurred while loading application". Under Chrome (v 40.0) in Linux ubuntu 14.04 Appery is stuck at the project list page. If I ...
by Roger6240907
Tue Feb 17, 2015 12:42 am
Forum: Issues
Topic: List items delete and style
Replies: 10
Views: 1638
 
Jump to post

List items delete and style

I found the solution. This code works:

code $("[name=mgc5]").css("background-color", "#CC0000"); /code

by Roger6240907
Tue Feb 17, 2015 12:35 am
Forum: Issues
Topic: List items delete and style
Replies: 10
Views: 1638
 
Jump to post

List items delete and style

Hi, I have a related question. How can I change the mobilegridcell background color from a javascript function that is called at page load? I can change the cell color by using Evgene code directly inside the click event: code$(this).css("background-color", "#ffffff");/co...
by Roger6240907
Sun Jan 26, 2014 6:58 pm
Forum: Issues
Topic: httpget inside custom JS with FAcebook Publishing APIs
Replies: 5
Views: 964
 
Jump to post

httpget inside custom JS with FAcebook Publishing APIs

This is what I do with the Facebook APIs, have them mapped them to UI (this is phase 1 and it is working), now I need to invoke my REST service for each element returned by Facebook APIs. This is the question. So to simplify I need to call 2 REST services in series, the first one maps to UI and retu...
by Roger6240907
Sun Jan 26, 2014 6:24 pm
Forum: Issues
Topic: httpget inside custom JS with FAcebook Publishing APIs
Replies: 5
Views: 964
 
Jump to post

httpget inside custom JS with FAcebook Publishing APIs

The problem is that I need to execute it for every item returned from the Facebook API. So I can call the REST from the custom JS, how can I update the correct UI element when each REST request returns its correct value?

by Roger6240907
Sun Jan 26, 2014 5:54 pm
Forum: Issues
Topic: httpget inside custom JS with FAcebook Publishing APIs
Replies: 5
Views: 964
 
Jump to post

httpget inside custom JS with FAcebook Publishing APIs

I am using the Facebook Publishing APIs. When I read the feed I would like to invoke a http get request to my server to modify the display status string. This is the code in the plugin that works to display the status feeds: code var feedId = value.id, feedMsg = value.story || value&...
by Roger6240907
Tue Nov 26, 2013 1:52 am
Forum: Issues
Topic: Alert differs in iOs and Android
Replies: 1
Views: 481
 
Jump to post

Alert differs in iOs and Android

These are the two alerts I get from an Android 4.3 and iOs 6.1.3. Is there a way I can remove the 'now.html' from the iOs version? https://d2r1vs3d9006ap.cloudfront.net/s3_images/990526/Screenshot_2013-11-25-17-37-39_inline.png?1385430716 https://d2r1vs3d9006ap.cloudfront.net/s3_images/990527/photo_...
by Roger6240907
Thu Oct 31, 2013 4:37 pm
Forum: Issues
Topic: how to center icon on notext button?
Replies: 16
Views: 2179
 
Jump to post

how to center icon on notext button?

Thanks Maryna, that's exactly as I wanted.

by Roger6240907
Wed Oct 30, 2013 7:42 pm
Forum: Issues
Topic: how to center icon on notext button?
Replies: 16
Views: 2179
 
Jump to post

how to center icon on notext button?

Thanks for the help, it is getting better but it is still not as it should. This is what I get in 4 scenarios with associated code: case 1: code .bigbutton{ height: 30px; width: 30px; } /code https://d2r1vs3d9006ap.cloudfront.net/s3_images/979013/bigbutton_inline.png?1383161873 Case 2: code ...
by Roger6240907
Wed Oct 30, 2013 3:51 pm
Forum: Issues
Topic: how to center icon on notext button?
Replies: 16
Views: 2179
 
Jump to post

how to center icon on notext button?

How can I add that?
I try to add it as "add property" and also as CSS, but both don't work for me.

Go to advanced search