Flex and HTML displayed shift in Safari under Mac OS

When a popup is displayed in Flex app, Flex display gets moved down in Safari under Mac OS only. However, even if the screen is shifted down, orders appear to be in the correct position. For example, to click on a button, the cursor must be a few pixels above illustrated screen. Not only the Flex display moves down. Display of HTML links also moves down with Flex and the links are clickable a few pixels above the screen.

The problem occurs only when to trigger the display of popup Flex flex long screen. On a screen of Flex in the height of the browser, with the same actionscript and Javacsript code there is no problem.

It works fine in all other browsers like Safari in windows.

All the world is facing this scenario? Any help will be much appreciated.

The following code is used for the popup to display in the center of the viewable area.

callLater (SMBObjectUtil.changePosition, args);

In the SMBObjectUtil.as file.

public static function changePosition (int x, y, obj:UIComponent):void { }

     var yPos:int = ExternalInterface.call("saveglobalscore",score) ("findScrollTop");

     var winHeight:int = ExternalInterface.call("saveglobalscore",score) ("getWindowHeight");

     var appHeight:int = Application.application.height;

     var objectWidth:int = obj.width;

     var objectHeight:int = obj.height;

     var calculatedX:int = 0;

     var calculatedY:int = 0;

If(Application.application.width > obj.width) { }

          try {

calculatedX = (Application.application.width - obj.width) / 2;

               if (yPos < = 0) {}

calculatedY = ((winHeight-objectHeight)/2-100) > 0? (winHeight-objectHeight) / 2 - 100:50;

}

else If(yPos < =(appHeight-winHeight)) {}

calculatedY = (((winHeight-objectHeight)/2) + yPos-100) > 0? ((winHeight-objectHeight)/2) + yPos - 100:50;

}

else If(Posy >(appHeight-winHeight)) {}

calculatedY = appHeight - objectHeight - (winHeight-objectHeight) / 2;

}

}

          catch (error) {}

}

}

else {

}

obj.x = calculatedX;

obj.y = calculatedY;

}

Used JavaScript functions are:

function findScrollTop()
{
var ScrollTop = document.body.scrollTop;
If (ScrollTop == 0)
{
If (window.pageYOffset)
ScrollTop = window.pageYOffset;
on the other
ScrollTop = (document.body.parentElement)? document.body.parentElement.scrollTop: 0;
}
ScrollTop return;
}

function getWindowHeight()
{
var y = 0;
If {(self.innerHeight)
y = self.innerHeight;
} Else if (document.documentElement & & document.documentElement.clientHeight) {}
y = document.documentElement.clientHeight;
} Else if (document.body) {}
y = document.body.clientHeight;
}
Return y;
}

Found a solution for this. CallLater() appeared the problem in Safari. Once I deleted CallLater and directly called my function, the problem has been resolved.

Tags: Flex

