Graphical artifacts when animating scrollRect property in ENTER_FRAME handler?

I tried to animate a drop down menu by assigning a rectangle to the scrollRect property of the menu.
The rectangle's width is fixed, and the height of the rectangle is animated from zero to the final height of the menu over a 250ms interval.
The alterations to the scrollRect originate from a master handler for ENTER_FRAME, which runs a series of registered task functions, one of which is my menu animation function.
As the menu drops down, various areas of the child DisplayObjects, including the background, fail to draw completely.  If I resize the stage at all, then everything is redrawn properly.
Are there any known problems with animating the scrollRect property when:
altering a scrollRect from within an ENTER_FRAME handler
when child objects also have a scrollRect set?
The exact regions that fail to draw are inconsistent each time the menu drops down, but they occur in the standalone player as well as in web browsers such as Firefox and Internet Explorer.
See video here: glitches2.mp4 - Google Drive
It clearly doing something wrong, as evidenced by the redraw regions at the end of the animation (see image).  At the end of the animation, the scrollRect is set to null.  The bottom of the menu is still not updated, and neither is the drop shadow filter on the menu.
Update: The artifacts go away if I set cacheAsBitmap to true: glitchesRemoved.mp4 - Google Drive
Interestingly, they also go away if I remove the dropShadow filter from the background child control and leave cacheAsBitmap off.
Anyway, this problem seems to manifest itself specifically when animating the scrollRect property of an object with cacheAsBitmap set to false that contains a child control with a filter applied.
Here is a final video with everything working.  The drop shadow filter is on the object itself, rather than the background, which sets cacheAsBitmap to true as a side effect:
glitchesFixed.mp4 - Google Drive

