BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 09-24-2008, 10:37 PM   #1
ambar
New Member
 
Join Date: Jul 2008
Model: 7100T
PIN: N/A
Carrier: sad
Posts: 14
Default ScrollChangeListener

Please Login to Remove!

Hi

I tried making a Terms and conditions screen wherein the user gets an option to move to the next screen when he has scrolled to the end of the screen.I thought using the ScrollChangeListener would solve my problem and well it did.

I tested it some time back and it worked like a charm.But in the last few days I am unable to get it to work .I know it sound ridiculous but its not working.Can anybody help me out in this.The problem now is that the listener is not called by the system which implies that it is not getting set properly.

Please hep.Here's the code:

Code:
 public TandC(  )
    {   
        Font boldFont = Font.getDefault().derive( Font.BOLD );
        int fontHeight = Font.getDefault().getHeight();

        Font labelFont = Font.getDefault().derive( Font.BOLD,
                                                   fontHeight + 4,
                                                   Ui.UNITS_px );
        Font italics = Font.getDefault().derive( Font.ENGRAVED_EFFECT|Font.ITALIC|Font.JAPANESE_HINT);
       //TODO:
        LabelField title1 = new LabelField( "mainTitle",
                                            LabelField.FIELD_HCENTER );
        title1.setFont( labelFont );
        setTitle( title1 );

        LabelField title = new LabelField( "title2" ,LabelField.FIELD_HCENTER);
        title.setFont( boldFont );
        add( title );
        //for spacing
        add( new LabelField("") );
        
        LabelField title2 = new LabelField( "Terms And Conditions" ,LabelField.FIELD_LEFT);
        title2.setFont( boldFont );
        add( title2 );
        
        add( new LabelField("") );
        LabelField content = new LabelField("a lot of text  a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text a lot of text ", LabelField.FIELD_LEFT );
        content.setFont( italics );
        add( content );

        setScrollListener( new ScrollListener() );
//I have also tried setting this listener to a verticalfield manager which adds the above "lot of text" field and then adds itself to the screen.
    }

    class ScrollListener implements ScrollChangeListener
    {
//Control wont come here.Thats my problem!!!
        public void scrollChanged( Manager manager, int newHorizontalScroll,
                                   int newVerticalScroll )
        {
            if( !m_TandCread
                    && ( newVerticalScroll >= ( manager.getVirtualHeight() - manager.getVisibleHeight() ) ) )
            {
                m_TandCread = true;//signifies if the screen has been scrolled to the bottom.
            }
        }

    }
Please help me out with this

Last edited by ambar; 09-24-2008 at 11:43 PM..
Offline  
Old 09-25-2008, 01:03 PM   #2
Dougsg38p
BlackBerry Extraordinaire
 
Join Date: Mar 2008
Location: Austin, TX
Model: 9700
PIN: N/A
Carrier: T-Mobile
Posts: 1,644
Default

Why not just add a button to the bottom of the screen, "I agree" ??
Offline  
Old 09-29-2008, 12:35 AM   #3
ambar
New Member
 
Join Date: Jul 2008
Model: 7100T
PIN: N/A
Carrier: sad
Posts: 14
Default

thankx 4 ur reply.
Its a requirement that I need to adhere to.
Could u point put something wrong in the code? I guess its something to do with setting the listener.
Could anyone try out this code and play a bit...
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


Vintage V-Mac Industries Inc. Pipe Threader Vosper Drophead Threader - READ picture

Vintage V-Mac Industries Inc. Pipe Threader Vosper Drophead Threader - READ

$199.00



Vintage Mac Warehouse  3.5” Floppy Disk Solar Powered Calculator Company Swag picture

Vintage Mac Warehouse 3.5” Floppy Disk Solar Powered Calculator Company Swag

$74.00



MAC USA 18-6 XDM Six Points 18 MM Socket 3/8

MAC USA 18-6 XDM Six Points 18 MM Socket 3/8" Drive Used Vintage Excellent Condt

$14.99



Vintage Mac Tools AW343 Series 1/2 Pneumatic Impact Driver  picture

Vintage Mac Tools AW343 Series 1/2 Pneumatic Impact Driver

$50.00



Vintage UNHOLTZ-DICKIE MAC-6C Equipment - Untested As-is picture

Vintage UNHOLTZ-DICKIE MAC-6C Equipment - Untested As-is

$71.99



Vintage MAC TOOLS 18MM Combination Wrench M18CW Metric 12 point **Made in USA** picture

Vintage MAC TOOLS 18MM Combination Wrench M18CW Metric 12 point **Made in USA**

$26.50







Copyright 2004-2016 BlackBerryForums.com.
The names RIM and BlackBerry are registered Trademarks of BlackBerry Inc.