Care to join a temporary LCCS Transition Group? -Click here.

I thought it be fun to create a temporary alliance with other developers, to seek a proper replacement for LCCS and collaborate to pursue a solution that may address everyone's problem. Although I encourage the conversations here in the forum it may not hurt to use a separate area for discussion to ensure continuity.
Everyone is welcome to join, even if you are not a developer, but.. -if you are someone who cosiders himself "well trained" in the flex and server-side jedi arts, enough to do some real damage, I encourage you to join: http://www.linkedin.com/groups?home=&gid=4375612&trk=anet_ug_hm&goback=%2Egmr_4375612
LCCS Transition Group.
Cheers.
+LA

Flex harUI wrote:
Sometimes that can happen if something gets sized too small.
Thanks for suggesting that.  It got me thinking about some other things, and I then realized that the Grid itself was in a container with TileLayout, and a requestedColumnCount of 5.  That was a mistake--I had initially been playing with the TileLayout for my "grid" but then switched to using an actual mx:Grid control, and should have gotten rid of the TileLayout with the requestedColumnCount of 5.
I changed my layout object to an instance of VerticalLayout, and now the problem has gone away.
My theory, based on your suggestion that something might be sized "too small," is that when I added enough controls to my Grid (which all appeared in tile 1), tiles 2 through 5 got "too small" and thus Invalid BitmapData errors were thrown when the transition tried to figure out what bitmaps to fade in/out.
Sound reasonable?
Now I just have to re-enable all the other controls that I disabled while trying to hunt down this problem, and hopefully the Invalid BitmapData error won't recur.
  -Josh

