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


1PC USED A54MA55B BC186A413G52 Mitsubishi A500/F540 Series 55KW Drive Board #CZ picture

1PC USED A54MA55B BC186A413G52 Mitsubishi A500/F540 Series 55KW Drive Board #CZ

$317.00



1PC USED A54MA30B Mitsubishi F500/A500/A540 Series 30-37KW Drive Main Board #CZ picture

1PC USED A54MA30B Mitsubishi F500/A500/A540 Series 30-37KW Drive Main Board #CZ

$255.00



Radiomatic Flo-One Beta Radio-Chromatography Detector A-500 Model A525 [E2FL] picture

Radiomatic Flo-One Beta Radio-Chromatography Detector A-500 Model A525 [E2FL]

$245.00



Mitsubishi FR-A540-0.75K-NA AC DRIVE INVERTER 1 HP 380-480 VAC 50/60 HZ 4.1 AMP  picture

Mitsubishi FR-A540-0.75K-NA AC DRIVE INVERTER 1 HP 380-480 VAC 50/60 HZ 4.1 AMP

$649.99



MITSUBISHI FR-PU04 (67735), Parameter Unit: A500/E500, 10-KEY Keypad + Manual... picture

MITSUBISHI FR-PU04 (67735), Parameter Unit: A500/E500, 10-KEY Keypad + Manual...

$209.46



A54MA55B and BC186A413G52 frequency converters A500/F540 series 55KW drive board picture

A54MA55B and BC186A413G52 frequency converters A500/F540 series 55KW drive board

$350.00







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