VBox inside ModuleLoader scrolling problem (w / screenshot of show)

I have a VBox that scroll when even if the project runs as an Application, it works perfectly. I have then to modify the Application of a Module and load it into a parent using ModuleLoader app. As soon as I did that, the scrolling no longer works correctly. See screenshot

http://www.jetScreenshot.com/demo/20090428-375-225kb.jpg

I've also included this issue a bug introduced here:

http://bugs.Adobe.com/jira/browse/SDK-16394

Anyone ran into something like that with ModuleLoader? The controls are nested like this (if it is of any help):

Main application

ViewStack

Box of

Group of experts

ModuleLoader

Module

VBox

ViewStack

VBox <-it's the Vbox with scrolling problems

HBoxes children

It almost seems that these events in the loaded Module are blend with the rest of the application. I have tried several things to rememdy this.

Any ideas or suggestions would be very appreciated.

No idea why full screen would help me.  You say that the module is loaded after you go fullscreen?  Otherwise, go to full screen can cause an update which is not the case in normal mode.  Or maybe something about the arrangement grows on a minimum size when you are not in full screen.

Alex Harui

Flex SDK Developer

Adobe Systems Inc..

Blog: http://blogs.adobe.com/aharui

Tags: Flex

Similar Questions

  • Use of a ToggleSwitch inside a Scroller

    In 4.6, ToggleSwitch introduced resembles a large component that really gives a mobile feel to what would otherwise be a simple checkbox.  While I'm a little disappointed that it takes a new skin to set the labels selected and unselected, I can get there.

    The issue I'm having is with the help of a ToggleSwitch inside a Scroller.  If you place a ToggleSwitch inside a Scroller and fill the rest of the wheel with enough content, then the vertical scrolling the wheel action will interfere with ToggleSwitch horizontal scrolling.  While using the ToggleSwitch to move from left to right, if the user moves only upwards or downwards, then the Scroller scrolls.  This will break the ToggleSwitch interaction.  Usually, this will pop ToggleSwitch to close, left or right position.  However, the thumb of the ToggleSwitch several times is in the 2/3 of the ToggleSwitch middle.  In this case, the thumb crashes in the middle of the switch!

    This can be very confusing for a user, because their selection will not be completed.  Although it may seem that the ToggleSwitch has no selection, or is even (just or almost) in the enabled/disabled state... it could very well be in the opposite State.

    Has anyone found any workaround for this problem?

    Thanks for the reply.  I think my explanation could be a bit off.  Looks like your solution for scrolling in a ToggleSwitch, not by the ToggleSwitch.  Yet, it made me think of another method that resembles the work.

    I turn off the vertical scroll wheel when the switch is in use, and then turn it back on when the switch is completed.  I also force a reset of the selection of the switch if the mouse switch user.  This prevents do visually hung between on/off.

    protected function toggleSwitch_MouseDown(event:MouseEvent):void

    {

    scrollerContent.setStyle ('verticalScrollPolicy', ScrollPolicy.OFF);

    }

    protected function toggleSwitch_MouseOut(event:MouseEvent):void

    {

    scrollerContent.setStyle ('verticalScrollPolicy', ScrollPolicy.ON);

    toggleSwitch.selected = toggleSwitch.selected;

    }

    protected function scrollerContent_MouseUp(event:MouseEvent):void

    {

    scrollerContent.setStyle ('verticalScrollPolicy', ScrollPolicy.ON);

    }

  • Scrolling problem

    I have the scrolling problem in netbeans IDE in my macBook pro early 2015 (retina 13 inches), somewhere that is extremely fast cannot see what is happening and in a place more slowly scrolling and not able to fix by increase or decrease scrolling speed of the trackpad in

    sys.pref-> accessibility.

    Everyone please help.

  • scrolling problem large bitmap image

    City previous forums:

    Comments: comments
    scrolling problem large bitmap image
    Posted: Sep 28, 2007 14:47
     
    I want to scroll through a large bitmap image.i have read previous threads.i have added a null field before bitmap field. But the big picture scrolls, but shows an arrow down.
    Please help me.
    Thanks in advance.

    wang0043

    Messages: 12
    Join date: September 2007

    Re: image to large bitmap scrolling problem
    Posted the: October 1, 2007 03:35
     
    I have the same problem. After testing different ways using the BitmapField, I just changed paint the bitmap on the screen instead. More write the paint method and use drawbitmap to draw the bitmap to the screen. Track action wheelball to paint the bitmap can achieve the effect of view.

    Comments
    Re: image to large bitmap scrolling problem
    Posted the: 3 October 2007 18:10
     
    Can you guys post the code on how it's done?
    Thank you

    Comments: vicky
    Re: image to large bitmap scrolling problem
    Posted the: July 19, 2008 02:33
     
    Hello

    I get the same scrolling image problem. Can you please suggest some way

    thanx

    What kind of manager added the BitmapField to?  The support of the Manager there vertical or horizontal scrolling style defined?

    Here is an example of code that I use to show how to scroll through a screen image:

    Scrolling Image recipe

    The image of "test.png" is in the same folder as the source of java if you want to download that as well.

  • Management of scrolling problem

    Hello

    I have a sub VerticalFieldManager class. It shows a picture and some text and components. I show this in 2 ways either direct and via a pop-up screen. It displays directly works fine. For display on a pop-up screen, I added

    Super(VERTICAL_SCROLL |) VERTICAL_SCROLLBAR | HORIZONTAL_SCROLL | HORIZONTAL_SCROLLBAR);

    But only the vertical scroll works. Horizontal scrolling does not work. I put the picture as

    setBackground (BackgroundFactory.createBitmapBackground (picture));

    & text in object & components in sublayout. Searching the problem on this site, I found the solution "ScrollingImageRecipe" of St. Peter on http://supportforums.blackberry.com/t5/Java-Development/large-bitmap-image-scrolling-problem/m-p/214...

    Now, I view the image in object by using graphics.drawBitmap. By implementing these components added in sublayout are not visible. I guess that the painting is inspired by the componetns image and are not visible.

    How to make these visible front? Basically, to display a picure in the background with horizontal & vertical scrolling with text placed in the paint & components available under?

    Can someone help me with this problem. Any help is appreciated.

    Thank you

    Kevin wrote:

    Can give you the kind of nickname to treat navigationMovement more clearly and precisely.

    Thank you

    Something along the lines of:

    protected boolean navigationMovement(int dx, int dy, int status, int time) {
      if (dx != 0) {
        int maxScroll = getVirtualWidth() - getVisibleWidth();
        int currentScroll = getHorizontalScroll();
        currentScroll += dx * SCROLL_STEP;
        currentScroll = Math.max(0, Math.min(currentScroll, maxScroll));
        final int targetPos = currentScroll;
        UiApplication.getUiApplication().invokeLater(new Runnable() {
          public void run() {
            setHorizontalScroll(targetPos);
          }
        });
        return true;
      }
      return super.navigationMovement(dx, dy, status, time);
    }
    
  • Hey everyone I think that I've used before, but if I did I forgot how, does anyone know if you can add edge animate in a slideshow or use scrolling text within a slide show effect?

    Hey everyone I think that I've used before, but if I did I forgot how, does anyone know if you can add edge animate in a slideshow or use scrolling text within a slide show effect?

    what I try to do is animate the text on different slides in a slide show, where each slide has different effects and text. If I can't do that, what anyone has any ideas?

    There are several answers to various parts in your question:

    -You can place the edge entertainment in compositions (not in slideshow);

    -Scroll of parts or of the effects of scrolling in a Composition are more difficult;

    (- let slide shows meet your roll is a characteristic third effects Panel).

    The only problem, I expect, is to know how to display 100% width ?

    Slideshows can be presented to the width of the browser, but not of Compositions ...

    And it would be less convenient build all in an animation.

    We overlook something?

  • problem in gaugfield (urgent) show

    Hello

    I use gaugefield to run the background process.

    My problem is that gaugefield is indicated, but after completing background thread.

    so, what to do?

    Please help me as soon as possible.

    Code:

    class process2 extends screen
    {
    demo of ProcessDemo;
    ButtonField beginning;
    urlclass your.
    Process2()
    {
    Start = new ButtonField ("start");
    start.setChangeListener (new FieldChangeListener() {}
    ' Public Sub fieldChanged (field field, int context)
    {
    Try
    {
                        
    demo = new processdemo("Loading...",50,500);
    Demo.Start ();
                  
    Demo.Show ();
    Demo.Remove ();
                    
    UiApplication.getUiApplication () .pushScreen (new display());
                      
                           
                        
    }
    catch (System.Exception e)
    {}
    }
    });
    Add (Start);
    }

    --------------------------------------------processdemo.java-----------------------------------------------------------

    Net.rim.device.api.ui import. *;
    Import net.rim.device.api.ui.component.GaugeField;
    Import net.rim.device.api.ui.component.LabelField;
    Import net.rim.device.api.ui.container.DialogFieldManager;
    Import net.rim.device.api.ui.container.PopupScreen;
    Net.rim.device.api.ui.container import. *;
    Net.rim.device.api.ui.component import. *;
     
    class processdemo extends Thread
    {

    private maximum int, timeout;

    Private boolean useful;

    private PopupScreen popup.

    Private GaugeField gaugeField;
         
    urlclass your.

    public processdemo (String title, maximum int, int timeout)
    {
    Super();
    This.maximum = maximum;
    This.Timeout = timeout;

    DialogFieldManager Manager = new DialogFieldManager();

    Popup = new PopupScreen (manager);
    gaugeField = new GaugeField (null, 1, maximum, 1, GaugeField.NO_TEXT);

    manager.addCustomField (new LabelField (title));
    manager.addCustomField (gaugeField);
    }

    public void run()
    {
    useful = true;
        
       
    UiApplication.getUiApplication () .invokeLater (new Runnable()
    {
    public void run()
    {
                
    UiApplication.getUiApplication () .pushScreen (popup).
    }
    });

    int iterations = 0;

    While (useful)
    {
    Try
    {
    Thread.Sleep (timeout);
    }
    catch (System.Exception e)
    {}
    If (++ iterations > maximum)
    iterations = 1;

    gaugeField.setValue (iterations);
    }

    If (popup.isDisplayed ())
    {
    UiApplication.getUiApplication () .invokeLater (new Runnable()
    {
    public void run()
    {
    UiApplication.getUiApplication () .popScreen (popup).
    }
    });
    }
    }

    public void show()
    {
    try {}
    Thread.Sleep (10000);
    }
    catch (System.Exception e)
    {}
    your = new urlclass();
    Your.Run ();
    }
    public void remove()
    {
    useful = false;
    }

    }

    The problem here is that you have not actually found out of the event Thread.

    Don't forget your change of ButtonField listener is running on the event Thread.  The thread of events is the only thing that treats the interactions of the user interface.  So if you block this thread, without intervention of the UI (for example screen updates) will take place.  Most importantly, when you start this running on a device, will end your process - BlackBerry dislikes things blocks the event Thread because that makes the device does not respond as much as the user is concerned.

    The following code illustrates the problem:

    Demo.Start ();
    Demo.Show ();
    Demo.Remove ();

    You successfully start your demo Thread off the thread of events, the problem is the demo.show:

    public void show()
    {
    try {}
    Thread.Sleep (10000);
    }
    catch (System.Exception e)
    {}
    your = new urlclass();
    Your.Run ();
    }

    It is a sleep on the wire of the event - this will, in my experience, that this process ending on a real device.  But then you create a new executable and run it directly.  If the treatment for this button click will not end this has not completed.

    I've only had a brief look and perhaps this analysis is not accurate or complete, but I think it is reasonable to assume that you block the thread of events.

    There are a series of KB articles which discuss and try to explain how to do what you do.  You will find the first one here:

    http://supportforums.BlackBerry.com/T5/Java-development/sample-quot-Please-wait-quot-screen-part-1/t...

    I suggest that you only consider this and any other material on the thread of events, you will find if you are looking for.

    Good luck.

  • I just uploaded a new site to an existing via filezilla domain. It worked great and my site is up, but I have a problem that does not show when he would be seen in the fake browser Adobe Catalyst. I have a logo in the left corner on the my

    I just uploaded a new site to an existing via filezilla domain. It worked great and my site is up, but I have a problem that does not show when he would be seen in the fake browser Adobe Catalyst. I have a logo in the left corner of the page master. In Muse, he shows that he is in the right place, and when I go to preview, is also in the right place. When I went to live with my Web site, it shows that the logo is off, to the left and not at all in the right place. Any ideas on what I can do to move this and stay in the right place. Everything I have on the master page is prominently in the live version.

    Probably, you have a box or empty text box somewhere see this thread for the fix: Bug Muse | Graphics shift randomly, why?

  • Display when the mouse scrolling problem

    Hello

    Since this morning (and the most recent upgrade apparently) I feel serious display problems when scrolling with my mouse upwards or downwards on a Web site: the whole text and other components of the page is displayed to the left or to the right and becomes so blurred that it is completely unreadable. The same problem is encountered on all Web sites visited

    Operating system: Windows XP Professional version 2002 - SP3
    Firefox Version: 26.0
    Screenshot of the number: http://i43.tinypic.com/2r3vz81.jpg

    I tried to:

    -create a new Boolean value called "layout.paint_rects_separately" (without the quotes) and set the value to true
    -Implementation gfx.content.azure.enabled; false
    -Implementation gfx.direct2d.disabled; true

    -Disable all add-ons

    Any of these changed nothing to my problem.

    Any suggestion on how to fix this is welcome.

    Try disabling hardware acceleration in Firefox.

    https://support.Mozilla.org/KB/upgrade-graphics-drivers-use-hardware-acceleration

  • Computer HP laptop vertical scrolling problem?

    Not sure if this is in the right section, but...

    I have problems with my computer laptop scroll vertical, and the worst, it's that I can't find a way to fix it all, here's what happens:

    I know exactly what to do, but the last step does not work...

    Whenever I try to check the vertical scroll on my computer, it does not check, it flashes slightly and stays not controlled and I can't find a solution to this at all, it of very frustrating, can anyone help?

    Look at the bottom of the laptop or inside the Bay of battery for a model number. Your synaptics driver is installed. I can tell by the red icon on the properties of the mouse. You may need a driver update. Your driver is since May 2010. Windows 7? 64 bit?

    Here's a new much driver synaptics:

    http://h10025.www1.HP.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-102488-1&cc=us&DLC=en&LC=en&OS=4063&product=5273735&sw_lang=

  • Data scrolling problem

    I have an application that displays a thumbnail image inside a cell in a DataGrid control.  Not every line must include a thumbnail but can.  If you have a few enough items in the datagrid so that scrolling is not necessary that you add 2 thumbnails at the top of the DataGrid that imposes the use of the scroll bar in the DataGrid then if you try to scroll it pops up.  As far as I know what is happening is when these two first lines are no longer visible in the datagrid control, the image is rendered more which allows line to return to normal, which in turn makes the still visible lines which, in turn, requires the use of the scroll bar height. Video of the occurrence of the problem can be seen below.  When the images are red and the mouse cursor is positioned on the DataGrid I am usign the scroll wheel.

    You can find the project here: day2daydevelopment.com/code/ImageInDataGrid.fxp

    Any ideas on what is happening and how to fix it?

    Hello

    Thank you provide video and the sample project, he made it clear the problem much easier.  I think the problem you are having has to do with recycling point converters.  I checked this problem using your application in a web browser which lead me to the flex forums.  I found this post that looks like:

    DataGrid with variableRowHeight does not scroll properly

    From there on, I also found Alex Harui blog post: MX DataGrid, list, and VariableRowHeight

    Hope this helps,

    Chris

  • Vertical Thumbnail Scroller problem

    I have a vertical thumbnail scroller that scrolls upwards or downwards depending on where your mouse. The problem is that when the movie starts to scroll to start the thumbnails.

    Does anyone know a way for me to have it be still until someone rolls over it. Also, I would like that it stop when someone rolls out of it. Any help would be greatly appreciated.

    Here is a link to the FLA.
    FLA file

    Thank you.

    Copy and paste the code below on the first image. Then I'd do a shape/image as the background for photo movieclip. So you would need to go inside this mc create the shape on the bottom layer of the timeline. This will ensure a smooth interpolation.

    Where did you get this code?

  • 12.4 scrolling problem Podcast

    I wonder if I'm missing something or if this update has a major defect.  Warning... not a major English hope, I get this through.

    When I go to the podcasts on my ipod, I can't scroll castings subscribed. I can use the arrow keys to go down no visible podcasts in the window, but I can't do this in the list of episodes on the right.  Then, when I go to a podcast with over 30 or more episodes listed, I can't scroll down to more recent episodes to add them to my ipod.

    I knew I shouldn't have updated so quickly...

    Hello

    I found this problem on mac as well but if I place the cursor of the podcast list and episode and a white area of the page is to the left of the podcast list and scroll using the mouse pad, I was able to scroll through the entire list, it's not great, but it is a workaround.

  • Scrolling problems - fullscreen not revealed

    When scrolling of 5s, using Contacts, all of the screen is not revealed. This means that the names and numbers at the bottom of the screen are "inaccessible". EG., go to the Contacts on the iPhone 5. Enter a name to search for. Results are returned. The results of complete more space than the size of the screen. The one I have select (tap and call) is at the bottom of the list (ie., not visible unless the scroll). But it won't stay on the screen allowing me to select and call the person.

    How to fix this annoying problem?

    Continue typing the name of the contact and you type - the lookahead becomes smaller

    Also try and reboot your phone - there is no data loss

    Restart your iPhone, iPad or iPod touch - Apple Support

  • Model No.: HP envy 17 K1H57EA: auto scrolling problem

    I have a problem, due to some problems malware recently I reset my laptop. Now the screen is automatically scrolled to bottom everytime I open file Explorer or chrome or readers pdf and sometimes hit when a mouse pointer, I hit esc topress to make it mobile. I've updated synaptics driver recetnly and I use windows Defender no other program antivirus. Is - this problem occurs due to malware or will there be anyhardwre problem? Help me urgentl, review are expected next week, could not go with my knees. Thanks in advance

    IM using HP ENVY 17 Notebook PC K1H57EA #ABD

    Hi @Nila2007,

    It not there no problem for back the driver as long as they work.

    You can run the hardware test (touchpad is in components test) If you doubt that there is a hardware problem.

