[svn] 3775: Adding a link to the FxCheckBox example for ASDoc.

Revision: 3775
Author: [email protected]
Date: 2008-10-21 09:22:17 -0700 (Tue, 21 Oct 2008)
Log Message:
Adding a link to the FxCheckBox example for ASDoc.
Modified Paths:
flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxCheckBox.as

guess not

Similar Messages

  • Adding more link in the masthead along with help/personalize

    Hi
    I need some inputs for adding a link in the masthead along with help/personalize.
    Regds
    Priya

    Hi Priya,
    To get change the link in portal masthead just navigate to Content Admin-->Portal Content->Content provided by SAP->End User Content->standard portal users->Default frame workpage.                              
    Open this Default frame work page in property editor, check the Checkbox in front of Masterhead iView and click open at the bottom. It will open the Masterhead iView in property editor. Select Show all in Property category and scroll down to property called URL for Help link, give URL u desire for the link.                    
    Hope this helps,          
    Javed

  • Anyone have an updated link to the unspported drivers for the X-Fi series?

    JAnyone have an updated link to the unspported drivers for the X-Fi series?dI honestly cannot believe what I'm reading about all the people having problems in Windows 7. Having just upgraded to it and being a loyal CL customer since I've been building PCs, decided to upgrade my Audigy 2 and bought an X-Fi Gamer only to be rewarded with the inability to install the drivers, and I find out I'm not the only one and it actually seems...very common...what? Are you even serious Creative? All these posts about people not being able to use your cards with Windows 7 and you don't do a thing? Anyway, if someone has a mirror for the supposedly working unsupported drivers that would be great, every mirror I've found is outdated. If someone has them and they work, great, but I'm seriously never buying one of your products again if this is how you do customer service. If not, newegg's return policy is great, Asus here I come, sooner or later

    Nsame here broo i won't buy ever product from creative company. I realy tought it's best music card ever ( and expensi've for normal beaing ) but they are just funny with their customer support. anyway just pm me with mail adres ill sent you unsuported drivers, or you can download them from my site (but pm me first i need to make that they won't charge you for downloading it )

  • I need the coding example for encapsulation

    hi all
    i need the coding example for encapsulation
    thanks in advance

    hi all
    i need the coding example for encapsulation
    thanks in advanceI see a man, hes trapped on the other side.. what Sam?... yes ... hes wearing a hood, he's a hooded gentleman, perhaps a monk who practised the black arts.... he says... "google for the answer"...

  • [svn] 3936: Added flag to force the creation of a displayObject for a GraphicElement

    Revision: 3936
    Author: [email protected]
    Date: 2008-10-28 17:27:07 -0700 (Tue, 28 Oct 2008)
    Log Message:
    Added flag to force the creation of a displayObject for a GraphicElement
    SDK-17818 - calling getBitmapData on a GraphicElement that shares it's displayobject always causes a layout pass
    adding flag which forces the graphicElement to always create a displayObject for itself. This is a temporary solution to the bug and should get revisted after alpha.
    QE Notes: n/a
    Doc Notes: n/a
    Bugs: SDK-17818
    Reviewer: Gordon
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17818
    http://bugs.adobe.com/jira/browse/SDK-17818
    Modified Paths:
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/G raphicElement.as

    mimomimi wrote:
    Hi;
    I am developing a console for my Server Application. I'm using a JFrame and a ScrollPane.
    I am using a vertical Scroll and I want to force the index of this Scroll to be in the down in order to display the last informations added to my console.
    I didn't find a solution yet.
    Thank you for your help.
    CheersYou mean like was mentioned in [this |http://forums.sun.com/thread.jspa?threadID=5420524&tstart=0] post, right on the front page of the Swing Forums?

  • [svn] 4673: Adding preview images to the theme directories.

    Revision: 4673
    Author: [email protected]
    Date: 2009-01-26 12:46:51 -0800 (Mon, 26 Jan 2009)
    Log Message:
    Adding preview images to the theme directories.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-17735, SDK-16429
    Reviewer: None
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17735
    http://bugs.adobe.com/jira/browse/SDK-16429
    Added Paths:
    flex/sdk/trunk/frameworks/themes/Ice/preview.jpg
    flex/sdk/trunk/frameworks/themes/Institutional/preview.jpg
    flex/sdk/trunk/frameworks/themes/Smoke/preview.jpg
    flex/sdk/trunk/frameworks/themes/Spark/
    flex/sdk/trunk/frameworks/themes/Spark/preview.jpg
    flex/sdk/trunk/frameworks/themes/Wooden/preview.jpg

    yes the first bit of code is netbeans generated.
    the second piece of code is an fx file that updates the content of the grid based on the users selection.
    so i cannot add the image to the grid in composer as its a dynamically generated grid. but ill try and see if i can just to test for now
    thanks...

  • [svn] 3035: * Added HTTPMultiService component - refactored the guts of HTTPService into a new

    Revision: 3035
    Author: [email protected]
    Date: 2008-08-28 23:18:11 -0700 (Thu, 28 Aug 2008)
    Log Message:
    * Added HTTPMultiService component - refactored the guts of HTTPService into a new
    class AbstractOperation which HTTPService now wraps.
    * Moved concurrency and showBusyCursor classes up to the mx.rpc level from mx.rpc.mxml.
    Partly this improves consistency and partly because it is awkward to implement them
    with the wrapping design in the subclass. This does introduce a new dependency on
    CursorManager in mx.rpc.HTTPService, though I think that should turn into a "runtime binding"
    so we remove the compile time binding altogether.
    * Added managers, operationManager, resultType, resultElementType, properties to the
    AbstractService and AbstractInvoker classes. These are used to improve the metadata information
    on these operations for better tooling in the future, and to allow management services to
    tie into the service infrastructure.
    * AsyncToken gets a default parameter for its constructor so it can be used in MXML.
    * Moved endpoint property up from the MXML to the regular mx.rpc version to improve consistency
    The blazeds RPC tests passed unfortunately I had problems getting the RPC tests in the sdk branch
    to build and run so let me know if you see any problems on those.
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/rpc/manifest.xml
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractInvoker.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractOperation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AsyncToken.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/HTTPService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/mxml/HTTPService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/Operation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/RemoteObject.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/mxml/RemoteObject.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/Operation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/mxml/WebService.as
    Added Paths:
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/AbstractOperation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/HTTPMultiService.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/Operation.as
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/SerializationFilter.as

    the "main" class contains the following relevant codetip: 'relevant' code is rarely read, particularly if it's more than 5 lines.
    about 75% of posts with relevant code, the problem is elsewhere.
    create a new program with only those parts related to the problem
    e.g. if your main program has a menu, and there's no problem with that,
    don't include the menu in the new program. If your program has button,
    and no problems, don't add them in. if just the tree, all you need is a frame and a tree.
    when you do this, make sure it compile and runs OK (but displaying the problem behavior),
    then post all of it here, along with the steps to reproduce the problem.
    doing it this way should drastically reduces the lines of code, therefore greatly
    improving your chances of a solution.

  • SQL for adding data linked to the filtering dimension

    This is from the Recipient RFM example where all Recipients are pulled in the initial Query and then we add data linked to the filtering dimension to compute recency, frequency and monetary.
    INSERT INTO wkf505995918_2_2 (dPurchaseHistoryMonetary,tsPurchaseHistoryRecency,iPurchaseHistoryFrequency,iPurchaseHis toryKeysPKey0) SELECT DISTINCT   Sum(P0.dAmount), Max(P0.tsDate), Count(P0.iPurchaseHistoryId), P0.iRecipientId FROM NeoPurchaseHistory P0 JOIN wkf505995918_2_1 W ON (W.iLinksKey1_0=P0.iRecipientId)  WHERE (P0.tsDate >= add_months(CAST((GetDate()) AT TIME ZONE 'America/New_York' AS date), -(18))) AND ((P0.iPurchaseHistoryId > 0 OR P0.iPurchaseHistoryId < 0)) GROUP BY P0.iRecipientId
    Note the JOIN between the linked NeoPurchaseHistory table and the wkf505995918_2_1 table populated by the initial query. The JOIN is ON the Recipient ID.

    it doesnt matter what you name the file. oracle will be able to use it. if you need to change the name to meet your naming conventions, then you will need to take the db down and rename the file at the OS level and then startup mount to rename the file at the DB level.
    why are you puting files in /dev? Thats for devices.

  • [svn:fx-trunk] 12936: -make sure the bundles directory for airspark is not included in the package fixes bug SDK-24552

    Revision: 12936
    Revision: 12936
    Author:   [email protected]
    Date:     2009-12-14 19:40:23 -0800 (Mon, 14 Dec 2009)
    Log Message:
    -make sure the bundles directory for airspark is not included in the package fixes bug SDK-24552
    -remove (from svn) the en_US/docs directories for textLayout because these directories and dita files are created by asdoc in the doc target
    -updated the main build.xml to not include the playerglobal project
    -updated fat-swc targets in osmf,automation_spark,automation_flashflexkit,automation,airspark, and textlayout to remove the doc directory.
    QE notes: make sure copylocales works properly
    Doc notes: no
    Bugs: SDK-24552
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24552
        http://bugs.adobe.com/jira/browse/SDK-24552
    Modified Paths:
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/projects/airspark/build.xml
        flex/sdk/trunk/frameworks/projects/automation/build.xml
        flex/sdk/trunk/frameworks/projects/automation_flashflexkit/build.xml
        flex/sdk/trunk/frameworks/projects/automation_spark/build.xml
        flex/sdk/trunk/frameworks/projects/osmf/build.xml
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/airframework/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/automation_flashflexkit/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/automation_spark/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/framework/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/rpc/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/docs/

    Well, I've tried compiling a package and I have modified the PKGBUILD file to look like this now. (Keeping it as simple as possible)
    pkgname=dvbcut-svn
    pkgver=16
    pkgrel=1
    pkgdesc="DVBCUT-svn is an application that allows you to
    edit MPEG files. ie: Remove TV ads. (SVN version: Fri, 01 Dec 2006)."
    url="http://dvbcut.sourceforge.net"
    depends=('qt' 'libao')
    makedepends=('subversion' 'scons')
    conflicts=('dvbcut' 'ffmpeg')
    provides=('dvbcut')
    source=()
    md5sums=()
    _svntrunk=https://svn.sourceforge.net/svnroot/dvbcut/trunk
    _svnmod=dvbcut
    build() {
    cd $startdir/src
    svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
    cd $_svnmod
    msg "SVN checkout done or server timeout"
    msg "Starting make..."
    make || return 1
    # vim:syntax=sh
    I then run makepkg PKGBUILD and let it do its thing
    It ends with this...
    scons: done building targets.
    ==> Removing info/doc files...
    ==> Compressing man pages...
    ==> Stripping debugging symbols from libraries...
    ==> Stripping symbols from binaries...
    ==> Generating .PKGINFO file...
    ==> Generating .FILELIST file...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> Compressing package...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> Finished making: dvbcut-svn  (Sun Jan 21 19:08:28 UTC 2007)
    I'm not sure what's causing this error message.
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    I'll try installing it and see how it goes.

  • Do you need a separate telephone number for an IPad or can it link to the same number for the IPhone?

    Do you need a separate number for an IPad or can it link to the same number you use for your IPhone?

    If it is an iPad with WiFi + Cellular, it has a mobile number attached to it. However, that number has no practical use for the end user as you can't use it to make calls or send texts. It's mostly a way of connecting the device to the cellular network. Additionally, cellular numbers are only attached to one device at a time.
    If what you're really asking is can you share a plan with your cell phone, well that depends on your carrier. Give them a call.
    Best of luck.

  • Newly-added field  missing in the field catalog  for NR00

    I  am about to creat condition record for condition type NR00 free goods . I need to make some customizing to meet our requirement .So  I changed  the field catalog for the condition table by adding a new field BWAST  (purchasing document type) . After that I am going to creat a new condition table 501 with this newly-added field ,but I can't find the field in the right part for field catalog .
    Can you give me some advice ?   Thank you in advance.

    I 've got the answers ,  
    Note 21040 - Allowed Fields not appearing for condition table
    thaks

  • [svn] 4018: Adding templates-path as a supported attribute of asdoc

    Revision: 4018<br />Author:   [email protected]<br />Date:     2008-11-04 14:43:47 -0800 (Tue, 04 Nov 2008)<br /><br />Log Message:<br />-----------<br />Adding templates-path as a supported attribute of <asdoc> <br /><br />QE Notes: None<br />Doc Notes: None <br />tests: checkintests<br /><br />Modified Paths:<br />--------------<br />    flex/sdk/trunk/modules/antTasks/src/flex/ant/AsDocTask.java

    [list]
    [*]. is an abbreviated syntax for self::node(). It's not correct syntax to use the dot after an explicit axis name.
    [*] self::foo matches the current node if it is a <foo> element. self::* matches the current node if it is an element. self:node() matches the current node.
    C. parent::node() is the "long form" which has .. as its abbreviated syntax. They are designed to give the same results.
    [*]OracleXSL does not current implement the namespace axis yet.
    [list]

  • Link to the older webcast for flex2app

    Does anybody have a link to the older flex2 live app.They
    have substitued the flex2 live app, with the live flex3 app. Was
    working on that example and am unable to find the link now.

    http://prodesigntools.com/adobe-cs6-direct-download-links.html

  • [svn:fx-4.x] 14640: updating the ignore patterns for frameworks/libs, projects/automation_airspark, and rsls

    Revision: 14640
    Revision: 14640
    Author:   [email protected]
    Date:     2010-03-09 06:44:21 -0800 (Tue, 09 Mar 2010)
    Log Message:
    updating the ignore patterns for frameworks/libs, projects/automation_airspark, and rsls
    QE notes: no
    Doc notes: no
    Bugs: sdk-25755
    Reviewer: carol
    Tests run: no
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-25755
    Property Changed:
        flex/sdk/branches/4.x/frameworks/libs/
        flex/sdk/branches/4.x/frameworks/projects/automation_airspark/
        flex/sdk/branches/4.x/frameworks/rsls/

    Thats good news.

  • Safari randomly stops loading current webpage and any links on the page, usually for 10-15 minutes, but will load other pages in that time just fine.

    My Safari and Firefox randomly and unpredictably will stop loading whatever page I'm on and will not load any links on that page. When I do click a link on the page, the progress bar will hold at about 1/8 of the way and will not proceed. I can go to another web page and it will load fine, and I can click links on that page just fine. But when I return to the affected page, it still refuses to load. It will usually start working normally again after I visit another page and come back to it after 10-15 minutes. Nothing I have done so far has seemed to help this issue. I've tried clearing the history/website data, quitting and restarting safari, I reset the PRAM, all to no avail.
    I'm running a mid 2010 macbook pro with Yosemite.
    Thanks in advance for any suggestions.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

Maybe you are looking for

  • IPhone installs one app at a time, why?

    I have an iPhone 4S and an iPad 2.  Both are running iOS 6.1.3.  For the longest time, the way my iPhone and iPad install or upgrade apps has differed. For my iPad, the install/update process for multiple installs/updates works like this: 1. Download

  • UC540 Voicemail issue

    I am facing problem in CME/CUE , we have  two script, first script is Starndard AA ,another is  No answer script(for Leave a Msg). a caller interacting with the Cisco UE AA presses the extension of the user when user extension no answer AA script tra

  • OBJECTS_OBJREF_NOT_ASSIGNED

    Hello, Pls i want immediate reply.. i got this error.. i will give full points...ps help me Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED Exception              CX_SY_REF_IS_INITIAL Date and Time          02.08.2008 13:31:48 Short text Access vi

  • Can't add to or rearrange songs in play lists

    Suddenly, iTunes decided not to work like it usually does. I can no longer drag songs into play lists and can't rearrange songs already in lists. Shuffle is not on, repeat is not on. I have the songs arranged by the order I originally added them, not

  • My firefox is not displaying profile pictures of my friends in facebook

    my firefox browser is not displaying my profile picture and my friends profile picture in facebook