I'm just animating the scrollRect property to achieve a simple clipping effect that reveals the menu.  Once per frame, it updates the scrollRect property, assigning a new rectangle with a height of "p * height", where p is the percentage through the animation (0 to 1).  There is nothing, otherwise, happening to the DisplayObject during the animation of that property.  The DisplayObject's height is not changing, nor are any other properties changing (besides scrollRect), so it's essentially static while it's being revealed.  When the scrollRect's size is increased frame-by-frame, Flash Player is simply failing to render the entire clipped area, almost as though there is a frame lag such that it's rendering the clipped area from the last frame, rather than the new area exposed by the latest value of scrollRect.  When I simply turn on cacheAsBitmap, it renders correctly and completely.  The only "interesting" thing about the menu would be the DropShadowFilter applied to a child, so my best guess is that there's some sort of bug in Flash Player's rendering system involving scrollRects whose size changes when one or more child objects have filters applied (just a guess from what I'm seeing).  To fix it, I moved the DropShadowFilter off the child object and onto the menu itself, which kills two birds by forcing cacheAsBitmap on (removes the artifacts) and also ensures the drop shadow is applied to the clipped area rather than being clipped by the scrollRect.  I'd imagine I could replicate this easily in a simple FLA that I could post, so I 'll try that.
As far as the "sophisticated" nature of the framework, I was primarily referring to its layout engine, in the sense that it's non-trivial, finely-tuned, and powerful compared to existing offerings. There are no Stage3D effects; I ruled out using that years ago when I was seeing graphical artifacts throughout the display list whenever any 3D effects were applied (even setting DisplayObject.z to zero), because it seemed to change something about the overall rendering mode.  For example, I took these screenshots in 2010 and posted them to the bugbase:
What started off as a slight offset that appeared when 3D rendering was active, turned into very obvious glitches at the edges of objects, as revealed in the latter two images; the random speckles of color and the yellow lines at the bottom and right edges of the button are not supposed to be there. (The striped lines in the overall background are supposed to be there; they are part of a "circle splash" shader filter that collapsed in from the edges of the screen making it look like the background is being eaten by the event horizon of a black hole, haha.)
Anyway, the MenuTest.mp4 video I posted is actually using off-screen rendering to BitmapData via DisplayObject.draw, along with the application of a blur and tinting for the glass effect.  The real-time ripple effect is rendered with an animated ShaderFilter I wrote with PixelBender.

Similar Messages

  • Weird graphics artifacts when using light table

    I'm seeing strange flashing shapes and pixels when I move photos around on a light table. Doesn't affect performance, just visually very bothersome. Using new MacPro w/ 8800GT. Wondering if anyone else is seeing this behavior on light tables??
    -Nelson

    I also have the same problem, only different circumstances. I've noticed there are several websites that I can go to that yield this issue, and for me the fix was to go into the Energy Saver system preferences and uncheck the Automatic Graphics Switching box. An example of an issue I'm currently experiencing is:
    Visit http://www.macsimumnews.com/index.php/archive/applepatents_hint_at_final_pro_changes_and_or_new_media_presentationsoftw/
    then click on the Reader button and the Safari window background gets all mangled. Click on the reader button again and it all goes away. Now repeat with that system preference turned off and it won't do it anymore.
    Please advise if you can reproduce this. (Oh, this obviously is only for 2010 MacBook Pros that have that system preference option in the first place).

  • Why am I getting visual artifacts when typing in text fields?

    Since upgrading to Firefox 4, I get weird graphic artifacts when typing in text fields on websites. I'm getting them right now as I type this! They appear below and to the right of the line of text. The artifacts disappear when the page is refreshed or if the window is resized. This bug only happens in Firefox. My video card drivers are up to date.
    Here is an example: http://i87.photobucket.com/albums/k136/tobe82/ff4bug.jpg

    I've gotten this issue on Windows 7 and on Ubuntu. To fix, go to Options->Advanced->Disable Hardware Acceleration.

  • Flash video artifacts when using discrete graphics

    So I have a 2011 MacBook Pro with Intel and ATI graphics. When watching flash video (YouTube), I have weird artifacting going on when using just discrete graphics. While using Intel graphics, the video usually plays fine, just a little choppy. I am using gfxCardStatus to switch between them. Is this a flash bug or something else? I've added an image to show what I'm talking about.

    Darrell110 posted in macromedia.dreamweaver
    > problem is I do not want to use another player. I add a
    lot of
    > video for clients and I love how easy it is to do that
    with
    > Dreamweaver.
    I don't see any evidence that you used Dreamweaver to insert
    the
    player. Normally, when you insert Flash with Dreamweaver, it
    inserts
    code I can readily identify. Did you use GoLive?
    The pages you show are consipicuously missing the
    <object> code and
    the JavaScript that DW uses.
    And I don't see any differences in the players. The pages
    both link to
    files named flvplayer.swf (in different folders) with the
    same look and
    the same file size. I am late in this thread, so maybe I
    missed the
    boat.
    Anyway, I don't know if this would make a difference with
    that player,
    but one page uses a relative link to the .flv, while the
    other page
    uses an absolute link, including
    http://. See if changing that one to a
    relative link helps.
    I only watched about a minute from both pages and, although
    872 Kpbs
    for the video track is VERY high, I did not see any glitches.
    (Did you mean to use two slashes in the second link?)
    > Here are samples using the same video file, only
    different
    > PLAYERS:
    http://bobbywarns.com/viewvideo.html
    >
    http://bobbywarns.com//video/viewvideo.html
    Mark A. Boyd
    Keep-On-Learnin' :)

  • Screen artifacts when using powerpoint / graphics card issue

    Hello,
    since the beginning we are having problems with our powerbook G4 and ibook when using powerpoint.
    We have screen artifacts when selecting and deselecting any object. For a screenshot with explanations please see:
    http://www.flickr.com/photos/18582065@N00/265911667/
    The problem was verified by the Apple store support team, who confirms the issue but cannot help.
    The problem is persistent over all SW versions (Panther and Tiger).
    We would be very happy about any useful idea or solution.
    Thanks,
    Chris
    Powerbook G4   Mac OS X (10.4.8)  

    Update:
    The problem still exists with the Powerpoint/Office version 11.3.0 (released this week).

  • Mac mini VPN headless, slow graphics performance when no monitor plugged in

    I am using a Mac mini, headless, with no monitor, keyboard or mouse, via VPN from a Windows machine over a LAN. Everything works fine and setting everything up was a breeze. However, something very odd I noticed was that if my Mac mini does not have a monitor plugged in to its video output, the rendering of the graphics over the VPN is very slow. It is most noticable when hovering over the dock and activating the animations etc, though it is noticable all the time. It's so bad that it would be IMPOSSIBLE to watch a video clip or simple animation. It's as though frames are being dropped. Now, this can be immediately fixed if a monitor is plugged into the Mac mini and turned on, and the VPN to the Mac mini from my Windows machine works flawlessly and the graphics are rendered perfectly, with little to no delay or frame skipping.
    I have a hunch that the Mac could be disabling some kind of graphics acceleration when the monitor is not plugged in, but I am not a Mac expert by far, this is my first Mac experience. It was purchased solely for the VPN and headless use, so if I can't get it working properly, it's a waste.
    Note, I have tried several VPN client/viewer combinations and they do not change the situation.
    Thanks in advance.
    Message was edited by: HopkinFrog
    Also, when I try to use the remote with the Mac mini (pressing the menu button), over VPN with no monitor attached to the machine, I simply get a white blank screen until I press the menu button again.

    I must have been HALF ASLEEP when I wrote this.
    I do not mean VPN, I mean VNC!!. Sorry for the confusion.

  • Mac Pro bootup issues: started with graphical artifacts, and now nothing.

    My computer specs:
    - Purchased August 2008
    - 2x 2.8GHz Quad-Core Xeon
    - 2 Apple 1GB RAM sticks
    - 2 Kingston 4GB RAM sticks
    - NVIDIA GeForce 8800GT 512MB
    -== The Saga of Trouble, Episode 1: Into the Very Heart of Trouble ==-
    Started World of WarCraft. Trying to get rare Green Proto-Drake mount. Suddenly, approx. 3 minutes after starting the game, the display goes haywire: artifacts, flickering, you name it.
    Tried:
    - Power-cycling display: image returned, still messed up.
    - Command-Q: nothing, no response.
    - Yelling at computer: nothing, no response.
    - Holding in power button to shut down: system shut down.
    - Rebooting: no REFit bootup (I have REFit installed), and the gray Apple logo has graphical artifacts. Eventually I'm brought to a screen that looks like something out of an NES where the cartridge hasn't been cleaned.
    - Rebooting with a different monitor: same result.
    -== The Saga of Trouble, Chapter 2: Love is the Key, But Only When Contextually Relevant ==-
    Cursing several times, and promising the Mac Pro swift physical retribution should it refuse to work, as, in my hubris, I haven't made a Time Machine backup in a while, I unhooked all cables from the tower, set it on an appropriate work surface, and opened it.
    Tried:
    - Dusting the interior with compressed air: dusted without incident.
    - Checking to ensure graphics card was well-seated: it was.
    - Checking to ensure RAM sticks were well-seated: they were.
    - Complimenting self on proper usage of past tense: false sense of satisfaction given my Mac Pro's trouble.
    -== The Saga of Trouble, Third Strike: Startup on Low Forward Reduced by Two Frames ==-
    Reconnected everything and attempted to boot. A fan that normally whirs on startup (I assume from the graphics card, but I didn't visually confirm in the past) is not whirring. The characteristic "Apple noise" is heard, but nothing on screen.
    Tried:
    - The other DVI port on the graphics card: no dice.
    - Another monitor: nothing.
    - Another monitor on the other DVI port on the graphics card: no luck.
    -== The Saga of Trouble, Future Shock: Escaping the Saga of Trouble ==-
    With two upcoming trips, all part of chasing my dreams to become an awesomely famous screenwriter and game designer, instead of just an aspiring wannabe, I cannot afford to do what I think will solve the problem, and that's purchasing a new graphics card.
    Given my foolishness in not making regular Time Machine backups, reinstalling the OS is going to be a last resort. As in I'm not trying that until I've exhausted all other options (which, as taught in college and in the four years of my life I wasted as an IT guy for an ISP, is not what you should try first anyway). I'll exorcise the HDD and plug it into something else before I reinstall the OS.
    Given the above two points: what's my next step? Is there something I can try before either purchasing a new graphics card or reinstalling the OS?
    Many thanks in advance for any advice.

    Apple firmware (or flashed card).
    The ATI line of Apple cards use universal EFI (EBC) so even the new 5770/5870s work as well.
    Check the test results coming out on
    http://www.barefeats.com comparing cards.
    I realize the hard restart may be 'necessary' but booting from DVD or running the single user mode command FSCK -fy can minimize directory repair problem if you don't have OS X on another drive.
    Installing OS X is fast and easy if you can shrink 30GB off another drive that you would then be able to boot from and has just mini OS and utilities.
    Cache files often are the first to become corrupt as well, or prefs, anything that was in memory and that are changed frequently and after a startup. Cache files are automatically rebuilt and no fear if you can delete those.
    AppleJack and Snow Leopard Cache Cleaner can 'enhance' what diskutil fsck you can do and add some more commands.
    8800GTs are harder to find, still on ebay at times.
    http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=300448795337

  • Graphical artifacts with DX11 (and OGL4) on imac 27" late 2012 GTX 675 MX

    Hello, dear community! I have the imac 27" late 2012 with graphical card GTX 675 MX.
    In Mac OS X 10.8.5 all works perfect. Software, games (Bioshock Infinity), benchmarks (heaven 4.0). But in windows...
    I was installed Windows 8, then 7, then 8 again, and every time after installing nvidia drivers (with BootCamp, or manually downloaded from nvidia site) i have some graphical artifacts ("||" randomly on the screen). On win 7 it was only in games (like Bioshock Infinity or Tomb Raider), on win 8.1 everywhere(on desktop and in games). In DX9 games (like World Of Tanks) all perfect, in DX10/11 games (BI or TR) - artifacts. After thousend of tests i run Heaven Unigine 4.0 with OpenGL(other settings the same) in macos and in windows(on 7 and on 8), for checking some hardware issue if it exists. But on mac os x, as i already said, all is perfect, but on windows - randomly appers artifacts.
    I record a video to illustrate my problem. http://www.youtube.com/watch?v=AwEog66vfFk&feature=youtu.be
    Help me please! People in service told me that this is not a guarantee issue

    I assume you have GPU-Z and other tools to look at gpu. the imac falls between notebooks and desktops when it comes to graphics. and it may be some programs just are not written for that graphic device? possibly?
    I've been on Windows 8.1 mostly along with 8.0 and graphic drivers have been "bumpy road" at times and I was able to swap out and use different graphic cards on my PC - had me thinking I had an SSD related issue, then replaced memory (those were bad it turned out, and could have caused drivers and system errors).
    Windows has memtest on the DVD and I have seen one or three people with real problems that did not show up until they did more tests, even though Mac OS was blindly oblivious to anything being wrong (it was, they upgraded RAM and SO-DIMM was not fully seated in one case, in another the RAM module had to be replaced).
    Extended Tests using Apple Hardware Test is not conclusve and almost never ever when comes to finding gpu or memory 'errors.' There you are better with Windows test utility.

  • PS CS4 graphics artifacts from Lightroom 2.2?

    Hello,
    Forum search didn't reveal mention of this one, maybe I just didn't search the right keywords...
    If I switch to PS CS4 from LR 2.2 (using Alt-tab in Win XP), I get graphics artifacts on the PS display. They are portions of the screen from LR, and cover parts of the image. If I zoom or pan, they flicker yet stay there.
    I can "clear" the artifacts by switching to any other full-screen application and back to PS. They reappear the next time I switch from LR to PS.
    Anyone else have a similar issue?
    I found some passing similarity here:
    http://www.adobeforums.com/webx?128@@.59b6f460
    though that issue seems even more messed up than what I see.
    Testing through Adobe Support's suggestions revealed that I can't re-create the issue when using another user account on the machine. They said they think the user account is "damaged". That would not be a good thing, seeing as how it's the built-in Administrator account of Win XP :) At any rate, assuming it's true, how count I address a "damaged" user account? Just the user profile? Or is it the account itself? Not getting a lot of leads in the MS Win XP KBase.
    Specs:
    Win XP SP2 & SP3 (both have same issue)
    nVidia GeForce 7600 GT 256 MB driver v.178.24 (current)
    4 GB RAM, and using /3GB switch
    3.2 GHz iCore2Duo
    Thanks,
    KDJ

    Thanks Wolf. It never fails that after I try the latest driver, have issues, and post about it, that a new driver has already been released :) At any rate, I have now tried 181.20, which is the latest driver (as of 5 minutes ago), and the problem is unchanged.
    So, my questions above are still open. Anyone else having similar issue?
    Thanks,
    KDJ

  • Apple Mail Graphic Artifacts Bug?

    For starters, I never encountered this issue with Lion.  But when I open Mail 6.0 (most of the time), I receive odd graphical artifacts around the message (especially messages that have graphics (i.e. pictures) on the right.  I took it to Apple and they said it's not my hardware, but a software issue.  Does anyone else have this problem? I'm hoping they fix this bug.  Thanks for any help.
    Here is another person with same issue:
    http://att.macrumors.com/showthread.php?t=1411214

    Hello, after clean installation of OS X 10.8 I got the same problem, still exists after updating to 10.8.1.

  • Macbook pro Retina Photoshop ONLY graphic artifacts

    I have a macbook pro Retina Mid 2012 for work.  And every time I use photoshop, and move the cursor around I see very annoying graphical artifacts on the left and top of the screen.  This looks like a driver issue one might expect on a PC.  I can't take a screen shot of it, since it goes away when I try to do that..  of course.  but attached below is a mockup of what it basically looks like.  (I cannot upgrade to maverick due to not workig with software we need at the office)
    This ONLY happens in Photoshop.  and has been happeneing ever since the laptop was first purchased.  Has anyone else seen something like this?  Is there a driver update to fix it? etc...

    There are so many apps that use the NVIDIA GPU... download gfxCardStatus and install it so that you can get a handle on apps that use the GPU processor (Chrome, any Creative Suite app, etc.).
    If the problem only occurs when using the discrete GPU in PS then it's either a hardware fault or a PS fault - you'll know if other apps that use the NVIDIA chip display the same anomalies.
    Clinton

  • MacBook Pro 15 Windows 7 64 Bit Graphics Artifacts

    I have a MacBook Pro 15, Early Spring 2011, on which I installed Windows 7 64 bit Pro via Boot Camp 4.0. I get graphic artifacts almost every time I boot in Windows. An Apple Store tech said when I installed Windows, Apple only had a 32 bit Windows 7 graphic card driver, and that there is a conflict between Apple's Windows 7 32 bit driver and my Windows 7 64 bit OS. He said I would need to update my Mac OS and reinstall my Windows 7 64 bit using Boot Camp 5. I don't mind updating my Mac OS, but I cannot spend the many hours necessary to reinstall my Windows configuration.  Is there anyway to install an updated graphics card driver directly?

    Ok, so after reading the responce from Jaygyver I made some progress, but let me first explain my hardware and the process I used to get everything working.
    Hardware:
    1) Kingston DT101G2 32Gb Memory stick -> Product Link
    2) Macbook Pro 15-inch (Early 2011) - 2.2 GHz Intel Core i7, 4 GB 1333 MHz DDR3, AMD Radeon HD 6750M with 1024 MB VRAM, Thunderbolt Firmware version 22,1
    Software:
    1) Mac OSX 10.7.2
    2) Original Windows 7 installation disk
    3) Boot Camp 4.0 (Downloaded via Mac Boot Camp Assistant)
    Installation process:
    1) Boot Mac normally
    2) Insert memory stick
    3) Open "Applications / Utilities" and run the "Disk Utility" application
    4) Select the memory stick volume
    5) On the tabs above, on the right hand side of the window, click "Erase"
    6) Ensure you select from the drop down menu the MS-DOS (FAT) Format
    7) Click on erase on the button in the middle of the screen. Let it do its thing and then close "Disk Utility"
    8) In "Spotlight" type "Boot Camp"
    9) Run the Boot Camp Assistant application
    10) view the instructions on the link I provided above.
    Careful here:
    After downloading Boot Camp onto the memory stick, click install windows. As soon as you get to the window where you are prompted to select your volume to install Windows on, click on the advanced tab in the windows installation window. Select the volume and then click on Format. MAKE SURE you select the correct volume as you don't want to format your OSX volume. That sould be that then!!
    PS: Jaygyver was right, if the drivers don't work in windows after the initial first boot. Open the memory car in windows explorer and run the boot camp setup. It will install EVERYTHING, absolutely EVERYTHING. I didn't need to look for any drivers online at all.
    Hope this helps!

  • Graphics/artifacting issues with new mid-2014 15" MacBookPro Retina

    I'm having graphics issues with my new 15" mid-2014 2.8 MacBookPro Retina.  It came with Yosemite.  I keep get glitchy
    artifacting when using Premiere Pro and After Effects (CC 2014), obviously, but then even just while using Finder when AE and PP are closed.
    I've read about it with earlier models, but nothing about the new ones.
    I turned off the Automatic Graphics Switching in Energy Saver and just updated my CUDA NVIDIA driver.  It's still a problem.  Any ideas on what to do next?
    Thanks in advance.

    Remove CUDA and see whether there's an improvement.
    To remove CUDA, triple-click anywhere in the first line below on this page to select it:
    /Library/Frameworks/CUDA.framework
    /Library/LaunchAgents/com.nvidia.CUDASoftwareUpdate.plist
    /Library/PreferencePanes/CUDA Preferences.prefPane
    /System/Library/Extensions/CUDA.kext
    /System/Library/StartupItems/CUDA
    /usr/local/cuda
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item selected. Move the selected item to the Trash. You may be prompted for your administrator login password. Continue with the remaining lines. Some of the items may be absent, in which case you'll get a message that the file couldn't be found. After moving all the above items to the Trash, restart the computer and empty the Trash. Don't try to empty the Trash until you have restarted.
    If you haven't already done so, back up all data before making any changes.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • Graphical artifacts in games (overheating)

    When I play World of Warcraft for too long (ranging from 30 minutes to a couple hours) I start to get graphical artifacts on the screen. The cause appears to be overheating. Increasing the fan speed fixes the problem temporarily but the problem returns if I continue to tax the system. I have also tried running without the bottom plate which provides superior cooling and allows me to play for longer, but the problem still happens eventually.
    Request fix please.

    I'd contact Apple - my iMac started getting graphical artefacts when it was just out of warranty, this became progressively worse and was either a logic board or GPU failure. It became unusable until repaired.
    You may have a faulty unit.
    These forums are user to user btw, no official Apple input.

  • X3100 Leopard & Snow Leopard Graphical Artifacts

    Hi all,
    I have a bizarre problem, I get to many graphical artifact appearing on my screen when using almost any mac application. A good example would be when installing mac software the blue progress bar may appear to be duplicated on screen. Refreshing the screen generally resolves the issue but is comes back very soon afterwards.
    At first I though it may be a hardware problem so ran a hardware test all is ok.
    I beleive the issue to be software related since when booted in to windows vista no graphical glitches occur.
    Does anyone know if there are any official acknowledgements of mac and x3100 problems?
    To resolve i have tried the following to no avail:
    reinstalled mac os
    gone back to leopard
    replaced the ram with the original factory ram
    reset the mac
    bought a laptop stand with cooling fan( i noticed flash vids heat the mac up quite a lot, the problem generally occurs with more CPU intensive processes)
    Any idea's

    Hi,
    Sadly I have resolved the problem, I even went back on to Leopard 10.5.4 ( the disc that came with the Mac). I still had the same problem. After this experience I have taken my mac back to the retailer, in the UK john Lewis offer a 2 year guarantee!!!!!! Hopefully they will resolve the problem. If not I think I'll be going to get a windows 7 laptop. My first proper Windows computer in 15 years. The spec on something around £500=£600 is almost that of a decent 15"macbook pro.
    Windows 7 seem like an ok OS, everything seem reasonably quick on a borrowed dell inspiron at least.

Maybe you are looking for

  • Problem while deploying a webdynpro java application in NWDS 7.1 version

    HI All,         I got the below error when i deploying the  webdynpro java application in NWDS 7.1 version..help me out........................................... Exception: com.sap.ide.eclipse.deployer.api.APIException: ConnectionException,cause=[Ec

  • Lead Questionnaire not displayed in WebUI

    Hi Experts, I have created a questionnaire in Lead settings and assigned to the transaction type. I have left out the determination criteria blank. When I run the lead transaction in Sapgui the questionnaire is displayed under the evaluation tab.The

  • Importing vhs via canopus 55

    I am in the process of importing old vhs tapes via the canopus 55. The problem I am encountering is it is only importing in monochrome. Is there any way I can capture the colour?

  • Enlightenment E17's EFM breaks when theme changes

    Hello. I've installed the "enlightenment17" package, as indicated in the wiki article. After a few clashes against the Enlightened way of life (which it totally won), I was ready to give it a look & feel more to my liking. So I installed the e17-them

  • I want to change of contry but i have some credit

    i want to change of country but i cant beacouse i a message apperas saying that i have to spend all my credit but i only have $0.85 so i cant use it is there any way to erase all my credit without spending it?