webOS Nation Forums >  webOS apps and software >  webOS development > Patch request...Navigate to first launcher page from last page
Patch request...Navigate to first launcher page from last page

  Reply
 
LinkBack Thread Tools Display Modes
Old 11/02/2009, 11:08 AM   #1 (permalink)
Member
 
Join Date: Jun 2009
Posts: 127
Likes Received: 0
Thanks: 14
Thanked 21 Times in 18 Posts
Default Patch request...Navigate to first launcher page from last page

Now that I have multiple launcher pages, 6 to be exact, it would be great if I could swipe to the Left when on page 6 and it will take me back to Page 1, instead of having to swipe to the Right 5 pages to get to 1. I didn't see any requests like this, and think it will be very useful patch.
mike_pre is offline   Reply With Quote
Thanked By: SirWill
Old 11/02/2009, 11:49 AM   #2 (permalink)
Member
 
cas_esq's Avatar
 
Join Date: Aug 2007
Location: California
Posts: 656
Likes Received: 0
Thanks: 39
Thanked 128 Times in 116 Posts
Default

That's a great idea. It fits intuitively with the design. I also would like the launcher icon in the quick launch bar to take me to the first launcher page. I know it's lazy, but I would like to get from page 3 to page 1 with one swipe of the wave. I hope someone is intrigued by these patch request.
cas_esq is offline   Reply With Quote
Old 11/02/2009, 01:08 PM   #3 (permalink)
Member
 
SirWill's Avatar
 
Join Date: Jun 2009
Location: Everett, WA
Posts: 441
Likes Received: 0
Thanks: 63
Thanked 48 Times in 41 Posts
Default

Great patch idea.
__________________
-----------------
Palm III, Palm IIIc, TT, T3, T5, TX, Pre from Day 1.
SirWill is offline   Reply With Quote
Old 11/02/2009, 05:54 PM   #4 (permalink)
Member
 
balderson's Avatar
 
Join Date: Jul 2009
Posts: 284
Likes Received: 0
Thanks: 61
Thanked 56 Times in 25 Posts
Default

Do you mean swipe left in the gesture area or swiping left in the launcher?
balderson is offline   Reply With Quote
Old 11/02/2009, 05:54 PM   #5 (permalink)
Member
 
Join Date: Oct 2009
Posts: 88
Likes Received: 2
Thanks: 23
Thanked 5 Times in 4 Posts
Default

+1 would like a fully rotational launcher
arsenalrule is offline   Reply With Quote
Old 11/02/2009, 06:26 PM   #6 (permalink)
Member
 
Join Date: Jun 2009
Posts: 127
Likes Received: 0
Thanks: 14
Thanked 21 Times in 18 Posts
Default

I was referring to a swipe in the launcher, the same way you swipe right to get to the next page. So if you were on Page 1, swipe right would take you to page 6 (if you had 6) and if you were on page 6 for example, swiping left would take you to page 1.
mike_pre is offline   Reply With Quote
Old 11/02/2009, 08:12 PM   #7 (permalink)
Member
 
balderson's Avatar
 
Join Date: Jul 2009
Posts: 284
Likes Received: 0
Thanks: 61
Thanked 56 Times in 25 Posts
Default

Quote:
Originally Posted by mike_pre View Post
I was referring to a swipe in the launcher, the same way you swipe right to get to the next page. So if you were on Page 1, swipe right would take you to page 6 (if you had 6) and if you were on page 6 for example, swiping left would take you to page 1.
Maybe I just don't get it, but how would get to pages 2-5?
balderson is offline   Reply With Quote
Old 11/02/2009, 08:43 PM   #8 (permalink)
Member
 
SirataXero's Avatar
 
Join Date: Nov 2007
Location: Rhode Island, USA
Posts: 1,739
Likes Received: 15
Thanks: 381
Thanked 398 Times in 217 Posts
Default

Quote:
Originally Posted by balderson View Post
Maybe I just don't get it, but how would get to pages 2-5?
It's kind of like a looping incrementer.

Imagine if you had a counter that went from 0-9. As of right now the counter (the launcher) goes from 0 to 9, and then stops. So you have to reduce the number if you want it to go back to 0. Instead, you should just add 1 to 9 and the counter should check and realize, it can't display anything bigger than a 9 and go back to 0.

Same principle applies to the launcher pages. A swipe essentially tells the launcher page number to increase by 1. When it reaches the maximum, it stops, because it doesn't know what else to do.

This would be a really good idea, and, imo, a VERY easy patch to do. All you have to do is set up a checker that lets you increment and decrement the page numbers normally, but if you reach the maximum, it would set the next page as 1.
__________________
SirataXero is offline   Reply With Quote
Thanked By: balderson
Old 11/02/2009, 10:34 PM   #9 (permalink)
Member
 
balderson's Avatar
 
Join Date: Jul 2009
Posts: 284
Likes Received: 0
Thanks: 61
Thanked 56 Times in 25 Posts
Default

Oh duh! Sorry about that, I'm a little slow tonight... I got my rights and lefts mixed up...
balderson is offline   Reply With Quote
Old 11/13/2009, 10:44 AM   #10 (permalink)
Member
 
Join Date: Jun 2009
Posts: 532
Likes Received: 0
Thanks: 3
Thanked 258 Times in 109 Posts
Default

There is now a patch available in Preware for this.

App Launcher - Wrap Pages
Lclarkjr is offline   Reply With Quote
Thanked By: mike_pre
Old 11/13/2009, 11:03 AM   #11 (permalink)
Member
 
Join Date: Jun 2009
Posts: 127
Likes Received: 0
Thanks: 14
Thanked 21 Times in 18 Posts
Default

Thanks lcalrkjr, I have been working on that one since I posted the request, I thought I had it working, but it had some issues. Is there a place that I can look at the changes that you made so that I can see how far off I was and if I was looking in the correct place?
mike_pre is offline   Reply With Quote
Old 11/13/2009, 11:15 AM   #12 (permalink)
Member
 
Join Date: Jun 2009
Posts: 532
Likes Received: 0
Thanks: 3
Thanked 258 Times in 109 Posts
Default

Quote:
Originally Posted by mike_pre View Post
Thanks lcalrkjr, I have been working on that one since I posted the request, I thought I had it working, but it had some issues. Is there a place that I can look at the changes that you made so that I can see how far off I was and if I was looking in the correct place?
You can look at the .patch file at:

Patch Launcher Wrap Pages - WebOS Internals

I do have an issue where the onPageChange event sometimes fires late so the markings at the bottom are not correct. I am working this issue now.
Lclarkjr is offline   Reply With Quote
Old 12/27/2009, 09:22 AM   #13 (permalink)
Member
 
Join Date: Oct 2009
Posts: 97
Likes Received: 0
Thanks: 4
Thanked 3 Times in 3 Posts
Default

How do I add more Launcher Pages? I have the 3 the Pre came with. I would like to have more but I can't find any "how to" yet in my search. Thanks.
pre1561 is offline   Reply With Quote
Old 12/27/2009, 08:41 PM   #14 (permalink)
Member
 
Join Date: Jun 2009
Posts: 532
Likes Received: 0
Thanks: 3
Thanked 258 Times in 109 Posts
Default

Quote:
Originally Posted by pre1561 View Post
How do I add more Launcher Pages? I have the 3 the Pre came with. I would like to have more but I can't find any "how to" yet in my search. Thanks.
Your looking for the Enable Add/Delete Pages patch. It is available in Preware and WebOS Quick Install.
Lclarkjr is offline   Reply With Quote
Reply

 

Tags
launcher

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0