Search found 40 matches

Go to advanced search

by osiris1@yahoo.com
Thu Oct 10, 2013 5:44 pm
Forum: Issues
Topic: Click/Expand event of collapisble panel
Replies: 5
Views: 959
 
Jump to post

Click/Expand event of collapisble panel

Excellent, the code was very helpful.

by osiris1@yahoo.com
Thu Oct 10, 2013 2:53 pm
Forum: Issues
Topic: Run a sound file located on client phone with javascript
Replies: 5
Views: 827
 
Jump to post

Run a sound file located on client phone with javascript

Since I'm testing my appery app as a web app, how would it know to check /documents/tmp/audio/

Should I upload the file to my appery project?

by osiris1@yahoo.com
Wed Oct 09, 2013 5:17 pm
Forum: Issues
Topic: Run a sound file located on client phone with javascript
Replies: 5
Views: 827
 
Jump to post

Run a sound file located on client phone with javascript

Thanks Katya. But these examples assumes that the audio file lives on a server. Is there anyway to have it look locally, like where all your other music files are stored?

by osiris1@yahoo.com
Wed Oct 09, 2013 3:48 pm
Forum: Issues
Topic: Run a sound file located on client phone with javascript
Replies: 5
Views: 827
 
Jump to post

Run a sound file located on client phone with javascript

Hello. I'm finishing up my app and have a question... I need to run a sound file on the client handset (iphone). How would I go about doing this in javascript? I have a timer app, at a set time, the app needs to run a specific WAV file that is located on the users phone. Can you show me the simple c...
by osiris1@yahoo.com
Fri Sep 20, 2013 3:15 pm
Forum: Issues
Topic: Adjusting Label font size using CSS
Replies: 7
Views: 872
 
Jump to post

Adjusting Label font size using CSS

ah. That worked!!! Thanks.

by osiris1@yahoo.com
Fri Sep 20, 2013 1:43 pm
Forum: Issues
Topic: Adjusting Label font size using CSS
Replies: 7
Views: 872
 
Jump to post

Adjusting Label font size using CSS

interesting... the class name is correct (i copied and pasted to make sure), but it is still not working.

I did assign a max property font size to 60px. When I test the app, it conforms to 60. So what takes prescience? It would seem that the control input value overrides the CSS?

by osiris1@yahoo.com
Fri Sep 20, 2013 1:40 pm
Forum: Issues
Topic: Deactivate a component instead of hide
Replies: 13
Views: 1624
 
Jump to post

Deactivate a component instead of hide

Hi Marina, This is my code on the PAGE SHOW event, but the code does not disable the checkbox group. if (Appery("OnOff1").val()=="on") { //make all Alarm1 elements editable Appery("OnOff1").val("on").refresh(); Appery("OnOff1").removeClass("ui-d...
by osiris1@yahoo.com
Thu Sep 19, 2013 7:33 pm
Forum: Issues
Topic: Adjusting Label font size using CSS
Replies: 7
Views: 872
 
Jump to post

Adjusting Label font size using CSS

the latest chrome browser for Windows7

by osiris1@yahoo.com
Thu Sep 19, 2013 7:01 pm
Forum: Issues
Topic: Adjusting Label font size using CSS
Replies: 7
Views: 872
 
Jump to post

Adjusting Label font size using CSS

In my css i have this entry: .clockfacefont { font-size:100px; } On my form, I have a label called ClockFace. I assigned a class name to it in the property window. But when I test the app, the label remains at the default font size. It seems to ignore the class. In HTML this works with the "Not...
by osiris1@yahoo.com
Thu Sep 19, 2013 6:59 pm
Forum: Issues
Topic: Deactivate a component instead of hide
Replies: 13
Views: 1624
 
Jump to post

Deactivate a component instead of hide

I have a check box control with 7 checkboxes (one for each day of the week). I want to programatically make the control ReadOnly when the Toggle control is set to NO. if (Appery("OnOff1").val()=="off") { //make all Alarm1 elements gray and Uneditable Appery("Alarm4DOW")...

Go to advanced search