Problem with the activation of the scrolling features

Hi all:

I write a game application that takes advantage of two menus api normal (for the initial screen), as well as related graphical rendering tips, once the game is in progress.  One of the menus I have is a statistics screen, implemented as follows:

class StatisticsScreen extends MainScreen
{

 public StatisticsScreen(SpyderMainApplication p, long style)
  {
    super(style);

    parent = p;
    prof = parent.getProfile();

    VerticalFieldManager vfm = new VerticalFieldManager(
        Manager.VERTICAL_SCROLLBAR | Manager.VERTICAL_SCROLL);

    LabelField title = new LabelField("Statistics", LabelField.FIELD_HCENTER);
    setTitle(title);

   // add total statistics
    LabelField totalTitle = new LabelField("Overall Statistics",
        LabelField.FIELD_LEFT);
    vfm.add(totalTitle);
    SeparatorField sft = new SeparatorField();
    vfm.add(sft);

    vfm.add(new BasicManager(20)); ... adds a number of other fields inside of vfm, so that it *should* enable scrolling (the whole screen isn't visible) ...

    add(vfm);

    updateLayout();
    }

  protected void sublayout(int width, int height)
  {
    super.sublayout(width, height);
  }
}

The base Manager is implemented as follows:

import net.rim.device.api.ui.*;
import net.rim.device.api.ui.component.*;
import net.rim.device.api.system.*;

//import net.rim.device.api.ui.container.*;

class BasicManager extends Manager
{
        int _managerHeight; // Total height of the manager

        // Pass in desired height.  Scrolling is turned off in both directions.
        public BasicManager(int passHeight)
        {
                super(Manager.NO_HORIZONTAL_SCROLL | Manager.VERTICAL_SCROLL);
                _managerHeight = passHeight;
        }   

        protected void sublayout(int width, int height)
        {
                BasicTextField field;

                // Loop through all the fields contained with the layout manager
                for (int lcv = 0; lcv < getFieldCount(); lcv++)
                {
                        //Get the field.
                        field = (BasicTextField)getField(lcv);

                        //Obtain the custom x and y coordinates for
                        //the field and set the position for
                        //the field.
                        switch (field.getCustomStyle())
                        {
                        // Custom style 1 is for the left side of the text to be at 1/8th the width
                        // of the screen
                        case 1:
                                setPositionChild(field, width / 8 , field.getY());
                                break;

                                // Custom style 2 is for the right side of the text to be at 7/8ths the width
                                // of the screen
                        case 2:
                                setPositionChild(field, width * 7 / 8 - field.getPreferredWidth(), field.getY());
                                break;

                                // Any other custom style gets position strictly from X,Y
                        default:
                                setPositionChild(field, field.getX(), field.getY());  

                        }

                        //Layout the field.
                        layoutChild(field, width, height);
                }

                //Set the manager's dimensions
                setExtent(width, _managerHeight);
        }
}

class BasicTextField extends LabelField
{
        int _xPos, _yPos, _customStyle; // coordinates and style

        // We pass in the coordinates and the custom style
        BasicTextField(String passLabel, int passStyle, int passX, int passY)
        {
                super(passLabel);
                _xPos = passX;
                _yPos = passY;
                _customStyle = passStyle;
        }    

        // Getters for position and style
        int getX() { return _xPos; }
        int getY() { return _yPos; }
        int getCustomStyle() { return _customStyle; }

        public int getPreferredWidth()
        {
                return Display.getWidth();
        }

        public int getPreferredHeight()
        {
                return Display.getHeight();
        }
}

Now, the problem I have is that on any platform (curve 8330, pearl 8130, etc...), he will not allow the user to scroll to the bottom of the page.  I did something wrong in my application?  I can't get to allow scrolling...

Thanks in advance for any help!

~ Scott

A quick response - it's late for me.  Default LabelField is not active, so the BB has no place where to focus on when you try to scroll down.  The fastest solution is to be the subject of the LabelField FOCUS.  Otherwise, announces a few NullFields that are focusable.  Let us know if you need more.

Tags: BlackBerry Developers

Similar Questions

  • Problem with the scroll bar doesn't work is not on the computer.

    I've recently updated to Windows 8, and now the scroll bar on the right side of my touchpad is not scrolling.  I have an Acer computer.  Can someone help me solve this problem?

    You may be able to get this feature back by getting Windows 8 drivers for your touchpad.

    Go to the Acer website and search your computer model and see if there are drivers of Windows 8.

    See if there is a touchpad drivers listed for your computer.

    Click to download, select run and follow the instructions that the Installer gives.

    I hope you find the driver you need.

    You can see other drivers for your computer too while you're there. The drivers from the manufacturer works usually better than Windows comes with that.

