bug Simulator Beta 2 auto scale?

Hello

My application properly on Simulator version 1 layout.

I just install the new version of the Simulator and the same application is not put on the page properly.

I discovered that my LabelButton seems too close to the right edge and the version of the Simulator 2 automatically scale to reduce my layout for a button that no more too don't close the border.

Not sure anyone has such a problem?

code like:

var b:LabelButton = new LabelButton();

b.x = 896;
b.y = 8;
b.width = 120;
b.height = 47;

make my whole layout will shrink.

However, try to configure b.x = 850; no longer shrink...

This only occur on the right side, not the left edge...? !!

Hey,.

of what happened in the past, applying a specific width and height to a sprite will cause a resize to all his children. so get out those lines:

sprite.width = 1024;
sprite.height = 600;

After that, run your program. the width and height must be the same because of the shape object. hope that things cleared up. Good luck!

Tags: BlackBerry Developers

Similar Questions

  • How to make the button to set the properties of auto-scale one of the Axes on the graphical indicator so I can turn on or off when I press on it. In the Labview web UI designer

    How to make the button to set the properties of auto-scale one of the Axes on the graphical indicator so I can turn on or off when I press on it.

    I need to change the adjustment vaguely Autoscale property for my graphic indicator. Can someone help me please.

    Thank you!

    Hello

    I have confirmed that there is currently no way programmatically enable/disable autoscaling for axes on the LabVIEW graphical indicator generator of the user Web interface. We noted this to possibly be implemented in the future; Sorry for the inconvenience.

  • Why Auto-scale intensity images and how can I disable this?

    Dear Sirs

    I display an image from a FireWire camera (collected with "IMAQdx to Image.vi") in an indicator of picture (Vision-> Image display) on the front panel. When the distribution of intensity changes, the overall intensity seems to auto scale. But if change the intensity in a part of the image, and I put a cursor in another part of the image, the Image information box told me that the pixel value does not change even if the visible intensity of the indicator changes.

    I also made a comparison with the 'good old' graph of the intensity. So, I have to use 'IMAQdx get Image Data.vi' and place the data table before presenting the image in the graph of the intensity. If I disable AutoScale Z, a part of the image does not affect the rest, but if I turn it on, the image behaves like the display of the Image above. Obviously, there is a kind of automatic scaling in the display of images.

    Can someone tell me if and how I can disable this auto-scaling feature?

    Best regards

    / Leif Nyholm

    All pallets are applied to 8-bit grayscale images, the 16-bit image is converted to 8 bits before applying the palette.  You're right that it would be nice to be able to apply a rainbow palette to the original 16-bit image, but it is not available.  No doubt, you can write your own routine that would use a custom lookup table to convert the 16-bit image to an image of rainbow-colored, but probably would not bother.  The final image would most likely look exactly like the current image.

    Bruce

  • Aligning a zero position on a graph with several scales & Auto scale

    Hello!

    I hope it's a quick - but google searches and browse the forums nothing have mounted.

    I have a graph with two scales - a position and a speed (which can obviously differ from each other). I want to be able to do is to have the scale auto chart/scales - but for the 0 position to stay in the center of the chart. With 0 balance point to different places, this is the graph that is very difficult to understand at a quick glance.

    If you see the attached screenshot - the positions of two 0 are in different places.

    Is it possible to have the scale automatically, but for zero to stay in the center of the graph for the two scales?

    Many thanks in advance,

    Sam

    (As I know) you can't do this with auto scale.

    Disable the autoscale, and then manually set the interval to be symmetric compared to zero for each scale.

    Find the maximum of the absolute value of each table of marks.  Then put it away on + and - of this value.  (in the example below, I did a loose fit by multiplying by 1.1).  Since you have more than one scale of the axis, you need to browse to treat each of them at a time.  First of all, he must be told what balance Y you want to adjust, then, set the values.

    Another option would be to have align the zeros, but not that the scale is symmetrical around them.  You can do that too, it takes just a little more math.  I would like to know if that's what you want.

  • Device simulated in MAX, auto test without error and has work Test panels, but is not displayed in the DAQ assistant.

    I am trying to create a development machine, where we can test the new code without using our physical hardware. I followed this guide to set up a system of simulation. I get to step 3.2 b, but the device does not appear in the DAQ assistant. MAX, the device self test and gites calibrated successfully, and when I open the test panels, I see some sort of signal. I guess that's a default entry simulated since I didn't that device to look for anything? Note that two devices, I am creating the show upward into the devices section and Interfaces, but that, even after running auto calibrate, automatic Calibration date is not yet specified.

    When I try to test the device and create a voltage according to the guide, I can't see a device in the creator of data acquisition task.

    Steps 1 and 2 of this guide are of course met. Step 3 is not, but this is not surprising because a simulated device is in device in any case manager. Also, I'm not under RT, so step 4 is satisfied.

    Someone at - it ideas?

    That would be because the PXI-5124 is a digitizer not an analog input device.  You must use the NI SCOPE not NOR DAQmx driver

  • Y axis Auto scale does not work in 11 DIAdem

    Hello

    A few years ago, I created a user dialog box to select and display strings in the mode of DIAdem.

    It has worked well for all DIAdem versions 10.X, but there is a problem with the scale of the value axis for DIAdem 11.X.

    The channels are Eurorest [n systems (linear)]

    In DIAdem 10.X axis y for each separate chart would be put on the scale automatically accoring to the minimum and maximum values of the displayed string.

    In DIAdem 11.X of the axis y for each graph is scaling of 55.0397 to 133.7655... for all channels, regardless of the displayed string values.

    When I click on the button 'Zoom Off' scaling becomes correct.

    What should I put my script correctly scaling of the y-axis?

    The following code is used to set the scale (no scaling of the axis are not is defined):

    R1 = SelectedStartTime ' there is a variable defined previously in the code
    R2 = SelectedEndTime ' there is a variable defined previously in the code
    View.ActiveSheet.Cursor.X1 = R1
    View.ActiveSheet.Cursor.X2 = R2
    View.ActiveSheet.Areas (1). DisplayObj.XScaling = "RangeZoom".

    I tried to add this code, without result:

    View.ActiveSheet.Areas (1). DisplayObj.YScaling = "n [physical] systems."
    View.ActiveSheet.Areas (1). DisplayObj.YScalingMode = "automatic".

    Thanks for you response Andreas.

    Your suggestion has probably works well for the DIAdem11.X, but I need (preferably) solutions that work for both DIAdem 10.X and 11.X (so that the same script can be used for both versions).

    10.2 DIAdem (which is the version developer I) there seems to be no property named XScalingMode for CurveChart2D (only YScalingMode).

    However, I found something that worked for both versions, namely:

    View.ActiveSheet.Areas (1). DisplayObj.ZoomCursor = "BandZoomCursor".

    After you set this property (in addition to the code in my original post), graphs are put to scale properly (on 10.X and 11.X).

  • bug: exaggerate the width of scale logarithmic slider

    I finally put my finger on something that had me fuck for a long time. The scale of a logarithmic slider control can become extremely large, if the displayed range is less than ten years. This makes wide control too and can break alignments of FP, for example if the cursor is displayed in a tab "adapt to the size.

    Tie a VI demonstrates the problem. LV2015, but he saw a lot of older versions.

    Some PTB reproduce the behavior and it upscale CAR if not earlier reported and if this is the case? Thank you.

    I can reproduce the problem with any SLIDE typed controls using LV 2015.

    Classified CAR #573500.

    However, the question is negletable if you hide minor ticks.

    Norbert

  • Weird bug Simulator runs several applications of JQuery

    Just noticed some really strange behavior in the Simulator. I have three JQuery based applications that all work well, but not when one of the other is already running. When this is the case, a second launched application does not start. It freezes on the loading screen of your application.

    This problem is listed ot the list of known issues:

    After you've started a BlackBerry WebWorks application in the BlackBerry® Tablet Simulator, other BlackBerry WebWorks applications will not start. (1158697)
    
    Impact: You cannot run multiple browser-based applications at the same time.
    
    Workaround: Only run one browser-based application at a time.
    

    Link: http://docs.blackberry.com/en/developers/deliverables/24007/BB_WebWorks_SDK_Tablet_Known_Issues_Beta...

  • Momentics bug in beta 2: objectName unrecognized in GroupDataModel

    Hello!

    Below the written code reveals an error in the line where objectName is mentioned. But if you create and put the executable code on BB 10 Dev Alpha it works very well.

    The error is annoying but not a show stopper.

    Where can I report the bug?

    Best regards, SOAman

                attachedObjects:
                    [
                        GroupDataModel
                        {
                            id: ptGroupDataModel
                            objectName: "ptGroupDataModel"
                            sortingKeys: ["displayName"]
                        }
                    ]
    

    It's strange - objectName is clearly a QObject property, which is the parent class of GroupDataModel;

    I would recomment you log a problem for this here:

    https://www.BlackBerry.com/JIRA/secure/dashboard.jspa

    See you soon,.

    Martin

  • PlayBook Simulator beta (Win) v0.9.3 - cannot install in VMware Player

    Hello everyone. I am fairly new to this programming PlayBook and have to face a frustrating problem. I installed the earlier version and have been more or less successful in programming.

    However, with the new version, I am unable to install the Simulator in VMware Player. I have uninstalled, reinstalled, re-downloaded and re-installed, etc. and continue to have the following in the on-screen display in the last step of the installation of the virtual machine.

    In the earlier version, the display shows - loading of the neutrinos... and proceeded to complete the installation.

    In this version the display shows - loading installer... .and poster cd/EULA.txt in the bottom of the first screen scrolling text. I can scroll up and down and display a lot of text but nothing continues or finishes the installation of the virtual machine.

    I would like suggestions.

    BTW, my system is Windows 7, 64-bit, 6 GB memory, 800 GB of disk space.

    Thank you in advance for any help you can provide.

    Terry

    It is (very) difficult.

    Do not press the "enter" or the arrow key down.

    You should stop to support anything at all times when only a few lines of text to the left.

    Then down one line at a time. Otherwise your entry extra will be interpreted as

    your answer to the question who is supposed to be 'y '.

    You will be successful after trying several times.

  • Micro Simulator beta 3 support

    Has anyone has attempted or successful using the microphone (flash.media.Microphone) under the last Simulator?

    I see that Microphone.isSupported returns true and I can get ActivityEvent and SampleDataEvents, but it doesn't seem to be picking up sound real.

    I have not tried to analyze what data actually looks like, but the level of activity for the most part sits near 0.  I get sporadic activity (true/false transitions) events that seem to have no connection with the noise in the room, and the levels only barely affect 10 then decline again instantly.

    Running the same test program via ADL (on my host machine) and say 'test' in a normal voice gives me levels up to about 50 and normal aspect of the activity transitions.

    Just curious if anyone else has tried and got no real results.  Thank you.

    Interesting... I had the idea to change the Microphone.rate parameter to see what effect this would have.  I just assumed that he would make things far worse, with substantially more big delay.

    Turns out that although the settings of 5, 8 and 11 (these rates estimated approximately in kHz sampling rate) rate all indicate some of this shift, when I put at 22 or 44 he continues and works perfectly!

    So I'm going to cela response: flash.media.Microphone is essentially sustained, but with some problems.  22 Microphone.rate using would be desirable to avoid the problem of sample offset, and 44 seems to be working as well as with this version of the Simulator, puff, I am a little worried on overloading and get the gel.

  • Photoshop 2015: BUG? Layers panel auto-fait scroll to top when you select the text element with the text, creation/copy of layer tool and other actions

    This is a bug or a really bad and frustrating idea for a story.

    (1) in the layers panel, select a text layer, it highlights

    2) change to the text tool

    3) click on the text element in the workspace

    OR

    (1) select a layer in the layers panel

    (2) Ctrl-J, new layer by copying

    EXPECTED: Panel layers rest in the same position

    REAL: Panel layers scrolls the element selected or new layer to the top of the Panel. BORING.

    I do not need or want Photoshop to make decisions for me, space to work around to move without asking, or generally to spoil my flow!

    Please fix this or give me an option to turn it off as soon as POSSIBLE.

    autoscroll-problem.png

    You have successfully updated to 2015.0.1?

    The bug known as in the original message has been fixed in this version.

  • Drop large graphic on the small page or box, it can auto scale down to fit?

    I have a 200 page book in PDF 8.5x11 pages they want to scale down to pages in the format 8.5x5x5.  I know it's not proportional, but is it possible, I am droping each PDF page on the pages of ID, it will automatically adjust downwards to adjust the width?  I guess I would need to start with a blank rectangle structure on every page.

    Im just trying to avoid having to place each size full page, scale down each of them individually and then to refocus, each page individually

    Altogether. Discover the "adjustment options" in help. Basically, if you

    can prepare a placeholder on a master page grahpic image and its

    mounting options, then with your loaded cursor, you can place your

    objects on live pages and they will break in the frame according to

    your mounting options. It's very fun...

    Ariel

  • Polar graphics to auto scale

    Hi all

    I have a beautifull with 2 columns Excel sheet. A column with the values in degrees and a column with values of dBm. I have my program to make a polar graph, but I still have to manually set the maximum and minimum values of dBm. I joined a program simplefied who will work without the Analyzer of spectrum and other stuf, but who will illustrate my problem.

    To anyone who is willing to help me:

    Thank you in advance

    Greetings from Holland,

    Emile Knottnerus

    Edit: adding an attachment

    Hey, Emile,

    You can use the beam based on name to set the value of the max and the min.

    It will be useful.

    Mike

  • Bug "BOLD" text odd auto

    I have a weird problem with indesign or player. I'm working on a catalog, and I set it up exactly as I want it in indesign. When I transfer in a pdf file it still looks OK, but when I print from the pdf file, it makes part of the text that should not be "BOLD", in a font that does not have the options "BOLD" bold. The strangest yet, on some pages he makes bold the bottom half of a line of text and not half as superior.

    This issue only started today, and it seems ok when I print directly from indesign.

    I also tested it on 3 different printers with the same results.

    Any ideas what may be the issue?

    Transparency on the page. Make sure that the text is on the top layer of the page.

Maybe you are looking for

  • Question mail Yahoo since V29

    I have read and re-read all the posts but when even do not have an answer. Since the Version 29, when I can't see the little garbage to the right of each message plu in my Yahoo mailbox, or the square to the left of each message box. It works fine wh

  • Power led on the laptop does not not on Satellite C855

    I have a C855. I thought first my charger had ceased to function as the light on the front of the laptop (next to the power light and the wireless light was not on when it has been plugged in.) After a few minutes, I realized that when I unplugged th

  • model 1229 - can be upgraded or refurbished?

    I have some old book of mac apple pro model 1229 - can be upgraded or refurbished? I need to edit music? Thank you.

  • xycursor position

    Hello I have created a slider using the: XYCursor cursor = new XYCursor() and immediately after creation, that I want to set the default X Position using: cursor. Which = 5; but it crashes saying: object reference not set to an instance of an object

  • The administrator issues

    Somehow, a "position of administrator" has been added to my laptop. I can't remember RL username or password, I don't remember having even set one, waiting for the fucking computer doesn't let me do ANYTHING. Help!