- Screen name: hornerf
hornerf's Profile
3 Posts
11 Responses
0
Followers
Show:
- Expanded view
- List view
Private Message
- 14-Sep-2011 10:31 AM
- Forum: jQuery Mobile
Hello kind people of the internet (I've posted similar msg's to StackOverFlow too...in hopes of getting an answer)
I'm on my second week of trying to resolve this issue of getting a load message to properly display :-(
I'm just having a very tough time getting either the pagebeforecreate or the pagebeforeshow events to fire the $.mobile.showPageLoadingMsg().
Here's a link to example on jsfiddle:
Note the jsFiddle is referencing the mobile 1.0b3 library.
Here's sample of the basic code snippet that should work, but does not:
$('#mypageone').live('
pagebeforecreate', function (event, ui) { alert('Just selected page one!');
//HEY!!! the page load never pops up :-(
$.mobile.loadingMessage = "this msg set on live pageshow from mypageone...";
$.mobile.pageLoading();
$.mobile.showPageLoadingMsg();
calcLongList(); //simple list generation of a 1000 lines to screen
//$.mobile.hidePageLoadingMsg(
); });
I can get the alert to fire, but sadly not the load message, when a page is actually loading....but however, if change to just "pageshow", the load message will display, but of course after the 5-10 seconds it takes to generate the list :-( ...which is certainly not what I want.
Also, it does not matter if I comment out the calcLongList function or not...the page load msg behaves the same: works for 'pageshow'...but not for the 'pagebeforeshow' or the 'pagebeforecreate'...and I'm pulling my hair out trying to figure out what I might be doing wrong?
Any advice or guidance would sure be appreciated, thanks in advance
- 30-Aug-2011 05:10 PM
- Forum: jQuery Mobile
Hi,
perhaps somebody here could kindly help?The following code sample has a slider with some interesting options:
-The code from the sample above I find very interesting:<span class="slider-label left">low</span>
Where can I find the specification for other options like this for the jQuery Mobile slider?...How do I find out about options like "slider-label left"?...is there a "slider-button big"?...this is the first time I've seen any type of options that could be added to the slider, and I can find nothing in any of the jQuery specs
...such as can we add colors to the slider button?, etc, etc
How can we find out what all can be done to the slider?
...such as make the text field next to the slider bigger (so can display large numbers such as a million: 1000000)
Sooo: where are the detailed specs for jQuery Mobile?...the "documentation" on the jQuery site is very generalized...not really a synatx spec with all the options.
Any help would be much appreciated.
thanks in advance- 30-Aug-2011 10:43 AM
- Forum: Getting Started
Hithought perhaps somebody on this forum might be able to relay this to the site admin folks.I'm posting using my Chrome Book using the verizon wireless.Note that while working behind a corporate firewall on my PC to develop jQuery, that once log into the Forum, then the primary center screen simply goes black...only the jQuery Forum header is displayed...soooo, from my PC I can't use the Forum (unless don't actually log in, then can view and search).Might be a few other folks out there with the same problem...thanks to Google for supplying this great Chrome book, as it sure is coming in handy now!Woody- «Prev
- Next »
Moderate user : hornerf
© 2013 jQuery Foundation
Sponsored by and others.