  • Problem with the CNVGetVariables feature

    Hello

    A co-worker and I were looking for by using the CNVGetVariables() function.

    We couldn't get the function works as we thought it should work (according to the CVI help files).

    Then, I managed to make it work in a way after seeing a post on this forum suggesting that worked only for the variables on the host system (see post http://forums.ni.com/t5/LabWindows-CVI/NetworkVariablePopup-only-shows-running-processes/td-p/115864...)

    However, I used CVI 2010 and my colleague used CVI 2012. Assistance in CVI 2010 suggests that the CNVGetVariables() refers to processes on the host computer only and prohibits the use of process containing names '-' characters - however, the CVI 2012 help suggests that it is possible to specify the process on other machines and explains how to use '-' characters with escape sequences - it is the functionality that we are unable to go to work in 2012 of the CVI.

    For example, my local machine reports with a "weather data" process that has several network example variables is linked to him.

    CNVGetVariables ("weather data", & MyVariableList, & iNumVars); working properly, but

    CNVGetVariables (data, \\\localhost\\weather& MyVariableList, & iNumVars); a return in result-6393 "Argument is invalid.

    I think help is rather opaque specifying how the URL should be mentioned, but it may seem to think that because I have uses '-' characters, then I should use:

    CNVGetVariables ("data \\\localhost\\'weather", & MyVariableList, & iNumVars "); but it is too with-6393 "Argument is invalid.

    What I am doing wrong?

    Thank you

    Chris

    The reason for which the documentation indicates 'path' in 2012 compared to the 'process' in 2010 is because in 2012 this feature also supports Variable - no remote machines network folders. Before 2012, the appellants cannot get variables directly under a process and can not get the variables under a network variable folder or a subfolder.

    And Furthermore, I've cited by 2012.

  • Hi guys I am having a big problem with the OpenCl feature menu of photoshop performance it's still gray I have a 3000 Intel graphic card and processor i3, I am using Windows 8.1 I will post my info system below for more information:

    Adobe Photoshop Version: 2014.2.2 20141204.r.310, 2014/12 / 04:23:59:59 CL 994532 x 64

    Operating system: Windows 64-bit 8.1

    Version: 6.3

    System architecture: Intel CPU Family: 6, model: 10, Stepping: 7 with MMX, SSE whole, FP SSE, SSE2, SSE3, SSE4.1, SSE4.2, AVX, HyperThreading

    Physical processor count: 2

    Number of logical CPUs: 4

    Processor speed: 2295 MHz

    Built-in memory: 6058 MB

    Free memory: 3112 MB

    Memory available to Photoshop: 5176 MB

    Memory used by Photoshop: 100%

    Multi-frequency 3D printing: disabled.

    Windows 2 x UI: disabled.

    HighBeam: disabled.

    Tile image size: 1028K

    Image cache level: 8

    Overview of fonts: medium

    TextComposer: Latin

    Display: 1

    Limits of the display: top = 0, left = 0, low = 768, right = 1366

    OpenGL drawing: enabled.

    OpenGL allows old GPU: not detected.

    OpenGL drawing mode: Advanced

    OpenGL allows Normal Mode: true.

    OpenGL allows Advanced Mode: true.

    AIFCoreInitialized = 1

    AIFOGLInitialized = 1

    OGLContextCreated = 1

    NumGLGPUs = 1

    NumCLGPUs = 0

    glgpu [0]. GLVersion = "3.0".

    glgpu [0]. GLMemoryMB = 2108

    glgpu [0]. GLName = "Intel(r) HD Graphics 3000"

    glgpu [0]. GLVendor = "Intel."

    glgpu [0]. GLVendorID = 32902

    glgpu [0]. GLDriverVersion = "9.17.10.4229".

    glgpu [0]. GLRectTextureSize = 8192

    glgpu [0]. GLRenderer = "Intel(r) HD Graphics 3000"

    glgpu [0]. GLRendererID = 278

    glgpu [0]. HasGLNPOTSupport = 1

    glgpu [0]. GLDriver = "igdumd64.dll, igd10umd64.dll, igd10umd64.dll, igdumd32, igd10umd32, igd10umd 32.

    glgpu [0]. GLDriverDate = "20150526000000.000000 - 000.

    glgpu [0]. CanCompileProgramGLSL = 1

    glgpu [0]. GLFrameBufferOK = 1

    glgpu [0] .glGetString [GL_SHADING_LANGUAGE_VERSION] = ' 1.30 - Intel Build 9.17.10.4229.

    glgpu [0] .glGetProgramivARB [GL_FRAGMENT_PROGRAM_ARB] [GL_MAX_PROGRAM_INSTRUCTIONS_ARB] = [1447]

    glgpu [0] .glGetIntegerv [GL_MAX_TEXTURE_UNITS] = [8]

    glgpu [0] .glGetIntegerv [GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS] = [16]

    glgpu [0] .glGetIntegerv [GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS] = [16]

    glgpu [0] .glGetIntegerv [GL_MAX_TEXTURE_IMAGE_UNITS] = [16]

    glgpu [0] .glGetIntegerv [GL_MAX_DRAW_BUFFERS] = [8]

    glgpu [0] .glGetIntegerv [GL_MAX_VERTEX_UNIFORM_COMPONENTS] = [512]

    glgpu [0] .glGetIntegerv [GL_MAX_FRAGMENT_UNIFORM_COMPONENTS] = [1024]

    glgpu [0] .glGetIntegerv [GL_MAX_VARYING_FLOATS] = [41]

    glgpu [0] .glGetIntegerv [GL_MAX_VERTEX_ATTRIBS] = [16]

    glgpu [0] .extension [AIF::OGL:GL_ARB_VERTEX_PROGRAM] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_FRAGMENT_PROGRAM] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_VERTEX_SHADER] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_FRAGMENT_SHADER] = 1

    glgpu [0] .extension [AIF::OGL:GL_EXT_FRAMEBUFFER_OBJECT] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_TEXTURE_RECTANGLE] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_TEXTURE_FLOAT] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_OCCLUSION_QUERY] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_VERTEX_BUFFER_OBJECT] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_SHADER_TEXTURE_LOD] = 0

    License type: free trial

    Serial number: Trial Version

    The application folder: C:\Program Files\Adobe\Adobe Photoshop CC 2014\

    Temporary file path: C:\Users\HABIL_~1\AppData\Local\Temp\

    Zero Photoshop has async I/O active

    Scratch the volumes:

    C:\, 465.2 G, 369.5 free G

    Required plugins folder: C:\Program Files\Adobe\Adobe Photoshop 2014\Required\Plug-Ins\ CC

    Main Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop 2014\Plug-ins\ CC

    Installed components:

    A3DLIBS.dll A3DLIB 9.2.0.112 dynamic link library

    ACE.dll CEA-2014/08/12-23: 42:09 79,557478 79.557478

    adbeape.dll Adobe EPA 2013/02/04-09: 52:32 0.1160850 0,1160850

    AdbePM.dll PatchMatch 2014/09/07-21: 07: 38 79,558079 79.558079

    AdobeLinguistic.dll Adobe linguistic Library 8.0.0

    AdobeOwl.dll Adobe Owl 5.2.4

    AdobePDFL.dll PDFL 2014/08/18-15: 13: 12 79,512424 79.512424

    Adobe AdobePIP.dll 7.2.1.3399 product improvement program

    AdobeXMP.dll Adobe XMP Core 2014/08/20 / 09: 53:02 79,156797 79.156797

    AdobeXMPFiles.dll Adobe XMP files 2014/08/20 / 09: 53:02 79,156797 79.156797

    AdobeXMPScript.dll Adobe XMP Script 2014/08/20 / 09: 53:02 79,156797 79.156797

    adobe_caps.dll Adobe CAPS 8,0,0,13

    AGM.dll AGM 2014/08/12-23: 42:09 79,557478 79.557478

    ahclient.dll AdobeHelp Dynamic Link Library 1,8,0,31

    Amtlib.dll AMTLib (64 Bit) 7.0.0.169 BuildVersion: 7,0; Brand: Monday, April 8, 2013 02:31:50) 1.000000

    ARE.dll ARE 2014/08/12-23: 42:09 79,557478 79.557478

    Axe8sharedexpat.dll AXE8SharedExpat 2013/12/20-21: 40:29 79,551013 79.551013

    AXEDOMCore.dll AXEDOMCore 2013/12/20-21: 40:29 79,551013 79.551013

    Bib.dll BIB 2014/08/12-23: 42:09 79,557478 79.557478

    BIBUtils.dll BIBUtils 2014/08/12-23: 42:09 79,557478 79.557478

    boost_date_time.dll photoshopdva 8.0.0

    boost_signals.dll photoshopdva 8.0.0

    boost_system.dll photoshopdva 8.0.0

    boost_threads.dll photoshopdva 8.0.0

    CG.dll NVIDIA Cg Runtime 3.0.00007

    cgGL.dll NVIDIA Cg Runtime 3.0.00007

    Adobe CIT.dll CIT 2.2.6.32411 2.2.6.32411

    Adobe CITThreading.dll CITThreading 2.2.6.32411 2.2.6.32411

    CoolType.dll CoolType 2014/08/12-23: 42:09 79,557478 79.557478

    dvaaudiodevice.dll photoshopdva 8.0.0

    dvacore.dll photoshopdva 8.0.0

    dvamarshal.dll photoshopdva 8.0.0

    dvamediatypes.dll photoshopdva 8.0.0

    dvametadata.dll photoshopdva 8.0.0

    dvametadataapi.dll photoshopdva 8.0.0

    dvametadataui.dll photoshopdva 8.0.0

    dvaplayer.dll photoshopdva 8.0.0

    dvatransport.dll photoshopdva 8.0.0

    dvaui.dll photoshopdva 8.0.0

    dvaunittesting.dll photoshopdva 8.0.0

    Dynamiclink.dll photoshopdva 8.0.0

    ExtendScript.dll ExtendScript 2014/01/21-23: 58:55 79,551519 79.551519

    icucnv40.dll International Components for Unicode 2013/02/25-15: 59:15 Build gtlib_4.0.19090

    icudt40.dll International Components for Unicode 2013/02/25-15: 59:15 Build gtlib_4.0.19090

    igestep30.dll IGES 9.3.0.113 drive

    imslib.dll IMSLib DLL 7.0.0.154

    JP2KLib.dll JP2KLib 2014/06/28-00: 28:27 79,254012 79.254012

    libifcoremd.dll Intel Visual Fortran compiler 10.0 (A patch)

    libiomp5md.dll Intel(r) OpenMP * Runtime Library 5.0

    libmmd.dll Intel(r) C Compiler, Intel C++ Compiler, Intel Fortran compiler 12.0

    LogSession.dll LogSession 7.2.1.3399

    mediacoreif.dll photoshopdva 8.0.0

    MPS.dll MPS-2014/08/18-23: 43,19 79,557676 79.557676

    pdfsettings.dll Adobe PDFSettings 1.04

    Adobe Photoshop CC 2014 15.2.2 Photoshop.dll

    Adobe Photoshop CC 2014 15.2.2 plugin.dll

    PlugPlugExternalObject.dll Adobe CEP PlugPlugExternalObject Dll Standard (64 bit) 5.0.0

    PlugPlugOwl.dll Adobe CSXS PlugPlugOwl Dll Standard (64 bit) 5.2.0.54

    Adobe Photoshop CC 2014 15.2.2 PSArt.dll

    Adobe Photoshop CC 2014 15.2.2 PSViews.dll

    SCCore.dll ScCore 2014/01/21-23: 58:55 79,551519 79.551519

    ScriptUIFlex.dll ScriptUIFlex-2014/01/20-22: 42:05 79,550992 79.550992

    svml_dispmd.dll Intel (r) C Compiler, Intel C++ Compiler, Intel Fortran compiler 12.0

    TBB.dll Intel Threading Building Blocks for Windows 4, 2, 2013, 1114

    tbbmalloc.dll Intel Threading Building Blocks for Windows 4, 2, 2013, 1114

    TfFontMgr.dll FontMgr 9.3.0.113

    TfKernel.dll kernel 9.3.0.113

    Geom TFKGEOM.dll kernel 9.3.0.113

    Adobe TFUGEOM.dll, UGeom © 9.3.0.113

    updaternotifications.dll Adobe Updater Notifications Library 8.0.0.14 (BuildVersion: 1.0;) Brand: BUILDDATETIME) 8.0.0.14

    VulcanControl.dll Vulcan Control Library 5.0.0.82 Application

    VulcanMessage5.dll Vulcan Message Library 5.0.0.82

    WRServices.dll WRServices Friday, March 7, 2014 15:33:10 build 0.20204 0,20204

    U3D writer 9.3.0.113 wu3d.dll

    Required plugins:

    3D Studio 15.2.2 (2014.2.2 x 001 003 x)

    Accented edges 15.2.2

    Adaptive wide-angle 15.2.2

    Angular Strokes 15.2.2

    Average 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 bas-relief

    15.2.2 BMP

    Camera Raw 9.0

    Camera Raw Filter 9.0

    Chalk and charcoal 15.2.2

    15.2.2 charcoal

    15.2.2 chrome

    15.2.2 Cineon (2014.2.2 x 001 003 x)

    15.2.2 clouds (2014.2.2 x 001 003 x)

    15.2.2 COLLADA (2014.2.2 x 001 003 x)

    Halftone color 15.2.2

    15.2.2 colour pencil

    CompuServe GIF 15.2.2

    Conté 15.2.2 pencil

    15.2.2 crack

    Crop and straighten Photos 15.2.2 (2014.2.2 x 001 003 x)

    Crop and straighten Photos 15.2.2 filter

    Hatch: 15.2.2

    15.2.2 to crystallize

    15.2.2 cutting

    15.2.2 Dark strokes

    15.2.2 deinterlacing

    15.2.2 DICOM

    Difference clouds 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 glow

    Move 15.2.2

    15.2.2 dry brush

    Eazel acquire 15.2.2 (2014.2.2 x 001 003 x)

    Embed watermark 4.0

    15.2.2 entropy (2014.2.2 x 001 003 x)

    NO export VERSION color tables

    Extrude 15.2.2

    FastCore 15.2.2 routines (2014.2.2 x 001 003 x)

    15.2.2 the fibers

    Film Grain 15.2.2

    Filters 15.2.2 Gallery

    Flash 3D 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 fresco

    15.2.2 glass

    15.2.2 Scarlet contours

    Google Earth 4 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 grain

    15.2.2 graphic pen

    Halftone Pattern 15.2.2

    15.2.2 HDRMergeUI

    HSB/HSL 15.2.2

    IFF Format 15.2.2

    15.2.2 IGES (2014.2.2 x 001 003 x)

    15.2.2 ink outlines

    JPEG 2000 15.2.2

    Flattening coefficient 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 goal blur

    15.2.2 goal correction

    Lens Flare 15.2.2

    Liquefy 15.2.2

    Operation of Matlab 15.2.2 (2014.2.2 x 001 003 x)

    maximum 15.2.2 (2014.2.2 x 001 003 x)

    Mean 15.2.2 (2014.2.2 x 001 003 x)

    Measure Core 15.2.2 (2014.2.2 x 001 003 x)

    Median 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 Mezzotint

    Minimum 15.2.2 (2014.2.2 x 001 003 x)

    MMXCore Routines 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 mosaic tiles

    Multiprocessor support 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 Neon

    15.2.2 paper

    15.2.2 colour NTSC (2014.2.2 x 001 003 x)

    Ocean Ripple 15.2.2

    15.2.2 OpenEXR

    Paint Daubs 15.2.2

    15.2.2 palette knife

    15.2.2 patchwork

    Paths to Illustrator 15.2.2

    15.2.2 PCX (2014.2.2 x 001 003 x)

    15.2.2 photocopying

    15.2.2 Photoshop 3D engine (2014.2.2 x 001 003 x)

    Photoshop Touch 14.0

    Photo filter package 15.2.2 (2014.2.2 x 001 003 x)

    Pinch 15.2.2

    Pixar 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 plaster

    15.2.2 plastic wrap

    15.2.2 PLY (2014.2.2 x 001 003 x)

    15.2.2 PNG

    15.2.2 pointillism

    15.2.2 polar coordinates

    Portable Bit map 15.2.2 (2014.2.2 x 001 003 x)

    Poster edges 15.2.2

    People's Republic of CHINA 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 radial blur

    15.2.2 radiance (2014.2.2 x 001 003 x)

    15.2.2 range (2014.2.2 x 001 003 x)

    Read watermark 4.0

    Color research grid NO VERSION rendering

    15.2.2 Crosslinking

    15.2.2 the ripple

    Rough Pastels 15.2.2

    Save for Web 15.2.2

    15.2.2 ScriptingSupport

    Shake Reduction 15.2.2

    15.2.2 shear

    15.2.2 asymmetry (2014.2.2 x 001 003 x)

    Smart Blur 15.2.2

    Smudge Stick 15.2.2

    Solarize 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 splash

    Spherize 15.2.2

    15.2.2 sponge

    15.2.2 sprayed strokes

    15.2.2 stained glass

    15.2.2 stamp

    15.2.2 standard deviation (2014.2.2 x 001 003 x)

    STL 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 Sumi-e

    15.2.2 summation (2014.2.2 x 001 003 x)

    15.2.2 Targa

    15.2.2 texture veneer

    15.2.2 tiles

    15.2.2 torn edges

    15.2.2 twirl watch

    U3D 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 draft

    15.2.2 vanishing point

    15.2.2 the variance (2014.2.2 x 001 003 x)

    Virtual Reality Modeling Language. VRML 15.2.2 (2014.2.2 x 001 003 x)

    Water paper 15.2.2

    15.2.2 watercolor

    15.2.2 wave

    Wavefront | 15.2.2 OBJ (2014.2.2 x 001 003 x)

    WIA support 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 wind

    Wireless Bitmap 15.2.2 (2014.2.2 x 001 003 x)

    Zig - zag 15.2.2

    Plug-ins option and the third: NONE

    Plug-ins that could not load: NONE

    Flash:

    Libraries

    Adobe color themes

    Install TWAIN devices: NONE

    In addition, your libraries of Photoshop are corrupt.

    You must uninstall Photoshop, reinstall it from the creative cloud app, and this time do not try to modify or replace any of the libraries provided.

  • Problem with the search function

    I use firefox 10 and I have a problem with the search feature. If the word that I will try to find begins with the capital letter I can't find with control function if I write the word only with small letters. a the opposite. For example, if the word is 'Letter' I can't find this word if I type 'letter' in the search bar

    Is the option 'Option match case' in the verified search bar? If so, uncheck it.

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

    Not related to your question, but...

    You may need to update some plug-ins. Check your plug-ins and update if necessary:

  • problem in the scroll bar, please help...

    I have a problem with the scroll bar, why my horizontal scroll bar did not work on my labelfield?

    It works when I change the labelfield in a buttonfield.

    is there a different code for labelfield scrollbar?

    Please help me...

    This is my simple code...

    You have to edit it like this...

    Source language:

    a = new LabelField ("tessssst1");

    change:

    a = new LabelField ("tessssst1", FOCUSABLE);

    in the same way for all the fields in the label...

  • Problems with the export of

    Hello

    I had problems with the export feature in Photoshop 2015 CC. I think that the problems started some time around the most recent update, but it is possible it all started when I used the photo frame Script (filter > render > photo frame). I'm not sure. But as you'll see below, it is almost that the software attempts to create a setting when I try to export an image.

    In any case, when I try to use the export function, the image that appears in the dialog box is stretched and distorted.

    photoshop-problems-2.jpg

    I can resize the box and the image will then appear normal, but then when I click on "Export all", the screen looks like this:

    photoshop-problems-3.jpg

    The box save never actually appears. It's just a white box with a black column. It's almost as if the screen is not complete the drawing.

    And it seems that this problem starts even before I got to export in the form box. The beginning of Photoshop screen looks like this:

    photoshop-problems-1.jpg

    The file names (which I have gray here) are not complete. They end up just with a white line that reaches out to the right of the screen.

    This has happened for at least a few weeks now. Stop smoking out and restarting does not help. I tried to reset my preferences and that did not help. I tried to delete the preferences file and it still happens.

    BTW, the Save for Web feature works very well.

    I work on a Mac with the following attributes:

    photoshop-problems-4.jpg

    My Mac software is up to date, as well as Photoshop.

    Can someone help me understand what is happening and how to fix it?

    Thank you-

    Mary

    If you see a picture frame in the preview, but not in the exported file, I think that you have driver video card problems.

    If you go into Photoshop preferences > Performance and uncheck 'Use Graphics Processor', the problem goes away?

  • Problem with the installation and activation of Autodesk Autocad 2011

    I'm having a problem with the Autodesk Autocad 2011 activation. After I download and install the software, there should I active and a window opens to activation. The problem is the window is empty and I tried closing and reopending the program. I tried to uninstall and reinstall the program several times and get the same result. I checked the site Autodesk solutions and tried what they suggested, but without success. Help, please.

    Thank you

    Matt

    Hello

    You can activate AutoCAD, through activation and the recording interface, you can activate your product 24 hours a day, seven days a week, through the Internet or by e-mail. Or the other option takes only a few steps to complete and requires your product serial number and registration information.

    http://images.Autodesk.com/ADSK/files/autocad_2011_faq_us.PDF

    Also try the suggestion in the given below link and check if this is useful to solve the problem.

    http://USA.Autodesk.com/ADSK/servlet/PS/DL/Item?siteID=123112&ID=10244471&LinkId=9240617

    http://USA.Autodesk.com/ADSK/servlet/PS/DL/Item?siteID=123112&ID=10243884&LinkId=9240617

    If this does not help, you must contact the support of AutoCAD to help you activate the product.

    http://USA.Autodesk.com/ADSK/servlet/PS/index?siteid=123112&ID=2714854&LinkId=9240617

    Hope this information is useful.

    Amrita M

    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Problems with the mouse scrolling

    I have a Microsoft Wireless Mobile Mouse 1000 that I use on my laptop Dell Inspiron N5110 with Windows 7 Ultimate 64 - bit installed on it.

    Recently, the mouse wheel is crazy I've put it down it scrolls to the top, scroll down, done both or nothing. and this only happens when scrolling down, there is no problem of scrolling upward.

    I changed the USB port - in which I put the receiver - the only one directly attached to the motherboard. That gave me minutes of scrolling perfect without problem, but after having tried other ports he went crazy again.

    I tried to uninstall the driver from Device Manager and then put it back, but to no avail (I did for several ports)

    I should note that the problem itself is fluctuating, which sometimes means that the wheel is crazier than others and I tried the mouse on another laptop and the problem does not occur.

    Thanks in advance.

    Original title: Wireless Mouse 1000 - wheel had crazy

    Hello

    You did changes to the computer before this problem?

    I wish that you read the following article and follow the suggestions in the article.

    The problems with the mouse button or scroll the parameters
    http://support.Microsoft.com/kb/303091/en-us
     
    Hope this helps, if the problem persists with Windows updates, please get back to us. We are here to help you.

  • I have a problem with the active WiFi Seagate GoFlex TV Media Player asking for a net user ID and a password.

    Original title: Net User ID & Net password

    After the upgrade from Vista to W7-64 CV, I have a problem with an active WiFi Seagate GoFlex TV Media Player asking for a "Net User ID & Net password" to log.  I used all imaginable combinations of IDs & passwords, but they all lead to logon fails. I'm almost certain that it is a W7 security problem because others with the same players who went to W7 face the same problem.  I found many supposed fixes online, but none works.

    I am aware that MS W7 works as it should and Seagate is not their problem, but if anyone can recommend a change of security to help this issue, I guarantee a pass towards the sky.

    PS: All the sharing, etc. continuously.  are installed as they should be.

    The only reference to Net User ID and password I can find is on page 46/47 of the User Guide. If this is not the user name and password of the Windows account that you want to share files with, I don't know what it is.

    I guess patches that you tried to include those that are mentioned here:

    http://forums.Seagate.com/T5/FreeAgent-theater-and-GoFlexTV/logon-fail-home-network-Windows-7/TD-p/70540

    I would have suggested the registry change.

    It might be worth checking that you have the latest firmware, just in case.

    http://knowledge.Seagate.com/articles/en_US/FAQ/216931en?language=en_US

  • Problems with the images scroll buttons

    Hi Lilicuca

    I'm having exactly the problem you two above.

    If I use an older version of the content viewer, it will eliminate the delay? What older version works?

    Thank you

    Office Viewer is completely different code which works on iOS devices and we do not recommend using it for something beyond just basic design test. Looks like it's just a bug with the scroll images buttons.

    The version of spectator target that you define in the Folio Builder Panel has no effect on the generation of content.

    Neil

  • Problem with the Login user and scroll form

    Hi all, I have a problem with the form for the user to login to my page.

    There is a connection user transaction and the cursor automatically appears in the tefxfield of connection, which causes the page to scroll automatically, so the banner is completely displayed.

    I tried with the blur() and javascript function, but it simply doesn't. Anyone know a solution to this problem?

    Just came across the following in the file 'includes/tng/scripts/FormValidation.js ': code snippet

    if (typeof KT_FVO['kt_login_user']!='undefined') {
                   var user_name_ctrl = document.getElementById("kt_login_user");
                   if (user_name_ctrl) {
                        user_name_ctrl.focus();
                   }
              }
         }
    

    If I understand correctly, here´s where ADDT´s "kt_login_user" of field entry will focus on loading the page, so I think basic is enough to disable the line...

    user_name_ctrl. Focus();

    .. .to add a first comment in javascript:

    user_name_ctrl. Focus();

    See you soon,.

    Günter

  • I'm playing a game on MSN and it says I have a problem with the firewall. I activated the firewall from Microsoft, don't you think not that I have another firewall somewhere?

    Error 1863 and 6891 to 6900.  These codes have to do with Windows Live Messenger?

    Hi Tina,

    In dealing with the problem with the Windows Live Messenger games, I recommend you post your question in Windows Live Solution Center for assistance.

    Portal Messenger

    Hope the helps of information.

  • I have problems with the Windows Update feature!

    I have problems with the function of update windows for KB2596598, KB2596744, KB2687310, KB2596786 with an error code of 80070641.  They keep for lack of update!  My current windows is Vista Home Premium! Do you have a solution for this?

    If System Mechanic is or has been installed, it is your troublemaker & you have lots of company!

    See my colleague Maurice RESPONSE message in this thread: http://answers.microsoft.com/thread/d6fedf33-dc1b-451f-9aab-97429f916180

    If still no joy, contact System Mechanic (iolo.com) supported for assistance-, they are well aware of the problem application has caused!

    TIP: If you think that more never your registry database needs to be cleaned, repaired, boosted, to the point, healed, twisted, fixed, magnified, "swept" or optimized (and even more to convince that it is not), read http://aumha.net/viewtopic.php?t=28099 and draw your own conclusions. See also http://blogs.technet.com/markrussinovich/archive/2005/10/02/registry-junk-a-windows-fact-of-life.aspx

  • I have a problem with the content of spam. Somewhere in the Fox appeared script that's choking me audio spam. Every 30 minutes he's playing an audio clip that is malicious.

    Hello.
    I have a problem with the content of spam. Somewhere in the Fox appeared script that's choking me audio spam. Every 30 minutes he's playing an audio clip that is malicious. I can't find the settings as it eliminated. Now, I don't have any plug-ins and Add-ons strange that were not initially in the Fox, but the problem is there.
    I use the Fox years. The problem, he had 1.5 months after Fox cleaning. If the problem can't win, I'll be forced to give up the browser, and I wouldn't.

    Could test you mode without failure of Firefox? It is a standard diagnostic tool to disable some advanced features of Firefox and extensions. More info: questions to troubleshoot Firefox in Safe Mode.

    Does not work if Firefox: Hold down the SHIFT key when you start Firefox.

    If Firefox is running: You can restart Firefox in Mode safe mode using either:

    • button "3-bar" menu > "?" button > restart with disabled modules
    • Help menu > restart with disabled modules

    and OK reboot.

    Two scenarios: A small dialog box should appear. Click on 'Start mode safe' (not update).

    Any improvement?

    If the problem persists in Mode without failure, could reinstall you Firefox in this way:

    Clean reinstall it

    We use this name, but it isn't about deleting your settings, this is to ensure that the program, files are clean (not incompatible, corrupt or exotic code files). As described below, this process does not disrupt your existing settings. Don't uninstall NOT Firefox, that does not need.

    (1) download a fresh Installer for Firefox 38.0.5 of https://www.mozilla.org/firefox/all/ in an ideal location. (Scroll down your preferred language).

    (2) close Firefox (if applicable).

    (3) to rename the program folder, either:

    (Windows 64-bit folder names)

    C:\Program Files (x86)\Mozilla Firefox
    

    TO

    C:\Program Files (x86)\OldFirefox
    

    (Windows 32-bit folder names)

    C:\Program Files\Mozilla Firefox
    

    TO

    C:\Program Files\OldFirefox
    

    (4) run the installer you downloaded in the #1. It should automatically connect to your existing settings.

    Any improvement?

    Note: Some plugins can only exist in this OldFirefox file. If it is missing something essential, present in these files:

    • \OldFirefox\Plugins
    • \OldFirefox\browser\plugins
  • Problem with the screen on IPAD curtain

    Hello

    I'm a bad psychic, and I have a problem with the screen curtain.

    A longitudinal of Voice Over, the screen curtain is automatically activate.

    Normally to turn it off, you must type three times with three fingers. Only on my IPAD when I type three times with three fingers is "saying that turns off or preach. Find it me impossible to disable the screen curtain when voiceover is active.

    The latest version of IOS 9.2.1 is installed.

    I reset the Ipad and nothing changes.

    Can someone help me?

    Thank you

    Is is possible that the zoom is also on your iPad? If this is the case, try to use a quadruple 3 finger tap to turn off screen curtain.

    If the zoom is not active, try:

    1. Possessing the sleep/wake and home button until the Apple logo appears or 15-20 seconds.
    2. If, you can't remove the curtain of the screen, I would advise you reset the settings of the iPad. Settings > general > reset > reset all settings. It will be his turn VoiceOver off, but then you can use iTunes to turn on VoiceOver. Voice-over should return without the curtain of the screen automatically active. IOS - Apple Support using accessibility features

    The of is it possible that zoom is also active your iPad? In this case, you must use a valve 3 quadruple finger pour disable the screen curtain.

    try if the zoom is not enabled:
    1. While holding the button market / sleep and home to ' to the Apple logo, or 15-20 seconds.
    2. If you still can't delete the screen curtain, I recommend to RESET the settings on the iPad. Settings > General > RESET > RESET all settings. This turns off VoiceOver, but you can then use iTunes to turn on VoiceOver. Back to turn voiceOver should without the curtain automatically active screen. Use IOS - Apple support accessibility features

    -AJ

Maybe you are looking for

  • is it safe to update to Snow Leopard 10.6.8 to the Mavericks

    My local store thought Stormfront that if I upgraded to El Capitan it would slow down my Imac system upward.  They recommended that I should just upgrade to the Mavericks. Someone else has all know about which is the best version upgraded to that I s

  • bug in iOS on iPhone 6s 9.3

    Links on safari and some apps couldn't be turned on after I have updated to iOS 9.3 3 on my iPhone 6 s.

  • H8-1223: does not start

    I'm building a desktop computer.  I installed everything.  I turn on the computer for the first time.  I get the lights and the fans are running.  I rebooted with the same results.  I changed the power supply and achieve the same results.  Any ideas?

  • Satellite L500 damaged ports usb - warranty repair?

    Two usb ports on my laptop L500 physically broken.The central piece of plastic inside usb ports themselves are separated and are now not working not.,. Don't you think that Toshibe will repair under warranty it is only 11 months old, or they will ins

  • recovery of wear of battery

    incredible, it works. my 500 Yoga wear 5% after only 2 months of Lenovo store. It's 45000mWh to 42840mWh within 2 months new. I do google all day. and voila, 1 click of the gauge of the energy system reset, extend the battery to 43970mWh. It takes ju