[svn] 3278: Fix min size for button skin to be 23, 23 and make default size 70,23

Revision: 3278
Author: [email protected]
Date: 2008-09-19 16:49:01 -0700 (Fri, 19 Sep 2008)
Log Message:
Fix min size for button skin to be 23, 23 and make default size 70,23
Modified Paths:
flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/ButtonSkin.mxml

Revision: 3278
Author: [email protected]
Date: 2008-09-19 16:49:01 -0700 (Fri, 19 Sep 2008)
Log Message:
Fix min size for button skin to be 23, 23 and make default size 70,23
Modified Paths:
flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/ButtonSkin.mxml

Similar Messages

  • [svn:fx-trunk] 11601: Integrating Min' s recent fixes to FXGUtils for a group of attribute parsing bugs and clarification of error messages .

    Revision: 11601
    Author:   [email protected]
    Date:     2009-11-09 22:00:50 -0800 (Mon, 09 Nov 2009)
    Log Message:
    Integrating Min's recent fixes to FXGUtils for a group of attribute parsing bugs and clarification of error messages.
    QE notes: Please confirm test cases.
    Doc notes: N/A
    Bugs:
    SDK-22982 - FXG compiler fails on percentage lineheight inside formatted text content
    SDK-24093 - If a
    tag has children, you do not get a compile error.
    SDK-24092 - You get a compile error if you set justificationStyle="prioritizeLeastAdjustment"
    SDK-24097 - Setting an invalid verticalAlign style on RichText has a typo in the error message
    Reviewer: Min
    Tests run: Checkintests, Bug test cases
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22982
        http://bugs.adobe.com/jira/browse/SDK-24093
        http://bugs.adobe.com/jira/browse/SDK-24092
        http://bugs.adobe.com/jira/browse/SDK-24097
    Modified Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/RichTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich BlockTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich TextLeafNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/AbstractRich TextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/BRNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/ImgNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TabNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TextHelper.j ava
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/text/AbstractCharacte rTextNode.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/sax/FXGSAXScanner.java

    Dear Pallavi,
    Very useful post!
    I am looking for similar accelerators for
    Software Inventory Accelerator
    Hardware Inventory Accelerator
    Interfaces Inventory
    Customization Assessment Accelerator
    Sizing Tool
    Which helps us to come up with the relevant Bill of Matetials for every area mentioned above, and the ones which I dont know...
    Request help on such accelerators... Any clues?
    Any reply, help is highly appreciated.
    Regards
    Manish Madhav

  • How do I fix my left shift key? Any open windows leave and make the desktop visible.

    How do I fix my left shift key? Any open windows leave and make the desktop visible. I have tired to go into system preferences and reset all of the keyboard settings to default but the issue hasn't gone away.

    You are not running as administrator, I think, which may be required and the only way to properly work and register. Also check for compatibility mode settings, UAC and DEP, all of which may require to be adjusted for a legacy app like PS CS2 to run properly. Also turn off Aero and switch to a conventional visual theme. The brush issue may be related to that or is a more generic problem with your graphics card and mouse config, but since you didn't provide any info on that, it will be hard for anyone to advise.
    Mylenium

  • [svn] 3538: -Fix package names for Animate3D and Rotate3D effects as well as their instances .

    Revision: 3538
    Author: [email protected]
    Date: 2008-10-09 09:47:00 -0700 (Thu, 09 Oct 2008)
    Log Message:
    -Fix package names for Animate3D and Rotate3D effects as well as their instances.
    -added to manifest.xml and mxml-2009-manifest.xml so they would be included in the compile
    Ticket Links:
    http://bugs.adobe.com/jira/browse/mxml-2009
    Modified Paths:
    flex/sdk/trunk/frameworks/mxml-2009-manifest.xml
    flex/sdk/trunk/frameworks/projects/flex4/manifest.xml
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/Animate3D.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/Rotate3D.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/Animate3DInstance.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/Rotate3DInstance.as

    From man pkgbuild:
    It is also possible to specify an optional filename, which is helpful with weird URLs and for handling multiple source files with the same name. The syntax is: source=('filename::url')

  • [svn] 4735: Fixing id selectors for non-visual components.

    Revision: 4735
    Author: [email protected]
    Date: 2009-01-29 10:53:55 -0800 (Thu, 29 Jan 2009)
    Log Message:
    Fixing id selectors for non-visual components. This required a special modification to the compiler to include id properties in generated code if a component was guaranteed to have an id property. A new mx.core.IID interface was introduced to opt in to the id property to be included. This change also required TextGraphicElement based components to implement IAdvancedStyleClient instead of just IStyleClient (though note that pseudo-selectors have no meaning for these components as they do not possess states).
    QE: Yes
    Doc: It's reasonably advanced, but we may want to document mx.core.IID for the case where a custom component exists that needs to be styled but is not based on UIComponent or GraphicElement.
    Checkintests: Pass
    Reviewers: Glenn, Paul R
    Bugs:
    SDK-18651 - Advanced CSS not setting styles on FXG elements correctly when styling using IDs
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18651
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/GraphicElement.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/TextGraphicEleme nt.as
    flex/sdk/trunk/frameworks/projects/framework/src/FrameworkClasses.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/IAdvancedStyleClient.as
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/ComponentBuilder.jav a
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/AttributeHandler.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java
    Added Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IID.as

    Anyone able to help?

  • How do I export to AVI. file and make the size smaller?

    Looking to export a film as a AVI file and alter the size and quality.
    Thanks!

    Hi,
    you can use QT or FCP>Export> QT movie conversion but I like using Compressor.
    In Compressor settings tab there's a button with a plus icon on the top right corner. Click it and in the popdown menu choose Quicktime Export Components.
    You've just created a new untitled setting. It sits at the bottom of the settings in the untitled folder.
    Drag and drop it onto your movie file just imported in Compressor. Double click it and/or see it in the inspector window. Give it a name and in the encoder type choose AVI.
    Now (still in in the inspector window) if you click Options button below you can change a number of settings. Remember, the higher the bit rate the better the video will look but greater wil be the size of the video.
    Do some tests to find best settings.
    An example to use just as reference:
    a 3GB DVCPRO HD video becomes 400MB AVI at 1000kbyts
    Hope that helps,
    G.

  • Elance for mac stuff? convert XLS - Numbers and make it look good

    I often use elance.com for small projects. I have a project to convert some XLS sheets to Numbers. One of the main purposes is to make it look better, so I need a consulant who not only knows how to use numbers but understands design.
    is there a group like elance but more mac focused...in order to get bids? or a few groups i should look at for small projects like this?
    Also, as an aside, has anyone made a plug in for Excel so it can import numbers and actually work like numbers (ie, i know i can covert numbers to excel, but i really wish numbers was also available on the PC, barring that at least some plug in or somthing close?)

    There is no Excel plugin available to decipher Numbers documents.
    Given the past behaviour of M…Soft, I would be surprised if they offer one some day.
    Apple always made a serious work to allow its customers to import/export M…Soft created files but there was no effort of this kind in the other world.
    I would be surprised too if a Window version of Numbers was delivered one day.
    Apple development resources aren't large enough to allow them to waste these resources on such a project.
    At this time, it seems that they have some difficulties to maintain the two versions (mac and iPad) of iWork applications so, it would be very bad news for users of these products if they move some engineers on such a new task.
    Yvan KOENIG (VALLAURIS, France) jeudi 19 août 2010 17:30:02

  • Align and "make same size" tools

    When I make a fillable forms, why do the text boxes copy themselves when I use the "align" or "make same size" tool? Adobe Acrobat 9 standard.

    Moved to Forms

  • HT4061 I can't use my ipad mini.  All buttons are frozen including the on and off, can't even find the serial number, can't see it on the back, can't find it under settings because no buttons will work.  Has anyone encountered a similar problem?

    My ipad mini is frozen and won't allow me to use any buttons.  I can't access settings to get the serial number for Apple Support and I can't read the serial number from the back.  It's too small and shadowy.  There is a message that reads "ICloud Backup--This ipad hasn't been backed up in 2 weeks.  Back ups happen when this ipad is plugged in,locked, and connected to Wi-Fi."
    It won't allow me to shut if off using the on and off button.  I stuck a paper clip into the tiny reset button, but nothing happens.
    Has anyone else had this problem?  Please help,
    Vmcalpin

    This is the most common "fix" when devices are behaving strangely. It only takes a minute and there's no risk of lost data. This is the reason you'll see this fix being suggested so often.

  • Is there a way to automatically align and make same size of check boxes/ radio-buttons like in the image below?

    I create PDF forms on daily basis for multiple people around but still, I create a table in Word and then manually convert it to PDF. I'm using Acrobat X and then I manually create radio buttons or check boxes in each cell of the table so aligning those buttons or check-boxes in the same line is a problem. I know there would be some solution to this but can anyone guide me to that? Also, making the same size of the radio-buttons of check boxes likewise ? ? ?
    Please see the image above and advise how to align them in the same line and how to make them same size using Acrobat X?
    Your help appreciated.

    You should create these fields using the Place Multiple Fields command, so that they are aligned properly and all the same size. Read about it here:
    http://help.adobe.com/en_US/acrobat/X/pro/using/WS8C2DDC1C-C174-4ad1-893F-B14A1C0289B4.htm l
    Read how to align and distribute fields here:
    http://help.adobe.com/en_US/acrobat/X/pro/using/WS6D2D2BFC-6F69-4a8b-BDE6-8043D7EE240D.htm l

  • I want to fix my zoom for my iphone the screen becom bigger and i can not fix it again can anyone help please

    hi there /
    i want to ask that i was play with my  iphone for the zoom and i was missing control
    and the screen become bigger and i can not fix it again i want help please
    thank you
    samer form rotherham

    Hi, samer.  
    Thank you for visiting Apple Support Communities.  
    This sounds like you may have enabled the Zoom feature.  Here are the steps on how to disable this feature.  
    iOS: Home screen icons are magnified or large
    http://support.apple.com/en-us/HT203332
    -Jason H.  

  • What is the maximum hard drive size for Imac 8,2, what is the maximum hard drive size for Imac 8,2

    Am wondering what is the maximum hard drive one can put into this computer. I think it's a 3TB but I read somewhere the drive needs a jumper to bring it back to 3mb level cache. Can anyone confirm these details please? I currently have a 320GB drive installed.

    Hi Robbie,
    I found no iMac 8,2, do you mean iMac 8,1 ???
    There is no practical limit to the size, the biggest ones made will work fine... assuming the all important SATA 3 Gb/s speed, WD drives use a jumper on pins 5&6 to slow it from 6 Gb/s to 3 Gb/s.
    Some drives do it automatically...
    http://eshop.macsales.com/item/HGST/0F14681/
    And some do not step down properly at all.

  • My country lacks of information about businesses and streets, to mention some.  I want to provide my time for free to help populate this information and make Apple Maps useful in Costa Rica.

    I love using Siri and your maps.  But in Costa Rica, your maps lack of businesses data, and Siri is unable to provide any information about them, since this information is missing.  I want to offer my time and work for free to help to populate this information in Costa Rica, starting by capital city San José.  Google is much more advanced in the subjet, and I don´t see fair how complete this information is for United States and not the rest of the customers (not to make critic, just pinpointing a fact). 
    Who do I contact in order to make this offer?
    Thank you so much in advance.
    Frank

    Please be aware that you are not communicating with Apple when you post in these forums. These are user-to-user support forums, so in almost all cases the only people who will reply to your posts are, like me, your fellow users.
    As to volunteering to help, you can report issues via the Report A Problem under the main menu in Maps:
    Apple does not otherwise recruit users to assist with data correction, in part because they get the data from other companies. It's possible that there is no such compendium source of data for Costa Rica, at least one that Apple has yet been able to strike an agreement with.
    Regards.

  • How do you change the default size of the print batch size for mail merge in Publisher 2010?

    I appended this question to another thread with the same topic but have not received a reply, so I'll try with a new question. Publisher 2010, when doing mail merge, will only merge and print two records at a time. How do you change the default size of
    the print batch size? This is for a 4 page document, 8 1/2 x 11, printed two sides on 11 x 17. I've tried all the suggestions that were in the other thread. The response that was marked as the answer by the moderator is incorrect and does not work. Nothing
    suggested in that thread works. A registry fix that worked for Publisher 2003 won't work because the print batch size key does not exist in the registry for Pub 2010. At least not that I can find. Printing to an XPS document doesn't work. It asks for a filename,
    prints 2 records, asks for new file name, prints 2 records, asks for new file name, and so on. The same for printing to a PDF document. Merging to a new Pub document doesn't work. When I print that job every other sheet is turned over. I.e., sheet one has
    pages 1 & 3 on top, next sheet has 3 & 4 on top, and so on. This makes it impossible to run them through the folder. The same thing happens when I print that complete merged document to XPS or PDF. I have the latest drivers installed for our printer, a Toshiba
    2500C copier/printer connected via network. What do I need to do to to change the batch size to something reasonable, like 100 records?

    It's been two weeks since I posted this question. What does it take to get an answer? I cannot believe it's being ignored, nor can I believe that someone in MS doesn't have an answer.

  • Lightroom 1.4.1:  Reducing File/Image Size for Web/E-Mail

    This should be a simple thing.
    I need to reduce my file size to upload it into various things on the web and e-mail and what not.  Sometimes it asks for a specific size.
    Right now, I'm using the Export function to do this, which means I have to reset the Image Settings each time in order to get to the size required.
    Isn't there and easier way to do this, like just type in the image size you want and have the program reset the image proportionately?
    Is there a ratio chart for this, like 1000 x 1400 = # of bytes?
    This is a function used all the time--I can't believe it's this cumbersome.

    Banktank wrote:
    (a)     How do I know I am selecting the correct pixel size for e-mail?  Just keep hunting and pecking until I find the right mix or is there a number combination that works consistently?  And if the latter is correct, what is that number combination.
    I just can't believe that reducing the MP size to get it in shape for an e-mail "thumbprint" photo is this tough.  Even with the 'preset', I'd have to set up a preset for every picture because they vary by MP and the scaling seems to change.
    There is no "standard" size for sending images via email. Just make it small. There is a save for email preset in recent releases of Lr. You can download the demo and see what that entails.
    You don't have to create a preset for each picture. I don't know what you would say that. Yes, the amount it compress varies with the information in the image, but this has always been the case with JPEGs. You don't have to make an image that is exactly some size. You just have to make it small enough for most MTAs and MUAs to handle. Since there is no real standard for this, just make it small enough for you.
    Something like 800px on the longest side, 70-80% quality should do it to find the JPEG compression sweet-spot.