Maybe you are looking for

  • import bookmarks not to internet explore. ALL rearranged in a TOTAL MESS.

    All bookmarks are rearranged. Even pages that are located in the folders are duplicated and listed separately.

  • Pavilion - 17: HP Recovery Manager and Windows 10

    I just bought my computer and it came with Windows installed 8.1.  I booked 10 Windows so I'll receive the upgrade when this OS is available.  I want to create a set of recovery, but if I use HP Recovery Manager now there 8.1 Windows to create the ga

  • Pavilion TouchSmart 17-f023cl: TouchSmart from HP Pavilion 17-f023cl

    I'm looking to downgrade from win8 on win7 64-bit. After writing the HDD to zeros, I wait with graphics, audio, lan, chipset drivers. Any help would be appreciated. Model No. G635UA #ABA

  • Spreadsheet file reading Assistant

    I save all my data in a text file (see file attachment). The problem is that when I try to use the reading of spreadsheet File.vi I'm not clear on how to show all my data. Does anyone know a far for me read the entire file and display it at the same

  • Problem installing XP Pro w/SP2

    I did a fresh install of XP Pro w/SP2 on a computer that has a corrupted version of XP Home Premium. Installation has been performed according to instructions with the Windows Genuine Advantage Kit for Windows XP Professional. The installation seems