Similar Questions

  • Co-mingling Flex and HTML

    I have a fairly reliable Flex application I'm working on and I have a few static HTML Help documentation. I use the TabNavigator as my navigation and one of the tabs is this help documentation. Now I have a few questions:
    1. can you a browser tab to load a HTML page?
    2. is there a way to eay for HTML rendering on a page of Flex?
    3. what happens if I had a little dynamic content that was the specific date but my page was static text in a large extent, what would be the best approach for this page?

    Thanks in advance for any help you can provide!

    Greg is correct - you need to use the AIR. Flash Player is not a rendering HTML inside engine. Think about it - rendered HTML is a pretty hefty thing and it would increase the size of the footprint of Flash Player by an order of magnitude. Flash Player is a small download and we do not want to be a burden for anyone to obtain and use.

    AIR, however, is a separate download that has an inside HTML rendering engine. You can put your AIR applications on a web site and let people to download (they are about the same size as any Flex application) - the end user installs the AIR application as any other desktop software.

  • The photos are not displayed correctly in Firefox, but displayed correctly in Safari and Chrome G.

    Display of Firefox about that clients site problems:
    http://gardenia.dk/collections/collection/

    The photos are not displayed correctly in Firefox - only a very little bit of the image is visible, bad scale (displayed correctly in Safari and Google Chrome).

    Can I do anything to make it work in Firefox, too?

    Kind regards
    Annette

    You do not see the thumbnail, but the big picture because the width of the thumbnail image is set to 500.

    Add code to the userContent.css file.

    The file userChrome.css (UI) customization and userContent.css (Web sites) are located in the chrome folder in the Firefox profile folder.

    @-moz-document domain(gardenia.dk){
     a.thickbox > img { width: 120px !important; }
    }
  • I noticed that my user name in the C drive has disappeared and is displayed under the desk

    original title: save files on the net / backup of the files in the C drive

    These 20 to 30 days, I noticed that my user name in the C drive has disappeared and is displayed under the desk. In addition, whenever I try to save a file on the net on my laptop, this allows me to record only at this location:

    C:\Users\vijai\AppData\Local\Microsoft\Windows\Temporary Internet Files\Virtualized\C\Users\vijai\Documents

    Also in the Solution Explorer, while all other folders category, like documents, pictures, music etc appear in the left panel, these do not appear in the right panel. I also note that a "Application Data" folder appeared under my user name and all files stored in this folder only.

    Can someone help me solve this problem

    Hi, VIJAIRAGHAVANP V,.

    You can try the following steps and check.

    Method 1:

    You can try a system restore to a prior restore point before you have been affected by the issue.

    Note: When you perform the system restore to restore the computer to a previous state, programs and updates that you have installed are removed.

    To run the system restore, you can consult the following link:

    System restore

    http://Windows.Microsoft.com/en-us/Windows-Vista/what-is-system-restore

    System Restore: frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows-Vista/system-restore-frequently-asked-questions

    Method 2:

    If you are still facing problems then try creating a new user account and check if the problem occurs:

    Create a user account

    http://Windows.Microsoft.com/en-us/Windows-Vista/create-a-user-account

    If you are not faced with any issue, then check out the following link to correct a damaged account.

    Fix a corrupted user profile:

    http://Windows.Microsoft.com/en-us/Windows-Vista/fix-a-corrupted-user-profile

    Hope this information helps.

  • Tags HTML and code displayed on the page of the App.

    I'm working on Apex 4.2 on a group calendar page pre-packaged application 1

    I have modified this code in the area of legend on page 1 and then noticed that when I did the raw html code was posted on the page instead of the data parsed html (see image)

    rawHTML.PNG

    I do not see the HTML tags and the code on the page? However when I replaced the modified code with the original code (as shown in the picture which is the original code) I still see HTML tags?

    How can I fix the code in the legend area so the HTML is parsed and the display on the screen does not include HTML tags and or code on the page?

    Richie V wrote:

    I'm working on Apex 4.2 on a group calendar page pre-packaged application 1

    I have modified this code in the area of legend on page 1 and then noticed that when I did the raw html code was posted on the page instead of the data parsed html (see image)

    I do not see the HTML tags and the code on the page? However when I replaced the modified code with the original code (as shown in the picture which is the original code) I still see HTML tags?

    How can I fix the code in the legend area so the HTML is parsed and the display on the screen does not include HTML tags and or code on the page?

    Make sure the column attribute to display as is defined on the column Standard report and not display text (escape special characters, does not save the State).

  • 'Require SSL for client connections and Administrator display.

    Whence him 'require SSL for client connections and Administrator display' option under Display Configuration > global settings go into View 5.1? I don't see this because I do not have the right license or move it elsewhere?

    According to the documentation of view 5.0 (http://pubs.vmware.com/view-50/index.jsp?topic=/com.vmware.view.installation.doc/GUID-5706AA18-795A-4575-96EF-98CA3E19228C.html), the option should always be there.

    Thank you!

    In the login server access configuration display: > servers > server connection > edit one of the servers, and you should see the optoins

  • HTML display appears spread - spaced

    I don't know what happened but HTML display has been changed on all my projects.  It is spread out and everywhere where I put the cursor one space of some characters.  Under sample (copy, paste and spaces disappear), Design view is perfect.  HTML display is corrupted somehow, I think.


    < li > < span style = "' make-weight: bold; '"            > new layout </span > option

    Just a bunch of extra spaces when the spaces are.  Anyone with ideas?

    Change the font to mail 100% and it will be OK.

    There are a few other fonts to fixed width that will work (Lucida?), but you have to keep 100%.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • Slowness and Spinning Beachball dead in Safari / Mail

    Mail is extremely slow to start and download the mail in the first run of the day.

    Safari will launch but often will block upward / beach balls. The error messages are extremely long and I don't think I can post them here. However, they talk about a lot of "stacks".

    I have a Mac Mini 2.3 ghz intel core i7, DDR3 4 GB 1600 Mhz, El Capitan 10.11.6 running memory.

    I ran Etrecheck and will post that below, in the hope that this will help identify something inherited weird, that I can get rid.

    If you think it's just that I'm old and slow computer, also let me know that.

    Thanks in advance for any advice.

    EtreCheck version: 3.0.3 (307)

    Report generated 2016-09-12 13:36:33

    Download EtreCheck from https://etrecheck.com

    Time 04:48

    Performance: good

    Click the [Support] links to help with non-Apple products.

    Click [details] for more information on this line.

    Problem: Beachballing

    Description:

    Hang ups in Safari and Mail.

    Hardware Information:

    Mac mini (late 2012)

    [Data sheet] - [User Guide] - [warranty & Service]

    Mini Mac - model: Macmini6, 2

    1 2.3 GHz Intel Core i7 CPU: 4 strands

    4 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 2 GB DDR3 1600 MHz

    BANK 1/DIMM0

    OK 2 GB DDR3 1600 MHz

    Bluetooth: Good - transfer/Airdrop2 taken in charge

    Wireless: en1: 802.11 a/b/g/n

    Video information:

    Graphics Intel HD 4000

    SyncMaster 1920 x 1200 @ 60 Hz

    Software:

    OS X El Capitan 10.11.6 (15-1004) - since the start time: about 2 hours

    Disc information:

    HTS541010A9E662 disk HARD APPLE disk0: (1 TB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    Macintosh HD (disk0s2) /: 999,35 go-go (772,17 free)

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    USB information:

    Receiver IR of Apple, Inc..

    Apple Inc. BRCM20702 hub.

    Apple Inc. Bluetooth USB host controller.

    Apple Inc. IPhone.

    Lightning information:

    Apple Inc. Thunderbolt_bus.

    Guardian:

    Mac App Store and identified developers

    Kernel extensions:

    / System/Library/Extensions

    com [no charge]. Logitech.Control Center.HID Driver (3.2.0 - 2016-09-11) [Support]

    com [no charge]. Driver Logitech.Unifying.HID (1.1.0 - 302 - 2016-09-11) [Support]

    [no charge] com.devguru.driver.PTUMWDrv (1.2.40314.524 - 2016-09-11) [Support]

    [no charge] com.novatelwireless.driver.3G (v3.0.7 (001)-2016-09-11) [Support]

    [no charge] com.novatelwireless.driver.DisableAutoInstall (v2.0.6 - 2016-09-11) [Support]

    [no charge] com.rim.driver.BlackBerryUSBDriverInt (0.0.40 - 2016-09-11) [Support]

    [no charge] com.rim.driver.BlackBerryUSBDriverVSP (0.0.40 - 2016-09-11) [Support]

    com.sierrawireless.driver.SierraDevSupport [no charge] (2.0.2.0 - 2016-09-11) [Support]

    com.sierrawireless.driver.SierraFSCSupport [no charge] (2.0.2.0 - 2016-09-11) [Support]

    com.sierrawireless.driver.SierraFSRSupport [no charge] (2.0.2.0 - 2016-09-11) [Support]

    com.sierrawireless.driver.SierraHSRSupport [no charge] (2.0.2.0 - 2016-09-11) [Support]

    com.smithmicro.driver.SMSIWirelessModem [no charge] (3.2.7 - 2016-09-11) [Support]

    com.squirrels.airparrot.framebuffer [no charge] (1.2 - 10.7 SDK - 2016-09-11) [Support]

    /System/Library/Extensions/NovatelWireless3G.kext/contents/plugins

    [no charge] com.novatelwireless.driver.3GData (v3.0.7 (001)-2010-07-06) [Support]

    /System/Library/Extensions/PTUMWDrv.kext/contents/plugins

    [no charge] com.devguru.driver.PTUMWCDFree (1.2.40314.524 - 2010-07-06) [Support]

    [no charge] com.devguru.driver.PTUMWCSP (1.2.40314.524 - 2010-07-06) [Support]

    [no charge] com.devguru.driver.PTUMWDIAG (1.2.40314.524 - 2010-07-06) [Support]

    [no charge] com.devguru.driver.PTUMWMdmControl (1.2.40314.524 - 2010-07-06) [Support]

    [no charge] com.devguru.driver.PTUMWMdmData (1.2.40314.524 - 2010-07-06) [Support]

    [no charge] com.devguru.driver.PTUMWUSBMergeNub (1.2.40314.524 - 2010-07-06) [Support]

    /System/Library/Extensions/SMSIWirelessModem.kext/contents/plugins

    com.smithmicro.driver.SMSIWirelessCDC [no charge] (3.2.7 - 2010-07-06) [Support]

    com.smithmicro.driver.SMSIWirelessSerial [no charge] (3.2.7 - 2010-07-06) [Support]

    Launch system officers:

    [no charge] 7 tasks Apple

    Apple 151 [loading] tasks

    Apple 80 [performance] tasks

    Launch system demons:

    [no charge] 42 tasks of Apple

    [loading] Apple 157 jobs

    tasks of Apple 92 [performance]

    Launch officers:

    [performance] com Logitech.Control Center.Daemon.plist (2010-02-09) [Support]

    [loaded] com.adobe.AAM.Updater - 1.0.plist (2014-12-03) [Support]

    [cannot] com.adobe.ARMDCHelper.cc24aef4a1b90ed56a725c38014c95072f92651fb65e1bf9c8e43c37a2 3d420d.plist (2016-07-11) [Support]

    com.fujitsu.pfu.ScanSnap.AOUMonitor.plist [running] (2013-10-23) [Support]

    Launch demons:

    [loading] com.adobe.ARMDC.Communicator.plist (2016-07-11) [Support]

    [loading] com.adobe.ARMDC.SMJobBlessHelper.plist (2016-07-11) [Support]

    [cannot] com.adobe.fpsaud.plist (2016-04-15) [Support]

    com.fitbit.galileod.plist [running] (2013-10-22) [Support]

    [loading] com.microsoft.autoupdate.helpertool.plist (2016-08-03) [Support]

    [loading] com.microsoft.office.licensing.helper.plist (2015-03-03) [Support]

    User launch officers:

    [loading] com.adobe.ARM. [...]. plist (2011-07-21) [Support]

    [loading] com.apple.SafariBookmarksSyncer.plist (2009-01-08) [Support]

    com.spotify.webhelper.plist [running] (2016-08-14) [Support]

    Items in user login:

    Request for SkyFonts (/ Applications/SkyFonts/SkyFonts.app)

    Hidden ScanSnap Manager Application (/ Applications/ScanSnap/ScanSnap Manager.app)

    OpenDNS Updater Application (/ Applications/OpenDNS Updater.app)

    Monotype SkyFontsHelper SMLoginItem (/Applications/SkyFonts/SkyFonts.app/Contents/Library/LoginItems/Monotype SkyFontsHelper.app)

    Photo Stream URL SMLoginItem (/ Applications/iPhoto.app/Contents/Library/LoginItems/PhotoStreamAgent.app)

    Plug-ins Internet:

    FlashPlayer - 10.6: 21.0.0.226 - SDK 10.6 (2016-04-22) [Support]

    QuickTime Plugin: 7.7.3 (2016-07-26)

    AdobePDFViewerNPAPI: 15.017.20053 - SDK 10.11 (2016-08-10) [Support]

    AdobePDFViewer: 15.017.20053 - SDK 10.11 (2016-08-10) [Support]

    Flash Player: 21.0.0.226 - SDK 10.6 (2016-04-22) obsolete! Update

    Default browser: 601 - SDK 10.11 (2016-07-26)

    Musicnotes: 1.19.0 (2011-06-22) [Support]

    OfficeLiveBrowserPlugin: 12.2.9 (2011-05-04) [Support]

    Scorch: 6.1.0 (2011-06-22) [Support]

    SharePointBrowserPlugin: 14.6.7 - SDK 10.6 (2016-08-28) [Support]

    iPhotoPhotocast: 7.0 - 10.8 SDK (2013-04-18)

    User Plug-ins internet:

    WebEx64: 1.0 - SDK 10.6 (2015-06-10) [Support]

    DISH anywhere drive: ECHO.2.13.0 (2014-07-04) [Support]

    3rd party preference panes:

    Flash Player (2016-04-15) [Support]

    Time Machine:

    Skip system files: No.

    Automatic backup: YES

    Volumes to back up:

    Macintosh HD: Disc size: 999,35 GB disc used: 227,18 GB

    Destinations:

    [Network] data

    Total size: 2.00 TB

    Total number of backups: 88

    An older backup: 11/14/15, 12: 00

    Last backup: 12/09/16, 10:07

    Size of backup drive: adequate

    Size of backup 2.00 TB > (disc 227,18 GB X 3)

    Top of page process CPU:

    4% Microsoft Word

    4% kernel_task

    cloudd 2%

    backupd 2%

    1% SDM

    Top of page process of memory:

    615 MB kernel_task

    545 MB com.apple.WebKit.WebContent (7)

    Safari of 246 MB

    Mail 115 MB

    Mds_stores 98 MB

    Virtual memory information:

    144 MB of free RAM

    3.85 GB of used RAM (572 MB Cache)

    4 MB Swap used

    Diagnostic information:

    September 12, 2016, /Library/Logs/DiagnosticReports/Safari_2016-09-12-131329_[redacted].hang 13:13:29

    /Applications/Safari.app/Contents/MacOS/Safari

    Sep 12, 2016, 11:02:58 self-test - spent

    September 12, 2016, 10:54:18 /Library/Logs/DiagnosticReports/Safari_2016-09-12-105418_[redacted].hang

    September 12, 2016, ~/Library/Logs/DiagnosticReports/SSCheckScanMessage_2016-09-12-103922_[redacted 10:39:22] .crash

    jp.co.pfu.SSCheckScanMessage - Applications/ScanSnap/ScanSnap Manager.app/Contents/Resources/SSCheckScanMessage.app/Contents/MacOS/SSCheckSca nMessage

    September 12, 2016, /Library/Logs/DiagnosticReports/Safari_2016-09-12-103435_[redacted].hang 10:34:35

    September 12, 2016, /Library/Logs/DiagnosticReports/Safari_2016-09-12-103434_[redacted].hang 10:34:34

    Sep 12, 2016, 05:41:07 /Library/Logs/DiagnosticReports/backupd_2016-09-12-054107_[redacted].cpu_resour ce.diag [details]

    / System/Library/CoreServices/backupd. Bundle/happy/Resources/backupd

    Sep 11, 2016, /Library/Logs/DiagnosticReports/Safari_2016-09-11-131712_[redacted].hang 13:17:12

    Safari crashes.

    Safari/Preferences/Advanced - activate the menu to develop it, then go ahead and empty Caches. Quit/relaunch Safari and test. Then try Safari/history/Show History and remove all items from the history.  Quit/relaunch Safari and test. You can also try try Safari/Clear History... The downside is that it deletes all cookies. It could upset some sites no longer recognizes your computer as one that has visited the web site. Go to Finder and select your user folder. With this Finder window as the windshield, select Finder/display/display options for presenting or order - J.  When the display options opens, check "show the library folder. This should make your visible user library folder in your user folder.  Select Library./Caches/com.apple.Safari/Cache.db, and then move it to the trash.

    Go to Safari preferences/Extensions and disable all extensions. Test. If correct, enable the extensions one by one until find you which extension is causing the problem.

    Corruption Safari       See post by Linc Davis

    If you don't need the software of Sierra Wireless, uninstall it by using the instructions in the developer.

    Try to uninstall RIM if you do not use it.

    Uninstallation of RIM

    Uninstall Spotify

  • Automatic updates program turned out impossible to turn it on, with error message "site has encountered a problem and cannot display the page you are trying to view.

    Original title: Auto updates

    My automatic updates program is disabled.  When I try to turn it on, I get this message "the site has encountered a problem and cannot display the page you are trying to view.  Automatic updates forever, why was off and why he now won't come back?

    Bill T

    E-mail address is removed from the privacy *.

    Hi Bill,

    This problem can be caused if the automatic updates service may be missing in the Services snap-in.

    1. is the Service Pack 3 installed on your computer?

    2. what anti-virus software you use in your computer?

    Follow the steps below:

    Method 1:

    To resolve this issue, follow these steps:

    1. Click Start, click run, type explore, and then click OK.
    2. Look for the following folder:

    %windir%\System32\inf

    Note The %windir%\System32 placeholder represents the path of the WINDOWS System folder. Typically, C:\WINDOWS is the path of the WINDOWS System folder.

    The inf folder is a hidden folder. To view the inf folder, follow these steps:

    a. on the Tools menu, click on Folder Optionsand then click the view tab.

    b. in the list of Advanced settings , click to display the hidden files and folders under hidden files and folders.

    c. click applyand then click OK.

    3. double-click on the inf folder, right-click in theand then click install.

    4. click on Browse. Look for, and then click the \ServicePackFiles\i386 %windir%\System32folder if the following conditions are met:

    • You install Windows XP SP3 from a CD Windows XP SP3 which included as part of the basic installation of SP3.
    • You have downloaded and installed Windows XP SP3 from the Microsoft Web site.
    • Windows XP SP3 was included with the computer.

    Note If the files from the Service Pack folder is not present on the computer, you can copy the files from a Windows XP SP3 slipstreamed installation CD.

    5. click OK to copy the files.

    6. change the setting on the computer to not display the hidden files and folders. To do this, follow these steps:

    1. On the Tools menu, click Folder Options, and then click the view tab.
    2. In the list of Advanced settings , click show not the hidden files and folders under hidden files and folders.
    3. Click applyand then click OK.

    7 restart the computer and check.

    Method 2:

    Follow the steps in the link below.

    You receive an error message "Windows Update has encountered an error and cannot display the requested page" when you try to install an update:

    http://support.Microsoft.com/kb/883614

    For reference:

    How to configure and use automatic updates in Windows:

    http://support.Microsoft.com/kb/306525

     

    If you need further assistance on this topic, let know us and we will be happy to help you.

  • I'm putting SFC and @ 57%, it stops and it displays a message that it could not perform

    I have bsod problems. I'm putting SFC and @ 57%, it stops and it displays a message that it couldn't perform... When activated the journal CBS found that it always stop here:

    2010-07-09 18:08:19, CSI 000000ec c0000185 (F) error [error, installation = (System), Code = 389 (0 x 0185)] #2332033 # Windows::Rtl:, evt = 0, apcr = NULL, apcc = NULL, iosb = @0xc8e64c, data = {b: 0}, byteoffset = 0, key = (null))
    [gle = 0xd0000185]
    2010-07-09 18:08:19, d:\longhorn\base\wcp\sil\merged\ntu\ntsystem.cpp(1947) 000000ed@2010/7/9:23:08:19.581 (F) CSI of the error: error c0000185 [error, installation = (System), Code = 389 (0 x 0185)] from the function expression Windows::Rtl:SystemImplementation:DirectFileSystemProvider:SysReadFile: (null)
    [gle = 0 x 80004005]
    2010-07-09 18:08:29, error CSI 000000ee c0000185 (F) [error, installation = (System), Code = 389 (0 x 0185)] #2332032 # to Windows::Rtl:SystemImplementation:CFile_IRtlFileTearoff:ReadFile(Flags_=_3,_Buffer_=_{l:0_ml:65536_b:},_Offset_=_0,_Disposition_=_0) [gle = 0xd0000185]

    Made a couple of times and always stops here. Check the disc and is ok. Ran memory diagnosis and ok. What can I do now?

    If SFC finds serious errors that it cannot repair, you may need to do a upgrade Vista repair install.

    If you do not have a DVD of Microsoft Vista, borrow one from a friend.

    Read this tutorial on how to do a repair installation:

    http://www.Vistax64.com/tutorials/88236-repair-install-Vista.html

    See you soon.

    Mick Murphy - Microsoft partner

  • Notification app and tile mail ceased to work under tension

    I use my Gmail e-mail and live accounts with the application Mail in Windows 8. First day, I've upgraded to Windows 8, I've set up the app and push a large notification has worked for two accounts, no delay and notifications displayed even when I'm in the office. It was the only time that it worked. The next day, the app would not be anything, notify the office or in the start screen. I tried to turn the setting to 'See the notification for this email' off and on once again, and I made sure the setting under the PC mail notification is on too. Live webcam tile stopped working too. Simply put, I do not change any setting of what I myself work on the first day. So what's the problem? What is the point of the Mail app if now I need to open the application itself to check new emails.

    Tried to reinstall the app and now it works again. I vaguely remember there was an update of the application Mail a couple of days, but I'm not too sure. Disappointing but if it is true and I have to reinstall every time an update is available.

  • Is there a way to shrink js, css and html in DreamweaverCC?

    Is there a way to shrink js, css and html in DreamweaverCC or on-line what program is best to use?  When I minify the css just replace what is in my models or what is the process?  Thanks in advance.

    I don't shrink HTML code. I believe that it is very little reward for any problems this may cause.   My server GZIP compression is sufficient.

    Code editor in parentheses with at LEAST the module automatically minifies CSS code when you save the file UNDER.  It is a nice feature.  For now, DW doesn't have this option.  Maybe it will be in 2016 when the media is integrated in DW.  Will have to wait and see.

    My CSS code is still in external style sheets.

    • stylsheet.min.CSS
    • StyleSheet.CSS

    I keep a non-compressed for backup.  I have download the compressed on the server version.

    There are also online minification tools, that you can use.  A Google search will reveal many each with their own advantages and disadvantages.   In order to test before replace you the original code with the compressed versions.

    JavaScript Minifier

    Nancy O.

  • Flex and its future

    After that I spent almost three years to design an application (Flex and Air), my developer are now telling me that Flex as a language is dying and that I should consider a re - write using HTML and Java.

    My investment was considerable, so it was a shock for me - especially since I'm close to launch the application on the desktop and smartphone.

    Someone in this community reassure can me (or confirm), or maybe give me an idea. The application in question is very sophisticated and a rewrite just seems like a lot of work. I mean, who really knows what is the future of software in languages, it seems to change on a six pence.

    I would be grateful if someone could perhaps look at the app, give me an idea.

    Thank you very much (I'll post the link if anyone wants to watch the app).

    Where the hell were you, wordtapper? This kind of question/discussion has come the forums for a while.

    If the application works and is usable on the target platforms, then I'd go with it, BUT keep in mind that the long term future of flex as a programming language is very much in the balance. Adobe has little interest in it and the platform it runs on (Flash runtime) is not viable on Apple Mobile products in the browser and run on other mobile browsers in the long term.

    who really knows what is the future of software in languages, it seems to change on a six pence.

    Quite right, but it has not been filled since Mobile really took off and changed the whole game plan, so the tech world is rapidly changing.

    If you are close to launch, personally I go ahead with Flex and then look at your options if the application takes off. Better to re-think, if necessary with a successful delaying application there and gamble that this restructuring will be useful.

    If your application runs in the browser and mobile target, I'd be nervous.

  • Creative cloud installs and is displayed in my sidebar, but won't really be 'open '.

    I'm on OSX 10.9.3. Creative cloud downloads, installs and is displayed in my sidebar, but won't really be 'open '. I don't see the symbol of spinning (Adobe, not Apple beach ball). I even ever a chance to connect and download anything. I tried on three different Macs with the same result. All three meets the requirements for the CC thanks in advance for any help!

    Screen Shot 2014-06-04 at 11.32.19 AM.png

    Thanks for the update Kenneth!

    A. I recommend to delete and reinstall the creative Cloud Desktop application if your OOBE folder was missing.  In addition, I would recommend following the steps listed in the "Failed to install" error request Creative Cloud Desktop - http://helpx.adobe.com/creative-cloud/kb/failed-install-creative-cloud-desktop.html.

  • Problem with the publication of a swf and html in CS5 file

    Hey, I'm a newbee in flash. I use Flsh cs5. I created a simple .fla file. But when I publish, .swf and .html file are not created in the folder.

    And when I test the movie (control-> test movie), it does not open any window to display the flash.

    Help, please.

    Click on file/publish/formats settings, make sure that the swf and html boxes are selected, and click the button use default namespace.  then click on file/publish.  are the files in your directory with your fla?

    Otherwise, create a new directory (which has no subdirectory), save your fla to this new directory using a new name (it is, click File/Save as).  then click on file/publish.  see the new directory for your 3 files.

Maybe you are looking for

  • S206: Is the slot mini-PCIe for Wi - Fi adapters landlocked in the BIOS?

    Hello My good old Ideapad S206 had good enough Wi - Fi problems since I bought it. Basically, the reception is extremely unstable, and it is a problem when the "net" part in "netbook" does not work properly, is it not? I tried to date/replace the dri

  • Error fatal AutoCAD 2014/2015

    HP EliteBook 8760w, Win 7 Pro SP1. Fatal error occurs when you customize the UI for AutoCAD. I had this problem before with ACAD2014 and it happens again with a fresh install of ACAD2015. "FATAL ERROR: Unhandled Exception Access Violation reading 0 x

  • software installation failed

    my pc is HP 15 - r012tx Notebook PC ... do I need to install this softower? (Qualcomm Atheros QCA9000 series Bluetooth 4.0 + HS Driver for Microsoft Windows 8.1)

  • How much is a processor intel i5 worth?

    I started disposing of my old laptop, and I think selling the parts sepratly. How much cost an i5 processor? I'm confused because the prices range from $ 45 to 215.

  • How in the world cancel you an account with Adobe

    How to cancel an account with Adobe