Maybe you are looking for

  • Resolution for graphics

    Hi everyone, I have some confusion as far as the proper resolution for graphics... As far as I know, 4:3 is not 720x480 yet a 4:3 DV video is 720x480.. so I am confused. My question is, if I were going to create a background in Photoshop for FCP.. Wh

  • Can we increase the Size of InfoObject

    Dear Experts, Can you please let me know whether we can increase the size of an InfoObject.Actually Max Size of InfoObject in 60,when I have declared an InfoObject of size 60,some value is getting truncated.Do we have any solution for such an issue.

  • TestStand 4.0 compatibil​ity with TestStand 3.5

    Hi, I do a lot of coding in TestStand 4.0 at my desktop, but my test station in the lab runs TestStand 3.5, so I have lots of issues with sequence file versions and compatibility between the two locations. Is there a good strategy to help with this?

  • Time to send in the old MBP or just buy applecare and pray?

    Hello All, Last week I sold my life (my 2x 1.8Ghz Powermac and 1.33 14" ibook) for a Macbook Pro. I purchased a refurbished MBP 2.0 Ghz and i was so excited, but now, I have the whine (which i fixed using QuietMBP a nice program. and I keep getting t

  • XPAAJ Java API question

    Hi, I am currently struggling with this task: I have created a PDF using livecycle, what i want todo is in java convert the generated PDF to an image, i cannot use the livecycle server, as it will have to generate on a client machine, that at the tim