Search found 27 matches

Go to advanced search

by Joe6207668
Wed Nov 20, 2013 7:35 pm
Forum: Issues
Topic: How to use search control without a button, as user types ...
Replies: 23
Views: 5926
 
Jump to post

How to use search control without a button, as user types ...

Katya you are awesome!

Thanks so much for all your continued help!

Joe

by Joe6207668
Wed Nov 20, 2013 5:58 pm
Forum: Issues
Topic: How to use search control without a button, as user types ...
Replies: 23
Views: 5926
 
Jump to post

How to use search control without a button, as user types ...

Katya, No problem. Assume all the same circumstances discussed earlier. Everything is the same, but I want to search four columns instead of just one. All the data being searched is in string format. example: I have four columns in my database with string data. I want to search the data in the colum...
by Joe6207668
Wed Nov 20, 2013 4:01 pm
Forum: Issues
Topic: How to use search control without a button, as user types ...
Replies: 23
Views: 5926
 
Jump to post

How to use search control without a button, as user types ...

Hey Katya! Thanks it worked! Now I would like to search more than one column. How should I edit the below js code to search four columns? return '{"column1_name":{"$regex":"^'+value+'", "$options":"i"}}'; Thanks again for all your help! Joe
by Joe6207668
Tue Nov 19, 2013 4:27 pm
Forum: Issues
Topic: Redirecting PC viewers of a mobile web app to a page explaining the mobile web app
Replies: 4
Views: 976
 
Jump to post

Redirecting PC viewers of a mobile web app to a page explaining the mobile web app

Hey Max! Thanks for the quick response and the useful article. So I'm guessing this is the js code I need to redirect my PC viewers: window.location.replace(" http://mydomain.com "); Where exactly should I add this code? As a javascript file in my project? Also any useful tips regarding ch...
by Joe6207668
Tue Nov 19, 2013 1:16 am
Forum: Issues
Topic: Redirecting PC viewers of a mobile web app to a page explaining the mobile web app
Replies: 4
Views: 976
 
Jump to post

Redirecting PC viewers of a mobile web app to a page explaining the mobile web app

Hello! I need help implementing a method that would redirect a viewer of my mobile web app. Ideally, the app is to act as a mobile web app, however it doesn't look right on a PC sized display. My problem is where to add the js code using the Appery builder. Do I need to check in the http header for ...
by Joe6207668
Mon Nov 18, 2013 9:23 pm
Forum: Issues
Topic: How to use search control without a button, as user types ...
Replies: 23
Views: 5926
 
Jump to post

How to use search control without a button, as user types ...

Could I map the response of the search to the same grid? Or would I need to create a new grid and hide it?

by Joe6207668
Mon Nov 18, 2013 8:02 pm
Forum: Issues
Topic: How to use search control without a button, as user types ...
Replies: 23
Views: 5926
 
Jump to post

How to use search control without a button, as user types ...

What if we already have a query service filling the grid? Is there a way to search the content already displayed on the page and refill the grid as the user types?

by Joe6207668
Wed Oct 23, 2013 8:24 pm
Forum: Issues
Topic: Camera to Database.
Replies: 88
Views: 24799
 
Jump to post

Camera to Database.

Hey Katya,

I'll take a look at the phonegap API.

And yes I as for the domain that is what I was referencing.

Thanks!

by Joe6207668
Wed Oct 23, 2013 5:38 pm
Forum: Issues
Topic: Camera to Database.
Replies: 88
Views: 24799
 
Jump to post

Camera to Database.

Hey Maryna, Thanks for the detailed response! Regarding "to work with camera you have to compile .ipa file and install app on device" - are you familiar with getUserMedia using html5? For cross platform use: window.URL = window.URL window.webkitURL; navigator.getUserMedia = navigator.getUs...
by Joe6207668
Tue Oct 22, 2013 3:46 pm
Forum: Issues
Topic: Camera to Database.
Replies: 88
Views: 24799
 
Jump to post

Camera to Database.

Maryna, Awesome I'll try the js code and let you know how it works. Regarding "//run your code here", do you mean a service url to the database? Also, on iOS7 the pictures do not list horizontally as they should, and I cannot access the camera service.... I realize only iOS6 and up can cal...

Go to advanced search