Problem with bone

I have problem. When i add bone on my person and move arm or leg, face my person is black. I dont know why color is changed everythime when i do this

Hi,
Does this happen even in a brand new FLA file?  If so, please try deleting your Flash CS5 user-configuration directory:
Mac: boot drive/Users/<username>/Library/Application Support/Adobe/Flash CS5/<language>/Configuration
Windows Vista/Windows 7: boot drive\Users\<username>\AppData\Local\Adobe\Flash CS5\<language>\Configuration
Windows XP:
boot drive\Documents and Settings\<username>\Local Settings\Application Data\Adobe\Flash CS5\<language>\Configuration
If it's happening only in specific files, can you post the file?
Thanks,
Nivesh

Similar Messages

  • Problem with  Bone Tool

    I use Flash CS5. tool "Bone tool" change name in "plugin tool"
    when i click on the stage in output window this is display
    Plugin tool script error in method activate
    Plugin tool script error in method deactivate
    Plugin tool script error in method setCursor
    Plugin tool script error in method mouseMove
    Plugin tool script error in method mouseDown
    Plugin tool script error in method mouseUp
    Plugin tool script error in method mouseDown
    Plugin tool script error in method mouseDown
    i update flash to 11.01, but this not help
    remove all extensions, but this not help too
    PLEASE HELP!!!

    Hi,
    Does this happen even in a brand new FLA file?  If so, please try deleting your Flash CS5 user-configuration directory:
    Mac: boot drive/Users/<username>/Library/Application Support/Adobe/Flash CS5/<language>/Configuration
    Windows Vista/Windows 7: boot drive\Users\<username>\AppData\Local\Adobe\Flash CS5\<language>\Configuration
    Windows XP:
    boot drive\Documents and Settings\<username>\Local Settings\Application Data\Adobe\Flash CS5\<language>\Configuration
    If it's happening only in specific files, can you post the file?
    Thanks,
    Nivesh

  • Problem with OleDBConnection and WindowForm

    Hello,
    this is my first post here, so dont get me wrong :p I have 2 diffrents problems with OleDBConnection. First problem is that when i open for example. access database my window from get smaller and elements are bugged. 
    Second problem is that when i change value in a cell in my datagridrow, source dataset get this change too but problem is when i fire method HasChanged() on my dataset it gives me false so its like i didnt modified cells. But when i remove or add row its
    get changes so idk what im doing wrong. Here is code how i change my datagridview values on cells:
    okienko.dataGridView1.Rows[index_wiersza].Cells[1].Value = textBox2.Text;
    //edit i fixed second problem http://geek-goddess-bonnie.blogspot.com/2009/09/fun-with-datasets.html but still first problem is pain :/
    Thx for help.

    namespace WindowsFormsApplication1
    partial class Form1
    /// <summary>
    /// Required designer variable.
    /// </summary>
    private System.ComponentModel.IContainer components = null;
    /// <summary>
    /// Clean up any resources being used.
    /// </summary>
    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    protected override void Dispose(bool disposing)
    if (disposing && (components != null))
    components.Dispose();
    base.Dispose(disposing);
    #region Windows Form Designer generated code
    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    this.components = new System.ComponentModel.Container();
    this.button1 = new System.Windows.Forms.Button();
    this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
    this.ugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    this.fdfToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    this.fghToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    this.menuStrip1 = new System.Windows.Forms.MenuStrip();
    this.tEstToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    this.test2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    this.problemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    this.takToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    this.contextMenuStrip1.SuspendLayout();
    this.menuStrip1.SuspendLayout();
    this.SuspendLayout();
    // button1
    this.button1.Location = new System.Drawing.Point(268, 204);
    this.button1.Name = "button1";
    this.button1.Size = new System.Drawing.Size(75, 82);
    this.button1.TabIndex = 0;
    this.button1.Text = "button1";
    this.button1.UseVisualStyleBackColor = true;
    this.button1.Click += new System.EventHandler(this.button1_Click);
    // contextMenuStrip1
    this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
    this.ugToolStripMenuItem,
    this.fdfToolStripMenuItem});
    this.contextMenuStrip1.Name = "contextMenuStrip1";
    this.contextMenuStrip1.Size = new System.Drawing.Size(98, 52);
    // ugToolStripMenuItem
    this.ugToolStripMenuItem.Name = "ugToolStripMenuItem";
    this.ugToolStripMenuItem.Size = new System.Drawing.Size(97, 24);
    this.ugToolStripMenuItem.Text = "ug";
    // fdfToolStripMenuItem
    this.fdfToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
    this.fghToolStripMenuItem});
    this.fdfToolStripMenuItem.Name = "fdfToolStripMenuItem";
    this.fdfToolStripMenuItem.Size = new System.Drawing.Size(97, 24);
    this.fdfToolStripMenuItem.Text = "fdf";
    // fghToolStripMenuItem
    this.fghToolStripMenuItem.Name = "fghToolStripMenuItem";
    this.fghToolStripMenuItem.Size = new System.Drawing.Size(100, 24);
    this.fghToolStripMenuItem.Text = "fgh";
    // menuStrip1
    this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
    this.tEstToolStripMenuItem,
    this.test2ToolStripMenuItem});
    this.menuStrip1.Location = new System.Drawing.Point(0, 0);
    this.menuStrip1.Name = "menuStrip1";
    this.menuStrip1.Size = new System.Drawing.Size(408, 28);
    this.menuStrip1.TabIndex = 1;
    this.menuStrip1.Text = "menuStrip1";
    // tEstToolStripMenuItem
    this.tEstToolStripMenuItem.Name = "tEstToolStripMenuItem";
    this.tEstToolStripMenuItem.Size = new System.Drawing.Size(48, 24);
    this.tEstToolStripMenuItem.Text = "TEst";
    // test2ToolStripMenuItem
    this.test2ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
    this.problemToolStripMenuItem});
    this.test2ToolStripMenuItem.Name = "test2ToolStripMenuItem";
    this.test2ToolStripMenuItem.Size = new System.Drawing.Size(56, 24);
    this.test2ToolStripMenuItem.Text = "Test2";
    // problemToolStripMenuItem
    this.problemToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
    this.takToolStripMenuItem});
    this.problemToolStripMenuItem.Name = "problemToolStripMenuItem";
    this.problemToolStripMenuItem.Size = new System.Drawing.Size(175, 24);
    this.problemToolStripMenuItem.Text = "Problem";
    // takToolStripMenuItem
    this.takToolStripMenuItem.Name = "takToolStripMenuItem";
    this.takToolStripMenuItem.Size = new System.Drawing.Size(175, 24);
    this.takToolStripMenuItem.Text = "Tak";
    // Form1
    this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
    this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    this.ClientSize = new System.Drawing.Size(408, 382);
    this.Controls.Add(this.menuStrip1);
    this.Controls.Add(this.button1);
    this.MainMenuStrip = this.menuStrip1;
    this.Name = "Form1";
    this.Text = "Form1";
    this.contextMenuStrip1.ResumeLayout(false);
    this.menuStrip1.ResumeLayout(false);
    this.menuStrip1.PerformLayout();
    this.ResumeLayout(false);
    this.PerformLayout();
    #endregion
    private System.Windows.Forms.Button button1;
    private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
    private System.Windows.Forms.ToolStripMenuItem ugToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem fdfToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem fghToolStripMenuItem;
    private System.Windows.Forms.MenuStrip menuStrip1;
    private System.Windows.Forms.ToolStripMenuItem tEstToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem test2ToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem problemToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem takToolStripMenuItem;

  • Problems with the Fios 20/5 connection speed in my area dropping down to less than 3mbs.

    I have written out a flyer that I plan to go door to door with. Since I am under contract with Verizon, I am forced to honor my side of the contract. Even if they are allowed to make me pay for a service that I am not completely getting. I am very displeased and as soon as my contract is up, I will change back to My local cable companies all in one that does not require a contract and has no issue such as the one I am having.
    Do you have Verizon Fios Internet?
    Are you on the 20/5 connection?
    If so, you may not be getting the speed you are paying for. I am on a 20/5 connection and when my computer is on for longer than an hour the internet download speed with Verizon Fios starts to slow down until it is below 3mbs. It takes about 24 hours to get down to 3mbs but only about an hour or two to get down to about 6-7mbs when I am paying for 20mbs…
    I have 3 computers in my home that have Windows Vista, Windows XP home edition and Windows Media Edition 2005. All of the computers run into this same exact issue, I have tried every setting I could think of with my 24 years of computer technical experience. I finally took one machine with Windows XP and ran a full format on the hard drive and reinstalled a fresh Windows Xp Operating system onto the hard drive so it is a bare bones OS. This way there is no other software on the machine that could possibly be causing the problem and found that when I connected online through Verizon Fios the machine still ran into the same exact issue. This proves to me that the issue is not on any of my machines.
    Now all of this time my buddy that lives 1.2 miles away from my house has been having the same issue with three computers at his home also. He has Windows Vista on two machines and Windows XP Pro on one.
    When I concluded that it was a Verizon Fios issue, after a few months of trying to get by, researching, diagnosing and losing much information in order to verify it was on Verizon’s side, I contacted technical support at Verizon’s online website. The agent and I went through the regular procedure that anyone would have to go through and I patiently explained what I had done to try to diagnose the issue. The agent came to the conclusion that he could not figure out the problem so he guessed that the Verizon router/modem may be the issue and told me he would send me a new one by mail.
    I received the new Verizon router/modem, installed it and had to call to have it activated. Afterward it still had the same exact issue as the prior router/modem. So now we know it’s not my computers, it’s not the router/modem. My Verizon router/modem is connected right at the Optical Network Terminal (ONT), which is the box that connects the fiber-optics to your home, usually just inside or outside your garage wall. Mine is just outside…
    From here my buddy, who has been having this problem also the entire time, called the local office of Verizon Fios and an installer was setup to come over to his home and trouble shoot the issue. My buddy called me and told me when the installer was headed to his home and I met him at his home to see what the installer found and in hope that my issue would be fixed at the same time. The installer went through the system at his house and was frustrated about not finding the reason for the issue and ready to leave without fixing anything. I simply asked that he stay long enough to see the issue present itself within an hour-hour and a half.
    His laptop itself already showed the speed drop from 20mbs to between 16-17mbs, it was on its way down. He basically told us something that online tech support already stated to me, it is extremely difficult to prove it is on Verizon’s side. In other words it is extremely difficult to prove it, in a way that will convince Verizon to check its own servers, routers and software updates to their own systems. The installer, good guy, couldn’t/wouldn’t stay but we did convince him not to simply drop the issue. He called shop and they sent another installer out to take over the issue.
    The new installer, great guy, got up to speed on what was already done at my buddies home. The first installer, checked and replaced the Verizon router/modem, checked the wiring and splitters. Basically went through the entire system up to the Optical Network Terminal (ONT), the box that connects the fiber-optics to your home. He pulled and replaced the Optical Network Terminal (ONT), thinking that perhaps the unit was compromised. While he was doing this job a tech was called and asked to stop by for assistance with the issue. The tech checked the computers inside and tried to do some settings that the main office informed him to try. I explained to the tech that the same issue was happening at my house, that I went through every setting I could think of and find online to help alleviate the issue. After some shop talk about what I had tried, including the full format and reinstall of the operating system on one of my machines, he just as I came to the conclusion that it couldn’t be with the computers and since everything that had to do with the Verizon Fios system from the street to the end-user computer had been checked, verified and/or replaced, the issue had to be coming from Verizon’s main office.
    The installer had already checked the main at the road that has the 3x2 green service cover on it by the side walk. Everything was in good working order. The tech called the main office to see if my buddy and I were on the same hub, basically a big splitter that continues the service from the main office to the homes, we were not. So that was ruled out…
    My understanding of the system ends there. The only other components I know of are the Main branch’s routers, servers and software.
    Verizon had a new connection speed added to their system, 25/15 about the same time our issue began. So I am guessing that when they updated the system to include this new connection speed they corrupted the software for the 20/5 connection.
    We have been waiting to hear from the tech that was at my buddy’s house, to see if the issue will be dealt with. My buddy has called him a couple of times and he has mentioned that he is trying to get it addressed and to call back if we hadn’t heard from him. He remembered who he and I were and what the issue was, so I believe he is taking it seriously. How far he can move the issue is beyond me…
    I want to add that my buddy and I have been customers with the all in one package from Verizon Fios since their services have moved into our area, about a year and a half… It has only been since about June that this issue has presented itself, before then we were on 7th heaven with the speeds. We couldn’t have been more than happy with the services.
    This issue has caused that to all go afoul, not only do the speeds get down to less than 3mbs but the speed is not smooth at all. Rather the 3mbs speed is stop and go, freezing in between at times, very choppy. Barely usable at times, unless you restart the computers and start over.
    We are hoping that anyone with Verizon Fios Internet Services will keep an eye on their speeds by going to http://speedtest.net and doing tests to verify they are getting the speeds they are paying Verizon for.
    This is what it will take for Verizon to take this issue seriously is to gather everyone on the system that may be having the same issue. I believe it is everyone that is within the 1.2 miles from my house to my buddy’s and will distribute flyers to each and every house in between.
    If you find that your speed is not as fast as it should be please contact me and I will add you to the list, this way we can see exactly how far this problem covers and perhaps it will also help to show a pattern and understanding as to why the issue is present in the first place.
    My contact information,
    I have left this out here, you can contact me on these forums...

    Actually what this came down to was an issue between Windows Vista and an Ethernet Card on one of the machines in each of our local networks.
    Even though our two machines are 6 years apart, we both have the same ethernet adapter on our main desktops. A RealTek RTL8139/810x Family Fast Ethernet Nic. It seems that the adapter does not work at the 20mbs download speeds with Vista. For some reason the adapter does not shut down when the computer does? I don't understand why but it doesn't, it keeps the connection alive. I removed the ethernet cable and pulled the power cable and had my two other computers still connected to the network and found that the issue was resolved. The way I found out was that I used the connections on my main computer to hook up one I had laying around and through further testing found the problem no longer existed...
    Then I realized that my buddy and I installed Windows Vista at about the same time, a couple of months ago. Funny how you can forget an important detail like that. Then I remembered that he had the same identical ethernet adapter as I did, I had noticed that while trouble shooting his computer at his home but didn't think it was important at the time. Until the issue was narrowed down to the adapter, then it all seemed to all fall into line.
    Quite humbling... In the end, anyone who has Windows Vista and this NIC probably will have problems with the 20mbs download speed of the computers on their own networks. I tried the latest Vista driver from RealTek and also tried to roll back the driver, with no success....
    Back at the beginning when we first had fios installed in our homes there wasn't an issue when we had the 10/2 speeds and had Vista. Then we decided to change from Vista to XP because we both were having issues as to what programs you could use and which you could not, shortly after having fios installed. Then when verizon upgraded us to 20/5 we were amazed at the speed and still had no issue because we had XP on our main computers with the RealTek adapters...
    We reinstalled Vista because it seemed like we were having more issues with XP by getting hit with Antivirus2008 and its variants and thought it time for a change back...
    It didn't really hit us that Vista could be the culprit because we both have a laptop in our networks that have had Vista on them from the get go when there were no issues... We also didn't notice just how bad it was right away and over time kind of left the Vista install out of the equation.
    Just strange that one computer can effect all the other computers on the network, even when it is shut down...
    I allowed the other two computers to run 24hours and the issue did not present itself, when I added the main computer with the RealTek adapter back to the mix it reappeared. The Realtek adapter is the only real common denominator between his machine and mine.
    So now we have three choices,
    We can go back to Windows XP.
    We can buy a new NIC or a wireless card to replace the RealTek...
    Hopefully this post will help anyone else who runs into this problem, it has been very frustrating to say the least...
    Thanks to everyone for their help and I apologize for complaining about verizon when it was not a verizon issue. I came to the conclusion that the only part verizon really played was upgrading us to a 20/5 tier which I am thankful for...
    Would be nice if this card was on a list that Verizon support could use to troubleshoot , diagnose or eliminate for future support issues.
    Message Edited by keiser0619 on 08-06-2009 03:58 PM

  • Printing Problem with EPSON LX 300+

    Dear all,
    I have met a problem with Epson LX 300+. After I set up printing on PLD, the result printing is bad. Font and setting are not the same as preview in SBO. How to solve this matter..? I used SBO 2005A PL 43.
    Thanks for your help....
    Regards,
    agung
    Edited by: Agung Adrianto on Aug 28, 2008 8:17 AM

    Hi Agung,
    Here is a way out for the issue you have submitted. I can't guarantee that this wayout work perfectly:
    Question:
    As we know that the dos matrix printer supports dos prompt and thus printing speed and
    life of the printing head is comparatively more than what we print the same in graphical format.
    So when I tried to print from SAP Bone in dot matrix printer, the printing speed is very slow and quality of printout is not good enough.
    Any clarifications on this regard would prove very helpful to me.
    Regards,
    xxxxx
    Consultant Business solutions.
    Solution:
    Do you use one of this printer types:
    Dot Matrix, Printer, Needle Printer, Citizen ProDot 300 , Oki Microline, Epson FX880, Epson FX890 ?
    Here the stepwise I have tried :
    In order to print using Dot Matrix printers, follow the below
    instructions:
    1. Run SAP Business One.
    2. Click the upper menu 'File' and select 'Page Setup'.
    3. The Print Setup window opens. Under 'Paper', in the field 'Size', select 'Letter' from the drop down menu.
    4. Click OK to confirm your selection.
    5. On your desktop, click Start => Settings => Printers.
    6. Right click on the required Dot Matrix printer and select 'Printing Preferences...'.
    7. Click the 'Paper/Quality' tab page and click the 'Advanced' pushbutton.
    8. Under'Paper/Output'=> 'Paper Size', click on the underlined paper size(e.g. A4) and select 'Letter' from the drop down menu.
    Note that if you leave the value 'A4', each page will be spreaded over 2 pages when printing using Dot Matrix printers.
    9. Under 'Graphic'=> 'Print Quality', click on the underlined value (e.g. 230X250 dots per inch) and select '120X144 dots per inch' from thedrop down menu.
    Note that in case the value '120X144' is not available you should select a similar value from the list.
    I did not test it yet and I am not so sure about the result but you could test it.
    Rgds,

  • Problem with Freezing/buffering

    Hi people,
    i have a problem with my 8520 curve. A lot of the time when i go to use it, it has the wee black square in the middle of the screen ( like the hands going round on a clock ) it reminds me of the internet buffering when you are trying to watch something on your computer. I have tried the battery pulls to fix it have any of you good people any idea how to fix it I would be grateful for any advice thank you.

    Hi and Welcome to the Community!
    I recommend that you attempt to boot into Safe Mode:
    KB17877 How to start a BlackBerry smartphone in Safe Mode
    It may take you multiple attempts to get the ESC key sequence (press/release/hold) correct, so be patient. When successfully into Safe Mode, see what happens.
    If the behavior ceases, then think carefully...what happened just before this behavior started? A new app? An update? A Theme? Something else? Think carefully as the smallest change could be causal...and attempt to undo whatever that was.
    But if the behavior continues in Safe Mode, then you may need to consider more drastic actions -- WIPE, OS Reload, BBSAK Wipe/Reload, and the "Bare Bones" OS Reload Process. To prepare, you should be sure that you have a full backup to your PC...please review the Backup link in my auto-sig on this post for instructions.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Photoshop cs6 problems with win8

    Problem with cs6 on windows 8 64bit error.
    Could not open a scratch file the file is locked...
    I change the scrath file in photoshop properties to another place. and some error accured.
    Also while open it as administrator it's work but, no Drug and Drop working.
    Also I Install Update 13.0.1
    Please Help

    Noel Carboni wrote:
    Building a test environment to double check a stock Windows 8 config and Photoshop CS6 is going to take some time.
    As it turned out, not so much.
    I had saved a snapshot for a Windows 8 x64 virtual machine when I first installed it, and sure enough I was able to restore that snapshot and install Photoshop successfully in just minutes with no problems. 
    I was able to run Photoshop CS6 x64 13.0.0 just fine.
    I then updated to 13.0.1, which again went without a hitch, and now I'm able to run Photoshop CS6 13.0.1 x64 again without problems.
    Note that this is a bone stock, freshly installed Windows 8 system without any tweaks whatsoever.  There is just a C: drive and Photoshop's configuration is the stock out-of-box-experience.
    I've tried some general dragging and dropping - e.g., of images from Explorer to Photoshop, of layer data from one document to another - with no problems.
    I even shut down the virtual machine, added a disk drive (D:), then asked Photoshop to use D: as scratch.  It had no problem with that either.
    I am willing to say definitively at this point that there is no systemic problem with Photoshop CS6 and WIndows 8 x64 out-of-the-box, though that's not to say there aren't classes of problems with particular video drivers or on systems where the Windows 8 system was installed as an upgrade to an existing system - or even as a clean install but with disk volumes left over from a prior system.
    That last scenario is the one I see causing the most problems - that of having a disk drive formatted under a prior version of Windows, which would have had a different Security ID, and not setting the ownership and permissions so as to allow access by the current username.
    -Noel

  • Curve 9220 problem with loud speaker

    I am having problem with loud speaker since purchase. Volume level fluctuate every time, sometimes not audible also. 
    Complaint given to service centre in Jaipur-India but they are not cooperative. 

    Hi and Welcome to the Community!
    I recommend that you attempt to boot into Safe Mode:
    KB17877 How to start a BlackBerry smartphone in Safe Mode
    It may take you multiple attempts to get the ESC key sequence (press/release/hold) correct, so be patient. When successfully into Safe Mode, see what happens.
    If the behavior ceases, then think carefully...what happened just before this behavior started? A new app? An update? A Theme? Something else? Think carefully as the smallest change could be causal...and attempt to undo whatever that was.
    But if the behavior continues in Safe Mode, then you may need to consider more drastic actions -- WIPE, OS Reload, BBSAK Wipe/Reload, and the "Bare Bones" OS Reload Process. To prepare, you should be sure that you have a full backup to your PC...please review the Backup link in my auto-sig on this post for instructions.
    amitasmrj wrote:
    Complaint given to service centre in Jaipur-India but they are not cooperative. 
    Unfortunately, if your issue is a hardware problem, then no one here in this forum can help...refer:
    http://supportforums.blackberry.com/t5/Social-Lounge/How-This-Site-and-Formal-Support-Work/td-p/2540...
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Having problems with Telugu and Chinese fonts

    I am in the processes of finishing a DVD that is translated into several languages, including Telugu and Chinese. For both of these languages, I'm having problems getting some characters to render correctly. In Telugu, for example, I have instances of a single character that is rendering as two characters, though other characters are fine.
    The font I'm using is the Gautami font that comes with Windows 7. It is reported by Windows as having an OpenType layout with TrueType outlines. Has anyone seen this sort of problem and solved it?

    Thanks, though I don't want to have to pop for a font that may or may not work. It would be nice if Adobe could just fix the problem, since it stretches across almost all their apps. However, I discovered that Flex does render Telutu text correctly, however. It can be done, Adobe, because you've done it. So I wrote a little Flex app to read my subtitle file, walk through all of the subs and save them as png images along with a FAB image script. So now I can import that into Encore to get the subtitles to display correctly (my Telugu translator verified that they are all correct now) but I still have the problem with Telugu text in the menus.
    I hope someone from Adobe is reading this and will feel properly embarrased by the following rant:
    I'm about to use paint.net to render the Telugu text for my menus because Photoshop can't do it correctly, either! @_@
    I also wrote a Flex app for editing and translating subtitles and converting from srt to the Encore format because Adobe can't be bothered with a some simple importing of industry standard subtitle formats! @__@
    And while I'm on the subject, is there any possibility that Adobe might actually treat the process of creating DVDs as something other than a bone with little-to-no meat on it that it throws to its users?
    I admit that I couldn't do my work without Photoshop, Premiere and After Effects, but sheesh! I don't really have the time to be writing software to make up for features that Adobe couldn't be bothered to include and struggle with Encore not rendering fonts correctly on top of it. I need to sleep at some point.
    End of rant.

  • Shape tween with bone tool on bitmap

    I want to have shape tween animation with bone tool on bitmap image. Because shape tween animation supports only Shape data type, I converted the bitmap to that type (Bitmap -> Trace Bitmap). Problem is that trace command splits bitmap image into multiple shape fragments, so I can't use shape tween anymore.I tried to combine and group shape fragments, but it doesn't fix it. Solutions?

    You can create another instance of the bitmap symbol (drag it from library to your stage) to do tweening.

  • SAP B1 8.8 - Problem with Down Payments to draw

    Hi All,
    i need your help to understand what's the problem with import of Down Payments.
    I have a procedure that imports down payments related to invoices.
    My problem is that the procedure was working fin on SAP B1 2005-2007, but now in 8.8 i'm experiencing troubles.
    In 8.8 they introduced the downpaymentstodrawdetails object. I'm trying to use this object, but i don't know how i have to set it to close the down payments connected to invoices.
    Let's say that i have 2 down payments related to an invoice.
    Let's suppose that those down payments are 1000 and 2000 euros.
    I'm importing and invoice of 3000 that has the two downpayments related.
    Then for each downpayments i fill the docentry property with the docentry of the invoice and populate amount to draw.
    When adding that invoice i should have the down payments connected to the invoice (and i got it) and they shouldn't be visible anymore in opened downpayments. this second thing doesn't happen, because i've seen that on INV9 AND INV11, reference to the invoice aren't saved. I've seen on help of SDK that the object downpaymentstodrawdetails has the property "DocEntry", but it's readonly.
    My code looks like this:
    oDocuments.DownPaymentsToDraw.DocEntry = intDocEntry
    oDocuments.DownPaymentsToDraw.AmountToDraw = AmountToDraw1
    oDocuments.DownPaymentsToDraw.DownPaymentsToDrawDetails.AmountToDraw = AmountToDraw1
    oDocuments.DownPaymentsToDraw.DownPaymentsToDrawDetails.VatGroupCode = VatGroup1
    oDocuments.DownPaymentsToDraw.DownPaymentsToDrawDetails.Add()
    oDocuments.DownPaymentsToDraw.AmountToDraw = AmountToDraw2
    oDocuments.DownPaymentsToDraw.DownPaymentsToDrawDetails.AmountToDraw = AmountToDraw2
    oDocuments.DownPaymentsToDraw.DownPaymentsToDrawDetails.VatGroupCode = VatGroup2
    I set other needed value on oDocuments (that is my invoice document) and i do the add. The document is added with success, but i can't close the down payments.
    Hope that everything is clear.
    Thanks in advance
    UPDATE: i discovered that this happens only if i create my Document as Draft. If i create it as real document, it works fine!
    Edited by: Nicola Piccone on Jul 22, 2010 11:36 AM

    Hi Kalyanaraman,
    Please check below links.
    Integrate SAP BOne 2007 to SAP ECC 6.0 ?
    SAP ECC to SAP B1 Integration with the use of B1if
    Question on using SAP Business One instead of ECC6.0
    can ECC 6.0 and SAP B1work on same platform
    Hope this help
    Regards::::
    Atul Chakraborty

  • Problems with K7N420 Pro

    I'm writing to this forum to seek your advice.  I am experiencing the BSOD and BKSOD problems.
    My Hardware
    MSI-6373 (K7N420 Pro) Mainboard
    Aopen 300w Power supply
    Duron 600 (spitfire)
    2x Nanja 256mb DDR PC 2100 memory
    CNR riser card
    WD 60gig 7200rpm HDD
    PCI Ultra DMA ATA/100 controller card
    Liteon LT24102B writer
    Liteon 52x cd-rom
    Pioneer 16x DVDrom
    MS optical USB mouse
    LITEON  15inch monitor (1555NEL)
    SOFTWARE
    Windows XP
    every nforce board driver could find
    every video driver could find
    (ranging from windows driver 5.1 from MS to the latest 41.03 from Nvidia)
    even the motherboard cd drivers (as a note have installed other drivers after these to see if the later drivers incorrectly set a registry setting or something)
    * Reinstalled Windows from scratch between driver installation if problem still occured
    SOME FACTS
    I have had bios 2.2 to 2.7 and currently using 2.7
    I have tried the components above as a bare bones system, as a full blown system, and every combination in between.
    Have have windows 2000 and XP, as well as WinME.
    Swapped memory to test compatability.
    Also for testing have tried Gforce 2 (brand not remembered) MX-200 with 64mb
    Disabled Onboard Audio, Video and LAN seperately and together and combinations.
    Could gaurantee pc to BSOD whenever It wanted to.  Still does.  Do believe certain combination of drivers/BIOS affect the stability.
    PIO mode problem with ltr24102b if using ATA card, but not in a different machine.
    SYMPTOMS
    BSOD - During gameplay (NOLF2 Demo, Dungeon Keeper 1 unpatched, Diablo2 and Lord of Destruction as examples, not just the latest games)
    One of the BSOD errors was IRQ not equal thing, another was it thought my agp card was a cause and shut me down. NV4disp.  Have tried multiple detonator drivers
    BkSOD - During Dungeon keeper 1 it black screned me.
    During installation of windows XP I have been getting BSOD errors.  This was when reset the BIOS to default.
    Note: bios 2.2 default did not allow HDD smart to be enable, or it would not even make my monitor light go green, had to reset bios (power off thing)
    Even get BSOD errors with not playing games. For example moving files from 1 directory to another, etc
    CONCLUSION
    As a father with 6 childen and a very limited budget, all my compute componets were purchased through frugal saving, buying secondhand (from people who looked after their hardware), and from money from presents.
    Apparently Nvidia are going to release board drivers to help with the problem.
    I do not have internet access at home as It is a luxury, and this means to access drivers/etc I have to pay at access points, or ask a friend a favour.
    This has been ongoing since date of purchase, and am really sick of it.
    Have read to forums and until now have not stated my problems.
    In my opinion it is not about people who have a working nforce, but about the ones who don't!
    The customer may not be king, but they should feel like they are.
    I bought an MSI board based upon reliability, strength and performance, which I hope is true! MSI, take notice of me.  I am just a user of your hardware who wants it to work.
    Craig

    Well, I realise your post was a statement of fact not a request for help  8o  or maybe it was, but I missed the asking bit  )
    Have you considered seeking a RMA for the board???, as a person on limited means you sure have a lot of things stuck on the mobo, not to mention I can't really see when you have a video card attached or not - still as I say your 'statement' will more than likely be read by MSI altthough to be certain they get your message I'd suggest you email them.  
    Not many here have things like 3 optical drives and 'marginal PSU' but then again I would find it hard to pick if you suffered from brown outs due to equipment loads - anyway good luck with it, your right nVidia has taken notice and said it's their problem not MSI so a fix for those unfortunates is on it's way  

  • Problème avec photos dans mail IPAD - Mail probleme with picture on IPAD

    Bonjour,
    J'ai un problème avec les mails contenant une ou des photos envoyés et reçus de mon IPAD3 vers un autre IPAD3.
    Lorsque j'envoie un mail avec une photo prise dans un de mes albums, le destinataire ne reçoit pas la bonne photo sur son IPAD alors que le même mail ouvert sur un PC ouvre la bonne photo. La photo qui s'ouvre sur son IPAD est une des photos de ses albums a lui.
    L'inverse est identique,si on m'envoie un mail je n'ouvre pas la bonne photo sur mon IPAD.
    Je connais plusieurs personnes ayant le même problème avec leur IPAD3.
    Que puis je faire ?
    Merci,
    Raphaël
    Hello,
    I have an email problem with picture sent and received from on my IPAD3 to an other IPAD3.
    When I send an email with a picture from one of my albums, the receiver don't receive /open the good picture on his IPAD. But in a PC the good picture has received. The picture opened is one of his albums.
    The opposite is the same, when I receive an email with picture from an IPAD, a wrong picture is opened.
    I know some people with the same problem.
    What can I do ?
    Best regards,
    Raphael

    I am having the same problem and it is even bigger.
    When opening a 1-page PDF in iBooks and sending it via mail it is sent inline as preview, but the recipient cannot open the file anymore. Also on iPad and iPhone there is no "open in" possible.
    Somehow the mail app does destroy the file. What is going wrong?

  • Firefox 2.0.0.22pre problem with Gmail

    I am getting the following under Firefox (Bon Echo) 2.0.0.22pre and NoScript 1.9.9.77 when try to open Gmail web site:
    A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.
    When NoScript is disabled, Gmail woks fine.
    Tried the solution for Firefox 3.5 by changing the setting dom.max_script_run_time to zero, it did not helped.
    == Operating system ==
    WinXP, SP3

    Why are you still using that old version?
    Overall, Firefox 3+ versions have a lot less problems with that warning appearing. I don't understand why NoScript would cause that to happen, the whole point of NoScript is to stop javascript from running - might be better answered at the NoScript support forum. - http://forums.informaction.com/viewforum.php?f=3
    As far as that '''dom.max_script_run_time''' preference, you need to increase the time to lessen the occurrence of that warning appearing; like maybe 30 or 40 seconds.

  • A problem with threads

    I am trying to implement some kind of a server listening for requests. The listener part of the app, is a daemon thread that listens for connections and instantiates a handling daemon thread once it gets some. However, my problem is that i must be able to kill the listening thread at the user's will (say via a sto button). I have done this via the Sun's proposed way, by testing a boolean flag in the loop, which is set to false when i wish to kill the thread. The problem with this thing is the following...
    Once the thread starts excecuting, it will test the flag, find it true and enter the loop. At some point it will LOCK on the server socket waiting for connection. Unless some client actually connects, it will keep on listening indefinatelly whithought ever bothering to check for the flag again (no matter how many times you set the damn thing to false).
    My question is this: Is there any real, non-theoretical, applied way to stop thread in java safely?
    Thank you in advance,
    Lefty

    This was one solution from the socket programming forum, have you tried this??
    public Thread MyThread extends Thread{
         boolean active = true;          
         public void run(){
              ss.setSoTimeout(90);               
              while (active){                   
                   try{                       
                        serverSocket = ss.accept();
                   catch (SocketTimeoutException ste){
                   // do nothing                   
         // interrupt thread           
         public void deactivate(){               
              active = false;
              // you gotta sleep for a time longer than the               
              // accept() timeout to make sure that timeout is finished.               
              try{
                   sleep(91);               
              }catch (InterruptedException ie){            
              interrupt();
    }

Maybe you are looking for