Similar Messages

  • HT204053 If I am joined into a family sharing group and I share my purchases does this mean they see all my apps that I have downloaded and the ones that had at once but deleted?R

    If I am joined into a family sharing group and I share my purchases does this mean they see all my apps that I have downloaded and the ones that had at once but deleted?

    Hi apples-consecutive-buyer-for-life,
    Family Sharing makes all of your past purchases available to other family group members, including most apps. See this article on what content can be shared -
    Which purchased content can I share using Family Sharing
    Note also that content can be hidden. See this article - 
    Hide and unhide purchases in the Mac App Store
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • Hello. I am trying to change the colors on my ical. I have been able to select a calendar group, click "get info" and then "other" in the color options and which point a a lot of color options are available. HOWEVER, I can't seem to select the color.

    Hello. I am trying to change the colors on my ical. I have been able to select a calendar group, click "get info" and then "other" in the color options and which point a a lot of color options are available. HOWEVER, I can't seem to select the color. I click on a new color and press enter and nothing happens...not sure what I am doing wrong.

    What do you currently see?
    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot.
    Do you have the menu bar?
    *Press the F10 key or tap the Alt key to bring up the hidden Menu bar.
    Do you have any toolbars visible at all?
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Make sure that you do not run Firefox in full screen mode (press F11 or Fn + F11 to toggle; Mac: Command+Shift+F).
    *https://support.mozilla.org/kb/how-to-use-full-screen
    You can check for problems caused by a corrupted localstore.rdf file.
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

  • PPT to Keynote will not transition on click

    I have a PPT presentation that I saved into Keynote. I have all slides set to transition on "click". However, I have ONE slide that will not transition on one "click". It takes a 11 clicks to transition. It takes 11 clicks consistently. How do I fix this??

    Flash Player issues with Leopard (Mac OS X 10.5)
    Issue 1: File upload using FileReference.upload fails in Leopard. End users are unable to browse to the file to upload.
    Issue 2: Black colored blocks appear behind text in Flash content.
    Solution: These issues are addressed by a refresh of the Flash Player 9 Update pre-release for Macintosh, available on Adobe Labs. The Macintosh downloads were updated on 11/1/2007 in response to user feedback and are version 9.0.98.0. The Windows and Linux downloads are still 9.0.64.0.
    This fix will be in the final release of Flash Player 9 Update.
    Note: All users should uninstall any currently installed Flash Player before installing the Flash Player 9 Update.
    Issue 3: On an iMac, the Safari browser shows a delay during the initial transition to full-screen mode.
    Solution: This is a known issue which will be addressed by a future release of Flash Player.

  • Hi i have download os x mavericks system preferences go to users & groups click on account picture scroll down to Linked click on Linked i have the same picture twice how do i delete these pictures

    hi i have download os x mavericks system preferences go to users & groups click on account picture scroll down to Linked click on Linked i have the same picture twice how do i delete these pictures

    I am not connected even though I am.
    It is showing you are connected, but the signal strength is low.
    bookmarks
    Those are what is in the Favorites bar. They can be changed by deleting the from the Favorites bar. To add others, add them to the Favories bar.
    How can you remove that app?
    You can't.
    Un-install CleanMyMac. It can damage the entire system.
    Myth of the Dirty Mac
    CleanMyMac - Uninstall
    CleanMyMac2 Un-install
    If you are going to re-install, make sure you have 1 or preferably 2 full backups using Time Machine and/or a clone.
    Try booting into the Safe Mode using your normal account.  Disconnect all peripherals except those needed for the test. Shut down the computer and then power it back up after waiting 10 seconds. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. When you reboot normally, the initial reboot may be slower than normal. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application un-installer. For each disable/delete, you will need to restart if you don't do them all at once.
    Safe Mode
    Safe Mode - About

  • One to Many table join -- concat field per record grouped by id

    Post Author: wm5
    CA Forum: Formula
    Hello,
    I am using Crystal Reports XI and have two tables that have a one to many relationship and are joined by an JobID (number).
    Below is a sample with relative fields for each table.
    job_table: JobID (number), Manager (text), Status (text)
    jobaudit_table : JobAuditID (number), JobID (Number), FormID (Number)
    There is a one to many relationship with jobaudit_table having multiple records for each JobID in job_table.
    I have created a Group Header using the job_table.JobID and suppressed the detail section.
    In the group header for each JobID I display the JobID, Manager, Status. I also use the below formula to determine if any records in the jobaudit_table has a record where FormID = 90. If so, I display "Yes". If not, "No".
    So my report currently looks like.
    JobID     Manager     Status     Audit Performed
    1           Manager 1  Closed           N
    2          Manager 2   Closed           Y
    Here are the formula's I use to determine if any records in jobaudit_table contains a record where FormID = 90.
    @ja90exists
    if {jobaudit_table.FormID} = 90 then    1else    0;
    if sum({@ja90exists},{job_table.JobID}) = 0 then    "No"else    "Yes";
    Everything so far works fine. What I would like to do now is add a hyperlink to a script to view the job audit when in the above report the "Audit Performed" column is "Yes"
    So Report is now:
    JobID     Manager     Status     Audit Performed
    1           Manager 1  Closed           N
    2          Manager 2   Closed           Y (hyperlink to view audit)
    I cannot figure out how to gather the valid JobAuditIDs where FormID = 90 grouped by JobID to be used in the Group Heading section of the report.
    Also, it is unlikely, but possible that more than one job_audit record exists with FormID = 90 per JobID. So, my hyperlink could look like http://mysite.com/viewjobaudit.aspx?jobid=[jobaudit_table.JobAuditID],[jobaudit_table.JobAuditID] .
    Thanks for any help. And if this post is not clear let me know and I will clarify.
    wm5

    Post Author: bettername
    CA Forum: Formula
    Although I can't think of a way to get multiple hyperlinks, this should be a start.  It (should) hyperlink to the last job/audit in the group that formID of 90.  Oh, I assumed that the hyperlink should have been  xxxx...jobID,jobAuditID! 
    I think there may be a way of getting hyperlinks to every "90" record, but that will involve a subreport, so lets try this first...
    1 - everything from your group header to the group footer...
    2 -  add a formula into the group header that says:
    whileprintingrecords;
    stringvar jobauditID="";
    stringvar jobID:=";
    3 - Then add a formula to the details section:
    whileprintingrecords;
    stringvar jobauditID;
    stringvar jobID;
    if {jobaudit_table.FormID} = 90
    then (jobID:=totext({job_table.job_id},0,""); jobauditID:=totext({jobaudit_table.jobaudit_id},0,"")
    4 - Finally, on your "Audit Performed" formula, have a conditional hyperlink that says:
    whileprintingrecords;
    stringvar jobauditID;
    stringvar jobID;
    if {@audit performed} = "Y" then http://mysite.com/viewjobaudit.aspx?jobid=jobID","+jobauditID

  • ISE Joined with AD but Some Groups Are Missing

    Folks,
    In my ISE, i have already joined my AD in a Windows 2008 server. But when I retrieve the groups with *, some groups are missing. I mean there is a group like XXX.COM\COMPANY\IDG\HR in my 2008 server, but i cannot retrieve that in my ISE, the group is Global. Is that a bug of ISE or are there some special limits in importing my groups into ISE?
    Regards,

    Sijian,
    As a work around have you tried to use a more granular filter to bring in chunks of groups at a time.
    The limit will be increased in future. You amy also read the discussion happened on the similar issue:
    https://supportforums.cisco.com/thread/2160538
    Supported link:
    http://www.cisco.com/en/US/docs/security/ise/1.1.1/user_guide/ise_man_id_stores.html#wp1059262
    Jatin Katyal
    - Do rate helpful posts -

  • Joining Clips or Spanning Transitions

    I'm about to finish up my movie project and I want the last couple of seconds to fade to black over the course of several different clips. The video fx window give me an error telling me the "fade to black" transition can only be as long as the final clip. There are two ways I can think of solving this: join or combine all the final clips into a single clip, or find a way to tell the transition to span over multiple clips.
    Does anyone know whether it is possible to join several clips into a single clip, or cause a transition to span over several clips?

    Bengt,
    I finally grasped what you were saying. You can merge several short clips into one by placing your cursor at the begining of the first one and then adding a textless (blank) title that is equal in duration to the sum of the clips. When the title is added, all the clips will merge. Rolling Credits works great for this because of the long duration that can be set with that title. Scrolling Block, too. Pretty cool. I just didn't pick up on the technique of not putting any text in the selected title. I thought I knew this program pretty well, but I never thought of that. Very ingenious. Thanks.

  • Invite to join the ADF Enterprise Methdology Group

    You can easily tell when a tool has matured to being a productive environment. Software developers move from playing and learning features, to supporting production systems and discussing best practices and development methodologies to ensure the success of their next project.
    The ADF Enterprise Methodology Group is such a place for community discussions based around JDeveloper best practices and methodologies for ADF Enterprise development. On a day by day bases ADF "experts" (that's anyone that knows what ADF stands for ;-) chat about high level ADF concepts, beyond the how-do-I-get-it-to-work posts on the OTN JDeveloper Forums.
    If you'd like to discuss best practices, steps and processes for a successful ADF project, please join us at:
    http://groups.google.com/group/adf-methodology?hl=en
    We look forward to hearing from you soon.
    Cheers,
    CM.

    Yet another blatant boing, to remind new people on the forum about the ADF Enterprise Methodology Group.
    CM.

  • ITunes Dupe Dance. Care to Join Me? This is an idea.

    Just a thought. I have my music on an external drive. I have iTunes setup to leave the music folder in that spot, not to make another copy somewhere else. I also have it set to manage my music. So my idea is,  If I was to set permissions for my music folder to "read only" would this prevent iTunes from making 2, 3 or 4 copies of songs? My thinking is that it can only read, right?
    Up till now, itunes will make copies in that folder for whatever reason. But if I only make the folder read/write for the time it takes to add music to this folder then switch back to read only, then back to iTunes to "add only the newfolder to library" would this prevent copies being made?
    Someone please help me with this. I am about to lose it. I have been fighting this for so long. I have a large BEAUTIFUL collection and iTunes butchers it every chance it gets.

    Anyone at all? I thought this might work. My Librabry is too large to test it on.
    Someone have info or input?

  • SSIS Yammer Group is here

    Hi all,
    We just created the first SSIS specific group in Yammer for all of us to ask questions, to discuss and to share anything about SSIS, including SSIS new release plan, demo and discussion under NDA. We are planning to do a lot of exciting things on SSIS
    for SQL15 release. We are also working on improving the product as an on-going basis. We will love to have you as part of this journey! Please join the Yammer group and let’s keep in touch on Yammer if you are looking for SSIS SQL15 information (under NDA)
    discussion!
    https://www.yammer.com/bpdtechadvisors/#/threads/inGroup?type=in_group&feedId=4692625
    Jimmy

    Please change the post as discussion :)
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Simple crossfade dissolve transitions when clicking in iPhoto

    Dear iPhoto Users,
    its great to have a lot of settings to make complex slide shows of the photos, I fooled around for just  a simple purpose a lot this evening 
    but-
    now I only want to switch to the next picture in iPhoto by clicking that has a nice crossfade dissove transition, please no automated transitions (Origami, Dices whatever). Its always been hard to use the automatic timing dissolves in the "i" - World, because you cant really rely on them if you take it seriously and excact. I had this issue in Keynote, where I came from to have a look into iPhoto, if it works here 
    Is it possible to deactivate the transitions like Origami, Dices, whatever and only to choose a simple crossfade dissolve of lets say 0,5 seconds?
    Which program would you suggest to simply do just that?
    Alright:
    The plan was: I want to program one picture every 2 seconds on a musical playback in sync to a 120 bpm playback. in the inner iPhoto workings the transition time is randomly added to desired 2 second setting as I can imagine - not successful I was...
    so -
    at Ieast, and with my knowledge now, I would like to just do those transitions manually by clicking, then I can record it full screen in Screenflow to have a nice slide show of my photographs in sync to the music...iPhoto is only used to be a player, no problem for me.
    Would that be possible ? Thanks very much for experienced help on that  simple task on the first look. Maybe there´s a method within iPhoto as I could think there should be...
    Best regards
    Sincerely
    Tim

    at Ieast, and with my knowledge now, I would like to just do those transitions manually by clicking, then I can record it full screen in Screenflow to have a nice slide show of my photographs in sync to the music...iPhoto is only used to be a player, no problem for me.
    You could do this in Keynote.  That will give you perfect timing for transitions between slides.
    Or if you upgrade to Aperture, you can set each transition effect between slides individually for the plain themes like "Basic" or "Ken Burns".
    You will also have more control about the sound track.

  • TS1398 Iphone 5 Unable to join known network. Tried everything suggested here. iPad connects fine.

    Ive tried all of the fixes posted to no effect. Anyone have a different solution

    If your device is connecting with other wifi devices other than that of your home local wifi/router you need to be thinking strongly about what is going on with the device that you aren't connecting with. How far in distance are you from the wifi at your residence? How old is the router you're using at home? After resetting your network settings have you ensure you took the time to reset the password from your mobile device to match that of your home routers password? If your device is working elsewhere just fine and not at home you may want to start your troubleshooting more towards the router rather than the mobile device.

  • FAQ: Revel Transition basics: How does this affect the way I use my Adobe software?

    Q: How will this change the way I use my Elements software?
    A: Once you have migrated your files from Photoshop.com to Revel, it will be no longer be possible to sync your photo and video files between your Photoshop Elements Organizer and Photoshop.com.
    If you're using Photoshop Elements 11, you can share your JPEGs from the Elements Organizer to AdobeRevel.com.
    If you’re using Photoshop Elements 10 or earlier version, you won’t be able to directly import from Revel or export to Revel.
    Q: How will this change the way I use Photoshop.com?
    A: Photoshop.com accounts will be remain accessible until the end of the transition period CLICK HERE to see dates and details, but once we begin moving your photos to Revel you will no longer be able to upload photos to your Photoshop.com account.
    After the transition period CLICK HERE to see dates and details, all Photoshop.com accounts will be closed. The Photoshop.com website will remain live and continue to offer product information, trial software downloads, photo editing functionality, customer spotlights, tutorials, and other resources.

    very_nice wrote:
    The suggested advice in this support article http://support.apple.com/kb/HT1478 wasn't a help at all, because the option "enable disc use" in the summary window of itunes doesn't appear.
    *From the article*:
    Products Affected
    iTunes 7 for Mac, iTunes 7 for Windows, iPod nano, iPod shuffle, iPod mini, iPod, iTunes 8 for >Windows, iTunes 8 for Mac
    No mention of the Touch, it works differently from other iPods and has no "disk mode" as such.
    I think it can be used as a storage device by using a 3rd party App, search the the App Store for such items.
    Photos transferred to your Touch via iTunes will be of severely compromised quality i.e 640x480 pixel resolution and file size around 600-700 kb. These can be retrieved, again using a 3rd party application on your computer, such as [Touch Copy|http://www.wideanglesoftware.com/touchcopy> but you will not get back original quality images.
    Good luck,
    Dud.

  • Flash Animation Transition

    I have this file that i bought. it is a transitioning
    circles:
    click
    here for preview
    and I want to do a second transition that will go from the
    opposite corner side. Here are the frames and action scripts:
    Frame 1:
    layer 1 = // specify the number of rows and columns needed
    for the movie
    var grid_rows = 50; // (15 rows x 20 pixels = 300 pixels)
    var grid_cols = 50; // (15 cols x 20 pixels = 300 pixels)
    layer 2 =// declare depth var
    var next_depth = 0;
    // declare var to determine which diagonal loop is on (next
    frame)
    var next_diagonal = 0;
    // add unit masks to the grid
    for (var j = 0; j < this.grid_rows; j++) {
    for (var i = 0; i < this.grid_cols; i++) {
    // determine name of this unit
    var unit_name = "unit_" + i + "_" + j + "_mc";
    // create the unit
    this.grid_mc.attachMovie ("unit_mc", unit_name,
    this.next_depth++);
    this.grid_mc[unit_name]._x = i * 20;
    this.grid_mc[unit_name]._y = j * 20;
    Frame 2
    layer 2 = // start playing the unit clip for each diagonal
    for (var i = 0; i <= this.next_diagonal; i++) {
    // determine x and y coordinates
    x_coord = 0 + i;
    y_coord = this.next_diagonal - i;
    // play the unit movie
    if (x_coord < this.grid_rows && y_coord <
    this.grid_cols)
    this.grid_mc["unit_" + x_coord + "_" + y_coord +
    "_mc"].play();
    Frame 3:
    layer 2 = // increment the next diagonal
    this.next_diagonal++;
    // determine whether to carry on or stop
    if (this.next_diagonal < (this.grid_rows +
    this.grid_cols))
    this.gotoAndPlay (this._currentFrame - 1);
    else
    stop();
    can someone please help me, i am kinda confused. any help
    please

    Henj365,
    put your intro into index.html (or whatever the default
    document is on your server).

Maybe you are looking for

  • Table name for Sales Org/Plant combination for a given material?

    Hi Experts, I hv to find out that, weather the given material(actually, item of a sales order) have not been extended to the Sales Organisation / Plant on the sales order? or not? So, in this context am looking A555 table......but, here I found 300 e

  • Embedded videos won't play

    I can't play embedded videos on Facebook?

  • How to place pipes, pumps and valves in LabVIEW 8.5?

    Hello, I'm an Undergraduate student of Electrical Engineering and simulating the Lube Oil system for the gas turbine generator. I need to know how I can place the pipes, pumps and valves in LabVIEW 8.5?? Also I need to know if a control symbol on fr

  • Sony ICD-PX333D won't recognize micro SD cards

    Bought the recorder almost two months ago but it never could recognize a micro SD card.  I have tried different brands and capacities but nothing worked.   I have been talking to Sony suppor for a month now but they provided no real solution.  I foll

  • Muse 2014.2 Release Causing Crashes

    I recently updated my Muse software and now my website opens, then crashes shortly after with the following message....Anyone know how to fix this or when Muse will correct???? I have a Corporate website to update and the executives will not be happy