Problem with Script using New() to create a #Vectorshape

Hello

I'm having a problem with a movie in a movie script, I build and I can't understand why.

The unique film script, developed by JC in 2004, is reproduced below. It works perfectly in a film in itself. But I need to integrate it into a sequence exists in which the other sprites and behaviour must co-exist.

The problem I see is that George is created with the new command (can be seen in the message using window put George), but it won't allow attachment of gMem.regPoint, gMem.centerRegPointand so on. These errors any return.

I would also be open to another solution to the problem. What I have to do is to create rectangles which represent a plan view of a roof on an underlying grid and then be able to slide and place other images on it (it's not a game for training purposes).

I use MX2004 on a PC. Any help, greatly appreciated.

Rod Wolford

------------------------------------------------------------------------------------------ --

George overall, gCount, gNum, gLoc, gCreateVert, gMemNum

on prepareMovie
clearGlobals()
_movie.puppetTempo (60)
gCreateVert = False
gMemNum = 5
end

on mouseDown
If not (gCreateVert) then
George = new (#vectorShape, Member gMemNum of castLib 1)
gMemNum = gMemNum + 1
gMem.regPoint = point (0,0)
gMem.centerRegPoint = False
gMem.closed = False
gMem.antialias = True
gMem.strokeWidth = 0.25
gMem.strokeColor = rgb (0,0,0)
gNum = getFreeChannel()
channel (gNum) .makeScriptedSprite (George, point (0,0))
Sprite (gNum) .encre = 36
gCount = 0
gCreateVert = True
end if

If gCreateVert then

If the doubleClick may
gCreateVert = False
gCount = gCount - 1
gMem.deleteVertex (gCount)
gMem.closed = True
gMem.fillMode = #solid
gMem.fillColor = rgb (random (256) - 1, random (256) - 1, random (256) - 1)
gFinished = True
output
end if

gCount = gCount + 1
gMem.addVertex (gCount, the mouseLoc)

gCount = gCount + 1
gMem.addVertex (gCount, the mouseLoc)
gLoc = the mouseLoc

end if

end

on enterFrame

If gCreateVert then

gMem.moveVertex (gCount, the mouseH - gLoc [1], the mouseV - gLoc [2])
theLoc = (gMem.vertexList) [gCount] [1]

If not (theLoc = the mouseLoc) then
gMem.moveVertex (gCount, the mouseH - theLoc [1], the mouseV - theLoc [2])
end if

gLoc = the mouseLoc

end if
end

on stopMovie
theCount = castLib (1).member.count
Repeat with i = 1 to theCount
If the Member (i) game = #vectorShape then member (i) .erase)
end repeat
end

on getFreeChannel

Repeat with i = 1 to the lastChannel
If sprite (i).member.type = #empty then
aNum = i
output of repetition
end if
end repeat

return aNum

end

While I have not read any of your script, try to replace

George = new (#vectorShape, Member gMemNum of castLib 1)

with

George = _movie.newMember (#vectorShape, Member gMemNum of castLib 1)

It is possible that the film you want to integrate that into a script #movie with a #new Manager, who must have been typed as a script #parent

Tags: Director

Similar Questions

  • Problem with script on the master page

    So I have my build script of the unique number bit that I have posted here before... it's on the Initialize event of the field.


    If (this.rawValue == null) {}
    var d = new Date();
    this.rawValue = parseInt(d / 1000);
    }
    else {}
    this.rawValue = rawValue;
    }

    Which works very well if on the body of the form, but if I put it on the master page it re - initializes (and changes the number) whenever a subform gets shown/hidden. No idea how to stop it from doing this? I tried it on a few other events without a bit of luck.

    I came across another problem with this script, a field called 'Date' was interfering with the script - throw an error "the Date is not a constructor. Is - this normal (function/field collision)?

    Hi Jono,

    I had problems with script within the Master pages before. What I've done in the past, it is a textfield hidden in the main pages of script with overall binding (which featured many here today); then same name textfield in the master page picks it up.

    Good luck

    N.

    Post edited by: Niall O'Donovan

  • I have problems with an action that I created.

    I have problems with an action that I created. Basically, I created an action that I apply to my images to give them all the same look, but when I add this action that it always enlarges the size of the image lets say 7 MB to 100 MB is possible to decrease this without ruining the action?

    Hi lukef,

    It depends on what kind of changes are included in this action.

    You can choose to save it to the web, if you want to save a low waist.

    Kind regards

    Claes

  • DB & silent installation creating with script to new servers

    11202 installed on new boxes of solaris's requirment
    Xwindows is having problems, can not use YES & dbca on solaris box, but the test server (linux) it worked, I recorded responsefile and created db scripts of creation with dbca.

    My understanding is simply adjust the response file accordingly and to install the RDBMS and adjust the names/dest in db scripts of creation to create new db just my cert11gR2.sh... make running me straight if I'm wrong

    **********************************************************
    Here is my db scripts looks like

    [oracle@localhost scripts] $ ls - ltr
    total 40
    -rw - r - 1 oracle oinstall 1384 23 May 16:37 rmanRestoreDatafiles.sql
    -rw - r - 1 oracle oinstall 660 23 May 16:37 postScripts.sql
    -rw - r - 1 oracle oinstall 1865 23 May 16:37 init.ora
    -rw - r - 1 oracle oinstall 1901 23 May 16:37 initcert11gR2Temp.ora
    -rw - r - 1 oracle oinstall 292 23 May 16:37 CloneRmanRestore.sql
    -rw - r - 1 oracle oinstall 2873 23 May 16:37 cloneDBCreation.sql
    -rwxr-xr-x 1 oracle oinstall 635 23 May 16:37 cert11gR2.sh
    -rw - r - 1 oracle oinstall 512 23 May 16:37 lockAccount.sql
    -rwxr-xr-x 1 oracle oinstall 718 23 May 16:37 cert11gR2.sql
    -rw - r - 1 oracle oinstall 1146 23 May 16:37 postDBCreation.sql

    DBA2008 wrote:
    11202 installed on new boxes of solaris's requirment
    Xwindows is having problems, can not use YES & dbca on solaris box, but the test server (linux) that worked,

    Instead of a complicated lying around the Xwindows problem, I would solve that. It should be simple and it must do it anyway.

    I recorded responsefile and created db creation with dbca scripts,

    My understanding is simply adjust the response file accordingly and to install the RDBMS and adjust the names/dest in db scripts of creation to create new db just my cert11gR2.sh... make running me straight if I'm wrong

    **********************************************************
    Here is my db scripts looks like

    [oracle@localhost scripts] $ ls - ltr
    total 40
    -rw - r - 1 oracle oinstall 1384 23 May 16:37 rmanRestoreDatafiles.sql
    -rw - r - 1 oracle oinstall 660 23 May 16:37 postScripts.sql
    -rw - r - 1 oracle oinstall 1865 23 May 16:37 init.ora
    -rw - r - 1 oracle oinstall 1901 23 May 16:37 initcert11gR2Temp.ora
    -rw - r - 1 oracle oinstall 292 23 May 16:37 CloneRmanRestore.sql
    -rw - r - 1 oracle oinstall 2873 23 May 16:37 cloneDBCreation.sql
    -rwxr-xr-x 1 oracle oinstall 635 23 May 16:37 cert11gR2.sh
    -rw - r - 1 oracle oinstall 512 23 May 16:37 lockAccount.sql
    -rwxr-xr-x 1 oracle oinstall 718 23 May 16:37 cert11gR2.sql
    -rw - r - 1 oracle oinstall 1146 23 May 16:37 postDBCreation.sql

  • Problem with the use of the ADF libraries

    JHeadstart version: version 11.1.1.5.27

    JDeveloper version: Studio Edition Version 11.1.1.7.0

    Scenario of

    I'm trying to build an application using ADF libraries like below:

    Common code - extension of framework classes

    CommonUI - LOV hides, etc...

    Common model - ADFBC all entity objects

    Several subsystems (view controller 'helper' projects)

    Main view controller project

    I have created libraries according to the guide of FMW and have imported correctly into the relevant model projects and view controller.  In JDeveloper, I can see the libraries OK and able to build my screens without any problem using JHeadstart.  All of the subsystems are managed independently, i.e. I used JAG to create my application and can run the autonomous subsystems.  The problem comes from the main view controller project.  I have imported successfully all libraries in the project of main view controller and you can see all the controls data from libraries in the navigation Application in JDeveloper.  According to the JHeadstart user guide, I imported the NLS library by beams and have modified the JHeadstartApplicationDefinition.xml file to include my libraries (all names and paths are 100% correct).  Now when I run the JAG, it removes all the ServiceDefinitionRef I added to my library.  When I run the application crashes and JDeveloper reports the following error:

    "oracle.jbo.JboException: Houston-29000: Unexpected exception caught: oracle.jbo.ConfigException, msg = Houston-33005: Configuration DgmUC003ServiceLocal cannot be found."

    "Caused by: oracle.jbo.ConfigException: ADFContext Houston-29114 is not configured to process this exception messages." Use the code of exception stack trace and error to investigate the root cause of this exception. Root cause error code is Houston-33005. Error messages settings are {0 = DgmUC003ServiceLocal} ".

    DgmUC003ServiceLocal is one of my libraries.

    Can anyone help.

    I tried many things to fix this, but cannot find an answer.

    Interestingly, I once managed to recognize a library (I removed all but one subsystem libraries) and it worked.  When you use the JAG, it not to overwrite my amendment to the JHeadstartApplicationDefinition.xml of the file but when I added a library more he still replaced my amendment and gave the above error for the new library.

    It was the JHeadstartApplicationDefinition.xml file before execution of JAG:

    < ServiceDefinitionRef location = "MasterServiceServiceDefinition.xml" name = "MasterService" / > "

    "< Any ServiceDefinitionRef ="true"name ="UC003Service"location ="... /... /.. /DgmUC003/UC003View/properties/DgmUC003ServiceServiceDefinition.xml"/ >

    "< Any ServiceDefinitionRef ="true"name ="sdService"location ="... /... /.. /SD/sdView/properties/sdServiceServiceDefinition.xml"/ >

    That's what it was after completing JAG:

    < ServiceDefinitionRef location = "MasterServiceServiceDefinition.xml" name = "MasterService" / > "

    "< Any ServiceDefinitionRef ="true"name ="UC003Service"location ="... /... /.. /DgmUC003/UC003View/properties/DgmUC003ServiceServiceDefinition.xml"/ >

    He removed the 2nd entry of library?, wouldn't not and gives the following error:

    "oracle.jbo.JboException: Houston-29000: Unexpected exception caught: oracle.jbo.ConfigException, msg = Houston-33005: Configuration sdServiceLocal cannot be found."

    It's very frustrating, I followed all the instructions to the letter.  I would not expect a very simple thing like that does not work.  Any help, greatly appreciated pointers.

    Thank you Trevor.

    Hi Paul,.

    My apologies for not updating this thread earlier.

    The good news is that it has been resolved, the issue seems to be with JDeveloper and not JHeadstart (or maybe just a combination of the two).  That's what I do:

    1. Edit the file JHeadstartApplicationDefinition.xml
    2. Reconstruction/compile the project (in JDeveloper which is Alt - F9)
    3. Do a "save everything" (belt and suspenders, probably not necessary as reconstruction not save)
    4. Output JDeveloper (close, file-> exit)
    5. Restart JDeveloper
    6. Run the JAG (the new library names entered in step 1 are NOT replaced)

    This workflow has worked 100% flawless, I don't know what closure JDeveloper is but it works.

    I also now always close JDeveloper after importation of new libraries in my main view controller project because I think it's also a question, perhaps all related.

    I hope it works for you.

    Trevor

  • Problems with firefox and new Seagate SSHD

    I recently installed a new Seagate 1 TB SSHD into my computer, it's the new generation of hard drives with built in 8 GB SSD cache. I cloned my old install and everything seemed to work ok

    I use firefox with Yahoo answers and regularly answering questions. If I answer a question and press on submit my answer is displayed correctly. If I then try to change my answer and press on submit again that my initial response is displayed and not my answer updated. If I change my answer once again the update response appears after one or two attempts. It seems that there is a problem with the way firefox and this new drive interact with each other.
    I uninstalled firefox and deleted all associated data files and made a new installation that actually no difference
    I am running version FF 26
    Windows 7 64 bit
    4 GB OF RAM
    AMD Athon x 2 64 6000 dual core

    The problem did not happen with my original hard drive, nor is it with Internet explorer or Chrome
    I have suggestions would be appreciated.

    David Gaguine

    Thanks, but my router does not have a cache and it does not explain why the problem started with the SSHD and is OK with a standard SATA drive.

    Clear the history after that outputs FF has not worked.

    I think I'll contact seagate support and see if they have similar reports or waiting for the firmware for the drive update

    David

    P.S. I have now to lower my head in shame, I discovered that the problem occurs on other machines, it must be something to do with my network or on the Yahoo site itself not FF or new hard drive happily.

    I apologize for wasting everyone's time

  • Errors/problems with my brand-new Equium A200 15I (including video material)

    Hello

    I am treated to a new computer laptop last Saturday and only had for about 3 and a half days so far but I noticed a few things that I wasn't sure were errors/defects or if it was simply because its news, like the fact that sometimes I type with the keyboard and some letters do not appear on the screen , I think it's probably more to do with me not type or support pretty strongly on the keys rather than anything else, his is not so much now... the touchpad becomes a bit sticky too and he thinks I want to scroll up and down when I move the cursor does not scroll sometimes but I managed to make it work I think that most laptops have glitches like that and no doubt I could help fix it in calibrating the pad (?) touch I did have time to consider the issue and yet if... There are a few other things well and more disturbing than this morning I got an error of video material, so now im a little just worried or suspicious that it may be a real fault with him and would like to know if it is the case, if its something I can fix eventually (im no expert especially with the material, but I can always try to download and installation of updates / corrections and this kind of thing so she could solve the problems).

    The main thing that concerns me more, is that this morning a message suddenly come to the screen, warning me that there was an error in video material, last night, I clicked on a button, I think for load more information. and I took this perforated cap of it: -.

    http://img528.imageshack.us/img528/724/errorscreencapcw1.jpg

    I thought it may be useful to view the actual complete message rather try everything and paste the info., ok to be honest I've not noticed it allow you to copy to the Clipboard, but good (oops lol).

    I know there is a topic on a similar error, but I didn't want end-to-end on this discussion because I assume that it should be for this mistake of people who will be discussed, mine may be slightly different, I don't know... I followed the instructions given in this discussion and I checked the Device Manager and no material defects are appearing, btw it is said in the Manager of peripheral devices, graphics cards, it's a Mobile Intel 945 GM Express Chipset Family, I'm sure that all laptops A200 15I have the same card, but I thought I would just make it clear that. Incase that wasn't the right thing to check I also checked under "Audio, video and game controllers" (as the error says it was a video hardware error) where it lists the only as being "Realtek High Definition" Audio and I checked the properties, both under properties it says that the device works properly, without signs of defects...

    The thing is, I had read somewhere online that there is a problem with the graphics or video cards. I had read that they can be glitchy and sometimes break after a year. I also asked my father about it and we looked at it as a graphics card Intel that came with this laptop, which it is, and we counted that the Intel chips is as reliable as any other brand really... so I don't think there should be a problem, well that is there I have until September next for repair prior to the expiration of the warranty!

    What surprises or sort of worry, however, is that the error message was only introduced to me this morning. It dates from error, as having occurred at 19:53. I use it at night last, and infact, I went to take a shower and I put the laptop down before you go take a shower at around 19:35, I assumed that its ok just close the lid and it would automatically go into hibernate mode or something similar (?) im wondering if that had something to do with it as I 19:53 would have been about when I came back and lifted the lid/screen again to use the laptop again... I can only assume, given the time, he cites, is what caused the failure?

    It gives me the option to "update driver software" and "hardware change analysis" in the Device Manager, can I run both, or one of those who maybe? is this a common problem? should I worry at all etc...

    Any help is very appreciated, if more info. Please let me know and ill clarify what I can. Also in terms of whats installed, I have quite a few programs, for graphics, I have an old version of Paint Shop Pro, which I installed it yesterday morning, it seems to install fine, it is Jasc Paint Shop Pro 7, I have also some programs of converter (for files vid, 3GP and other things), scan antivirus AVG, Spybot Search & Destory DBPowerAmp, FTP Commander, Quicktime and Real Player, pretty basic stuff like that, nothing, just my old photos and vid files I transferred from my old laptop XP to it, in my documents... I don't have all the Senior Games motorized or complicated or anything else like that installed. Also at that time, indicates the video hardware error message, everything that was in progress when I got the cover down (or before putting the lid down) would have been Windows Live Messenger (although I'm pretty sure that I registered before putting the lid down) and an IE window , im pretty sure that's it, I was not working on anything just check the ' net...

    There are other things I noticed as I thought that maybe I should mention (?), something I've noticed he's doing is the screen goes blank and then back very quickly, a lot. I already asked about it a day or so there at that time, I realized he was only doing that before loading the "Windows needs your permission to continue" window/message, who apparently its supposed to do and something to with the computer to switch to display the normal desktop to the secure desktop, I kind of understand lol.
    So I think that's not something to worry about but I noticed during the lastday, that the screen seems to do it more, goes blank then back again, even if the authorization message does not appear.

    For example, this morning, when I first put on and am went to check out my home page, I clicked on a link at the bottom of the page or anywhere where to load another page into the site and display deleted for a while before coming back a second later with the requested page. Is this normal too? or an associated Vista glitch, or is it possible that there may be a small problem with the monitor? Incase of im guessing it can be more than one thing in Vista, but I thought I would ask here, I decided to not pay for any extra insurance/warranty extension because I am very careful with my items and take care of them and so I'm being careful to try to spot defects early, while they may be repairable under the basic warranty and what-not...

    Another thing I noticed is that start with, when I pressed on and kept the 'FN' key, a variety of icons, black and white appeared on the screen that told me what F button (s) to use to make certain adjustments, there still is that when I try right now, but at other times, it does not show icons , no matter how long I hold down the "fn". That didn't matter because I can tell by the symbols on the keyboard press what buttons but its just inconsistent, is there a reason why sometimes the row of icons on the screen will appear when I press and hold the "FN" key and other times it doesn't show at all?

    Also sometimes if I move the slider to the right to the top of the screen, these icons loading as they always seem to be located at the top of the screen, but sometimes it's a problem, if im trying to click on something else and one of these icons rises instead... I'm sure that you can disable this option in sort , but I'd be worried that the icons do not always show when I press and hold the right Button (?) just try to be careful!

    I think that this post is long enough and I don't see what else I could possibly add to help, so I'll leave this here. I don't want to sound too paranoid, but thought it is better to talk about this kind of things incase someone recognizes these defects/errors and can recommend a way fast to resolve potential problems before they can develop into what whether it is worse... Thank you very much in advance for any help on any of these issues!

    (mods let me know if im wrong to include so many things in a subject, I fact kind of this quickly and I apologize if im breaking any rules, I don't want to, if possible please break this into a few different themes or I can do it, although ill be at work frm 2-21:00 today so maybe not back and able to check here until Thursday morning (October 4))

    Hey Isla

    Your message is really very, very long. I think it's too long to read twice ;) s

    . Regarding your questions on this laptop well. Looks like you have installed many applications and 3 third party programs. In such cases, it s not easy to say if these problems are software or hardware related. But I guess that its software.

    I checked your screenshot pic, but I've never seen this error message. But it looks like something wrong with the graphics driver. The message says something, live events of kernel
    The core services are required by other parts of the operating system as for example graphics card driver.

    In this case I recommend updating the graphics driver. According to you, this message an Intel GPU. So you can see the Intel page for the driver for the graphics chip compatible.

    With regard to the key issue of the FN;
    The Toshiba FlashCard utility controls the key features of the FN. I read in this forum that this application does not smoothly run and in some cases it causes some issues. The new update should solve the problems. You should check the Toshiba driver page. The utility of FlashCard is a part of the Toshiba value added package.

    So finally a tip more:
    You should always check the updates of Vista on the Microsoft page. This operating system is not perfect and Microsoft releases hotfixes and patches very often

    I hope that it would help a little.

    If necessary just ask for more information :)

    Concerning

  • Problems with Fuze + and new 32 GB Sandisk microSD card class 4. CAVEAT!

    I bought this card on Amazon.com and it was listed as a card MicroSDHC card SDSDQ - 032 G-A11M us retail package.

    This was announced as a class 2 card, but the card is labeled as a class 4 card and it's true that the write speed of this card on average 3.8 MB/sec.

    I have inserted in my rocket + and got the error that there is a file system error and to format the card in FAT32.  I formatted the card under Windows 7 times using a format formatting fast and Normal and tried to write on it and it works perfectly through the windows.

    I even did a full load test using H2Testw and he filled out the card and checked the files and it passes, so the map seems to work as expected.  In windows, in MSC mode, it works without problem.

    However, as soon as unplug you it from the computer the "rocket" does not recognize this.

    At first I thought that I had a card that is counterfeit, but doing some research forum revealed that Sandisk has been quietly replace existing map of class 2 with class 4 cards.  That's fine, but something happened because this card can not be read by the Fuze +.

    I have left a note with technical support and am about to do a live chat with the technicians there.  I hope they have a solution, or that the new firmware addresses this.

    This isn't a problem with the hardware or the card.  The card goes up and works perfectly under Windows so that inserted in the Fuze +, this seems to be a problem with the firmware as it will not mount this card.  I hope that Sandisk is a fix soon.  But for now I'm stuck.  I have a card that I can't come back because it is not bad for a player who did not recognize.

    Specifically, I bought the Sandisk card to go in my player Sansa because I thought they would have tested their own cards with their own products.  My disappointment is understandable.

    Any help anyone has would be great.

    Yes, they want to take a photo of the card and my phone is worse than mine.  I'll have to use camera for my daughter to get a good picture of the card.

    As I said, it seems that the map is read and write correctly.  I have same h2testw.exe rand on and filled the card and it passes.

    Weird stuff.

    Will be.

  • Problem with 'Add a new value' component functionality

    Hi all

    I'm having a problem with the component feature 'add a new value '.  The component is designed to add an instructor for the purposes of accreditation.  When a new teacher is added using the component, it is added to a table for certification.  The search folder search this table allowing the user to update an existing record of instructor. Add the search folder for the component is a view of PS_PERSONAL_VW, which excludes the entries in the table of accreditation.  The only key to scroll 0 is emplid accreditation file. When an attempt is made to add a new employee, I get the error - "the value that you have tried to add already exists. Please specify a new value in the above fields. ", despite the fact that the selected employee was not added and is not in the table of accreditation.

    Someone has an idea of what the problem is here?

    PTools Version: 8.53.08

    PS App Version: 9.0

    Oracle DB Version: 11.2.0.3

    Version of the operating system: Win7 64 bit

    Thanks in advance.

    Too bad! I thought about it. It was a problem with the quick table of the emplid field.

  • Problem with "Scripts" to convert the NEF to JPG

    Hello

    I'm trying to batch naves convert to jpg using file > Scripts > processor of images, what I did before, but when I click on select file to select files NAVE of the memory card, Photoshop does not recognize the NEF files.

    Photoshop is grateful the NEF files in the case opposite and if I click on "Save as" and save it as a JPG file, it works, but it's a lot of work to save more than 500 images...

    Any suggestions?

    Thank you!

    There are also some problems with photo, download maps of the camera. I would like to move the files to your computer to convert their use you BONES to move them.

  • Problems with the use of the Tablet

    Flash Problem.PNG

    I have recently downloaded the new update, as well as restarted the trial. Whenever I try to use my tablet, he made a line and start the drawing at the end of it, as shown above. In addition, whenever something pops up, such as the box 'save or throw?', I can not click on one of the buttons because it will allow me, I had problems with this in my other trial as well. I would like to help solve these problems, thank you.

    Hi all

    The problem associated with the brush and the pencil drawing in Flash Professional CC 2015 configuration dual monitor with Wacom devices has been fixed in the latest update. Please update Flash Professional CC 2015 v15.0.1.179.

    Rgds,

    Mukesh

  • Problem with Hotmail using Firefox

    First of all, I am aware that this problem has happened to other people. They have different levels of success with different solutions. Thing is, at this moment, none of them work for me.

    I have Firefox 12.0 and starting yesterday I can access my Hotmail account, no problem, but it does not save the clicks in the e-mail domain. I can sort of browsing around, but I can't read emails; I can't send e-mail messages; and I end up having to use Internet Explorer.

    It's happened before, a couple of months. At the time, what worked was using Hotmail with an HTTPS connection. Worked like a charm.

    Now, it does not work. Neither clear cache my story or my cookies. Neither fact restart Firefox in safe mode, i.e. with all disabled add-ons. So I'm at the end of my rope, because nobody seems to have any other advice.

    The only thing I can think of who might be involved was running an MicrosoftFixIt program, which sets out what seems to be a recurring error for many users (sometimes Windows Update would list not updated). I did a couple of days, and yesterday I had this problem with Firefox. I had done once before, and well I'm not sure I * think * it is at the same time I got my first issue of Hotmail.

    Outside the info in troubleshooting information, all I have to add is that I use Windows 7 Ultimate.

    Any help would be appreciated. See you soon.

    the details of the system, you have presented that it seems you have the plugin pdf foxit reader on your system - it is known to cause problems with hotmail since firefox 12. Disable it in firefox > addons > plugins until there an update by foxit, which solves the problem

  • M45 S351 problems with scrolling using the touchpad

    I have some problems with scrolling with the touchpad. In some applications, like Mozilla Thunderbird, the touchpad scrolling does not at all! If I contact the right side of the touchpad by finger in Thunderbird, I see the label of Scroll on the screen, but no scrolling occurs. What is the problem? In Opera, I need to click on the browser page to 'activate' the touchpad scrolling and it also irritates cause in IE I do not have such problems: I have lunch just Explorer and scrolling of the works from the beginning... How to solve this problem?

    [Edited by: admin on August 29, 2006 06:52]

    Fix for that is unknown to me, but it turns out that the unit has been tested only with Microsoft products (Designed for Microsoft WXP label applied on the device) and not with other third-party software of the part. This function is not only an example. There are many of them. Please don t see this as a problem.

    On this path, I will not say that you MUST use just preinstalled stuff but there are many things that you have to live with.

    Perhaps someone else knows more about it.

    Good bye

  • Amazon Kindle on Surface - problem with highlighting using pen

    When I try to use the (original) stylus Surface Pro with Amazon 80% of the time when I select something in a book, the Surface Pro jumps as if by magic to a different page.  This problem is reproducible constantly and is not serious if the app or browser of the Kindle version.

    What is my pen?  I have yet another defective Surface Pro?

    Nothing but trouble with my Pro Surface.  This is my second.  I wish that Microsoft just give me a replacement Surface Pro 2 instead please.

    It overheated and now Kindle is not working properly.

    What a nuisance with this overpriced, overheating, is only partially functional hardware.

    Anyone else have this problem with Kindle on Surface Pro?

    Respectfully,.

    Joshua Lieder

    I got a tip from a friend who has a Surface and noted that the latest versions of the Amazon Kindle do not always work with the pen from the digitizer.  I downloaded a version of work much earlier of the Amazon Kindle, and everything seems to be better.  I go to work and struggle with this material.  I think my return period has spent too much anyway.  Sigh.

  • problem with the use of the model

    Hello

    I use Photoshop CC and all the time I have a problem with the help of veneer of reason. In fact, I can't use any template, because when I opened the window of boss, there is always this same situation-> window does not open properly /It is the visible part of the window and when I pressed on it do not bosses see / so I can't use any model - printscreen below :

    sample.jpg

    How can I solve this problem?

    Try resetting your preferences.

Maybe you are looking for