Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Title page indicator not found
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dandre Allison  
View profile  
 More options Mar 21 2012, 6:51 pm
From: Dandre Allison <dandre.alli...@gmail.com>
Date: Wed, 21 Mar 2012 15:51:07 -0700 (PDT)
Local: Wed, Mar 21 2012 6:51 pm
Subject: Title page indicator not found

I can't seem to get TitlePageIndicator to be resolved. I have the support
lib and viewpagerindicator dependencies in the project. Neither IDEA nor
maven are resolving android.support.v4.view.TitlePageIndicator.

  pom.xml
8K Download

  CalendarDayActivity.java
5K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jake Wharton  
View profile  
 More options Mar 21 2012, 6:59 pm
From: Jake Wharton <jakewhar...@gmail.com>
Date: Wed, 21 Mar 2012 15:59:43 -0700
Local: Wed, Mar 21 2012 6:59 pm
Subject: Re: Title page indicator not found

It's in `com.viewpagerindicator`.
On Mar 21, 2012 3:51 PM, "Dandre Allison" <dandre.alli...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dandre Allison  
View profile  
 More options Mar 23 2012, 1:41 pm
From: Dandre Allison <dandre.alli...@gmail.com>
Date: Fri, 23 Mar 2012 10:41:02 -0700 (PDT)
Local: Fri, Mar 23 2012 1:41 pm
Subject: Re: Title page indicator not found

I see, I was looking at the roboguice example again. I realized that I
hadn't dropped the -RC1. I followed the pom for including the v4 library
and creating the RoboSherlockActivity. Then I followed that design for
making a RoboSherlockFragmentActivity, but now in my classes that extend
that I'm getting

> java.lang.NoSuchMethodException: ActionBarSherlockCompat(Activity,int)

It is triggering on getSupportActionBar() and setContentView(..). I'm
wondering if it requires a change in the proguard, since it was working
before the change to 4.0.0 and changing to RoboSherlockFragmentActivity got
the IDE to find getSupportActionBar again.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dandre Allison  
View profile  
 More options Mar 23 2012, 6:56 pm
From: Dandre Allison <dandre.alli...@gmail.com>
Date: Fri, 23 Mar 2012 15:56:12 -0700 (PDT)
Local: Fri, Mar 23 2012 6:56 pm
Subject: Re: Title page indicator not found

Thanks, I thought I tried that, but I reverted back to RC1 because I have
that working. I see the TitleBarIndicator line now, but no title, I even
have getTitle(int) { return "title"; }. Other than that, and getting the
views in the ViewGroup to move, I almost have the infinite pagination set
up. I'm looking at your ViewPagerIndicator samples and Electricsleep, and I
can't figure out what I'm missing.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dandre Allison  
View profile  
 More options Mar 26 2012, 1:41 pm
From: Dandre Allison <dandre.alli...@gmail.com>
Date: Mon, 26 Mar 2012 10:41:52 -0700 (PDT)
Local: Mon, Mar 26 2012 1:41 pm
Subject: Re: Title page indicator not found

I see, so the default text color I guess is white, because once I figured
out how to style the title bar indicator, I found the titles. I figured it
would be defaulting to my default text color; I'm using the Holo.Light
theme.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pushpanjali Gangane  
View profile  
 More options Nov 7 2012, 5:33 am
From: Pushpanjali Gangane <pushpanjali.ganga...@gmail.com>
Date: Wed, 7 Nov 2012 02:33:23 -0800 (PST)
Local: Wed, Nov 7 2012 5:33 am
Subject: Re: Title page indicator not found

i m getting ArrayIndexOutOfBound exception in TitlepageIndicator file at
 //Verify if the current view must be clipped to the screen
        Rect curPageBound = bounds.get(mCurrentPage);
        float curPageWidth = curPageBound.right - curPageBound.left;
        if (curPageBound.left < leftClip) {
            //Try to clip to the screen (left side)
            clipViewOnTheLeft(curPageBound, curPageWidth, left);
        }

at  clipViewOnTheLeft(curPageBound, curPageWidth, left); i m getting that
exception please give me solution.
Thanks in advance.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »