Script error: Operator expected text = pDataMember.text.line[pQuestionNum] Void

Text

correction on last post:
the prop at line 3 should be #pDataMember, not #pDataMember2
"alchemist" <[email protected]> wrote in message
news:[email protected]...
>A friendly hint: Don't post lengthy code - as a rule,
noone will bother
>checking it.
>
> try changing the first handler with the one below, and
see how it goes
> from there.
>
> on getPropertyDescriptionList me
> myList = [:]
> myList.addProp( #pDataMember2, [#comment: "Data Member",
#format:#text,
> #default: ""] )
> myList.addProp( #pCorrectSound, [#comment: "Correct
Sound",#format:
> #string,#default: ""] )
> myList.addProp( #pWrongSound, [#comment:"Wrong Sound" ,
#format: #string,
> #default:""] )
> myList.addProp( #pEndGameFrame, [#comment: "End Game
Frame",#format:
> #marker,#default: #next] )
> return myList
> end
>
>
> "Proddy2k" <[email protected]> wrote in
message
> news:[email protected]...
>> Here is the full coding:
>>
>> property pDataMember -- question text
>> property pQuestionNum -- current question
>> property pPossiblePoints -- points to add to score
>> property pScore -- current score
>> property pCorrectAnswer -- which is current correct
answer
>> property pCorrectSound, pWrongSound -- sounds
>> property pEndGameFrame -- frame to go to when game
is over
>>
>> on getPropertyDescriptionList me
>> list = [:]
>>
>> addProp list, #pDataMember,\
>> [ #comment: "Data Member",\
>> #format: #text,\
>> #default: VOID]
>>
>> addProp list, #pCorrectSound,\
>> [#comment: "Correct Sound",\
>> #format: #string,\
>> #default: ""]
>> addProp list, #pWrongSound,\
>> [#comment: "Wrong Sound",\
>> #format: #string,\
>> #default: ""]
>>
>> addProp list, #pEndGameFrame,\
>> [#comment: "End Game Frame",\
>> #format: #marker,\
>> #default: #next]
>> return list
>> end
>>
>> on beginSprite me
>> pQuestionNum = 1
>> pScore = 0
>> showScore(me)
>> askQuestion(me)
>> end
>>
>> on askQuestion me
>> -- get the data
>> text = pDataMember.text.line[pQuestionNum]
>>
>> -- reset all the button sprites
>> sendAllSprites(#makeVisible)
>>
>> -- get the question, answers and correct answer
number
>> the itemDelimiter = ";"
>> question = text.item[1]
>> answers = text.item[2]
>> pCorrectAnswer = value(text.item[3])
>>
>> -- display the question
>> member("Question").text = question
>>
>> -- display the answers
>> the itemDelimiter = ","
>> repeat with i = 1 to 4
>> member("Answer"&&i).text = answers.item
>> end repeat
>>
>> -- start the potential points at 1000
>> pPossiblePoints = 1000
>> showPossiblePoints(me)
>> end
>>
>> -- update the possible points dispaly
>> on showPossiblePoints me
>> if pPossiblePoints < 0 then pPossiblePoints = 0
>> member("Possible Points").text =
"Points:"&&pPossiblePoints
>> end
>>
>> -- update the score display
>> on showScore me
>> member("Score").text = "Score:"&&pScore
>> end
>>
>> -- see if an aswer is correct
>> on clickAnswer me, n
>> if n = pCorrectAnswer then
>> if pCorrectSound <> "" then puppetSound
pCorrectSound
>> -- add to scrore
>> pScore = pScore + pPossiblePoints
>> showScore(me)
>> -- move on to next question
>> nextQuestion(me)
>> return TRUE
>> else
>> if pWrongSound <> "" then puppetSound
pWrongSound
>> -- subtract from potential score
>> pPossiblePoints = pPossiblePoints - 100
>> showPossiblePoints(me)
>> return FALSE
>> end if
>> end
>>
>> -- move on to next question
>> on nextQuestion me
>> pQuestionNum = pQuestionNum + 1
>> if pQuestionNum > pDataMember.text.line.count
then
>> -- no more questions
>> go to frame pEndGameFrame
>> else
>> askQuestion(me)
>> end if
>> end
>>
>> on exitFrame me
>> -- subtract from potential score
>> pPossiblePoints = pPossiblePoints - 1
>> showPossiblePoints(me)
>> go to the frame
>> end
>>
>> -- take any key presses and send to the button
sprites
>> on keyDown me
>> sendAllSprites(#keyHit,the key)
>> end
>>
>> I think it is to do with the version of Director I
have which is MX 2004.
>> The
>> coding was orginnally for Director 7. Any ideas?
>>
>
>

Similar Messages

  • Frequent Unresponsive script error chrome://global/content/bindings/text.xml:32 w/ Firefox frozen

    I FREQUENTLY get a
    Unresponsive Script:
    A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue. Script: chrome://global/content/bindings/text.xml:32
    after Firefox became frozen for about 20+ minutes. I tried disabling addons and Firefox safe mode, STILL get this error quite a bit

    Do you see any connection between pages that generate this error and the use of the Flash plugin? Incompatibility with the Protected Mode feature of the Flash plugin is one possible cause for slow script errors (on pages that use Flash).
    The Protected Mode feature has security benefits, but seems to have compatibility issues on some systems. You can disable it by creating or editing a settings file. The following pages/posts provide different approaches for that:
    * Adobe support article under the heading "Last Resort": [http://forums.adobe.com/message/4468493#TemporaryWorkaround Adobe Forums: How do I troubleshoot Flash Player's protected mode for Firefox?]
    * Manual steps: https://support.mozilla.org/questions/968190?page=5#answer-509209
    * Batch file to automate the manual steps: https://support.mozilla.org/questions/982093#answer-518078 (alternate version of Carm's batch file with a few changes by me: [https://onedrive.live.com/?cid=f7d304d92388737d&id=F7D304D92388737D!336&ithint=file,.bat&authkey=!AP2FXW2Y_3BXZyo])
    Flash needs to completely unload from memory (exiting and starting Firefox up again might help) before this takes effect.

  • Script error "object expected"

    Hello,
    I have tried everything I could find on the internet and I still get script error message "object expected" "code 0" in the script http://127.0.0.1:1133/app/_js/adobe.js
    during installation. After that the installation just hangs and there is no other way as to kill the process.
    Windows XP 32bit
    Internet Explorer 8
    Thanks,
    Vladimir
    Solution: workaround over download the standalone installation did it

    Hi,
    Nice to know that you could solve this issue.
    The workaround:
    Download the installer from http://helpx.adobe.com/content/help/en/flash-player/kb/installation-problems-flash-player- windows.html#main-pars_header
    Close browsers and double-click the installer.
    Thanks,
    Sunil

  • Operator expected -- pHealthInfo.?Text = "Health =" & pHealth

    I made this text in Lingo and whenever I try to change what it says I get this error:
    Script error: Operator expected
    pHealthInfo.?Text = "Health =" & pHealth
    In my script I did this:
    pHealth = 10
    pHealthFlag = false
    pHealthInfo = member("StockHealth")
      pHealthInfo.Text = "Health =" & pHealth
    if pHealthFlag = true then
    pHealth = pHealth + 1
          put pHealth
          pHealthInfo.Text = "Health =" & pHealth
    end if
    Get what I'm sayin'?

    You'd get that error if pHealthInfo is not defined in that statement. Try adding a put pHealthInfo statement right before your pHealth just to be sure it thinks it really is something.
    At the top of the behavior do you define that is a property? Here is example:
    property pHealthInfo
    property pHealth
    property pHealthFlag
    on beginSprite me
    pHealthInfo = member("yada")
    pHealth = 10
    pHealthFlag = true
    end
    on updateHealth me
    if pHealthFlag = true then
    pHealth = pHealth + 1
    put pHealth
    put pHealthInfo
    pHealthInfo.Text = "Health =" & pHealth
    end if
    end

  • Spamtrainer error - binary operator expected

    On 10.4 server, this error started showing up. No updates were installed. Hoping to fix this, I even installed updated spamtrainer. But it did not help.
    At the command line, I typed this:
    /usr/sbin/spamtrainer -p col -d
    (where col is the partition name)
    Starting spamtrainer...
    Training from user folders
    /usr/sbin/spamtrainer: line 1021: [: /Volumes/Users/user_name/Mails: binary operator expected
    /usr/sbin/spamtrainer: line 1028: [: /Volumes/Users/user_name/Mails: binary operator expected
    Either there is no mailbox called user/junkmail in the mailpartition col
    or it has never been fed with mail.
    /usr/sbin/spamtrainer: line 1050: [: /Volumes/Users/user_name/Mails: binary operator expected
    Either there is no mailbox called user/notjunkmail in the mailpartition col
    or it has never been fed with mail.
    Syncing SpamAssassin Database
    Displaying SpamAssassin Database Stats
    0.000 0 8860 0 non-token data: spam
    0.000 0 40718 0 non-token data: ham
    Deleting learned HAM and SPAM
    Done!
    Output produced by spamtrainer Version 1.8.5
    There are mailboxes junkmail and notjunkmail. Junkmail is always fed. I don't understand why it is going to /Volumes/Users/user_name/Mails and shouting "binary operator expected".
    Appreciate any help.
    Thanks !

    /etc/imapd.conf:
    admins: cyrusimap, serveradmin
    configdirectory: /var/imap
    partition-default: /var/spool/imap
    unixhierarchysep: yes
    altnamespace: yes
    servername: our_domain.net
    sievedir: /usr/sieve
    sendmail: /usr/sbin/sendmail
    lmtpdowncasercpt: 1
    tlscertfile: /etc/certificates/our_domain.crt
    logrollingdays: 1
    logrolling_daysenabled: true
    enablequotawarnings: yes
    lmtpover_quota_permfailure: yes
    tlskeyfile: /etc/certificates/our_domain.key
    popauthgssapi: yes
    popauthapop: yes
    imapauth_crammd5: yes
    imapauthgssapi: yes
    imapauthlogin: yes
    imapauthplain: yes
    tlscafile: /etc/certificates/our_domain.chcrt
    partition-col: /Volumes/Users/serveradmin/Mails
    Message was edited by: Chakravarthy Cuddapah

  • (error:type expected) help!!!,please!!!

    i have a program i am working on, but the compiler tells me i
    have a "error:type expected" here is the line of code:
    System.out.println("descending order sort"); it says i need a
    "type" right where the first parenthesis is. If someone could help
    me it would be great.

    Black Prince, why don't you sign on with a new ID - for the NEXT time you're stuck with your code (people probably know this one too well, so you've blown it on this - though) try 'javaranch' as the second best, to my knowledge java forum on the planet for this one.
    - I think you've blown it as the romantic Black_Prince, but at least now you've learned how to behave. See you in the the next (java forum) life then and ...
    ... keep at it, java really is fun!

  • Why do I keep getting Error 519: Server interface error" - Server interface error "no component returned from creativewidget' Line: 479 - var test = parent.add('statictext', undefined, text)  when I try to use pattern fill/scripted patterns.  I have unin

    Why do I keep getting Error 519: Server interface error" - Server interface error "no component returned from creativewidget' Line: 479 -> var test = parent.add('statictext', undefined, text)  when I try to use pattern fill/scripted patterns.  I have uninstalled and re-installed PS CC.  I have opened holding down shift to disable third party plug-ins.  I have moved 3rd party plugins to a temp location outside of ps and it still doesn't help.  It worked once, and only once and now won't work at all.

    Unless your Photoshop question has to do with a download/install error, you should ask in Photoshop General Discussion
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Trying to open a page in IE-tab using javascript, script type="text/javascript" window.location.href="chrome://coralietab/content/container.html?url=0,myurl" /script Error:Component returned failure code:0x80004005 (NS_ERROR_FAILURE) [nsIDOMLocation.href]

    I am trying to open a page in IE-tab using javascript like this, <script type="text/javascript"> window.location.href = "chrome://coralietab/content/container.html?url=0,myurl" ;</script>.Error occured : [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMLocation.href]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame ::myurl :: load :: line 234" data: no] I have IE-Tab plug-in installed..when I open the same link manually in mozilla,it works fine and page gets opened in Ie-tab.

    The only way this might be possible is by using the HostContainer object
    to access the HTML page and do it from there.

  • Can't insert text into web page plus script error message

    I'm using CS3 and, on a fairly regular basis, when I am either pasting or inserting content (usually a newsletter of 500-1000 words), I get a message saying something like I can't insert text in this area. I definitely can insert text in the area as I have done it tons of times before. I sometimes have to cut and past a doc line by line to get it to insert. Very frustrating!
    Also, just recently, I've been getting a script error message, "An error has occurred in the script of this page" followed by Line: 992, Char: 106, Error: Unterminated String Constant, followed by the question: Do you want to continue running scripts on this page? I click Yes and everything seems to work fine.
    Help on either would be appreciated.
    Thanks in advance.

    You might want to make sure you are trying to copy plain text. It's possible that if you are copying from a Word document or another Web site that you are bringing along extra unseen code it doesn't like.  Try copying into Notepad first and then copying from Notepad into Contribute.  Not sure if that's the problem or not, but that's what came to my head first.
    I used to get an error that sounds similar (however it's not reproducing the error for me right now) to your error.  It was because some of my users had javascript menus on their page that Contribute didn't like.  However, if worked fine when you clicked yes and it was fine once it was published.   So if you are running a script that's probably why and I wouldn't worry too much about it as long as you can continue working and the page displays to your users correctly once published.  It's just annoying.
    Hope that helps.  Good luck.

  • Could not open error log file ''. Operating system error = 5(failed to retrieve text for this error. Reason: 15105).

    Hello
    When I try to start the SQl server service i get the following error:
    Event id 17058
    Could not open error log file ''. Operating system error = 5(failed to retrieve text for this error. Reason: 15105).
    As a test I have made sure the errorlog file ,and the entire drive it is, has everyone full control permissions, but to no avail. Does anyone have any ideas to resolve this issue?
    Thank you

    Hi,
    Try running:
    SELECT SERVERPROPERTY('ErrorLogFileName')
    Then verify that the account being used to run the SQL Server service account has access to the path output above.  If possible, you could try logging onto the server with the same account used to run SQL Server then navigate to the errorlog folder.
    Thanks,
    Andrew Bainbridge
    SQL Server DBA
    Please click "Propose As Answer" if a post solves your problem, or "Vote As Helpful" if a post has been useful to you

  • The operating system returned error 21(failed to retrieve text for this error. Reason: 15105

    Hello everybody, 
    I have a huge database over windows 2003 server and sql server 2008 r2, all of them with all update, no firewall, no antivirus, no any server feature/role installed. 
    Over the last 2 months I suddently start getting the following error:
    The operating system returned error 21(failed to retrieve text for this error. Reason: 15105) to SQL Server during a read at offset 0x000000000da000 in file 'S:\TempDB\tempdb.mdf'. Additional
    messages in the SQL Server error log and system event log may provide more detail. This is a severe system-level error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC CHECKDB).
    This error can be caused by many factors; for more information, see SQL Server Books Online.
     I have the TEMP database split over 5 partitions on 5 different SAN disk.  beggining size of each partition fix to 20 GB with autogrow 10%.  Single Instance, around 15 DB. 
    The space on each hard disk does not reach 60%. 
    I got the above error when all temp files reach 27 GB approx. 
    I already ran a check disk, checkDB and everything says no error found, but I still got same error. 
    Does anyone know what could cause something like this?
    note, when getting the above error, the only way to fix it, because I cannot do any select on any DB is to restart the service, so each temp file start again at 20 GB and everythign seems to be fine until reach the size again. 
    Gilberto H.

    The operating system returned error 21(failed to retrieve text for this error. Reason: 15105
    Hello Gilberto,
    See System Error Codes (0-499) for error code 21:
    ERROR_NOT_READY
    21 (0x15)
    The device is not ready.
    Could be an issue with your storage system
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Scripts : want to display the text in one line

    Dear Friends,
    i want to dispaly the below text in one line,but its displaying in next line.
    ITEM   MATERIAL  DESCRIPTION ORDERQTY  UNIT PricePerUnit NETVALUE
    i am using the following code
    IL           <K>Item,,Material,,Description ,,  Order qty.  ,,Unit   ,,    Price per unit   ,, Net value </>
    Thanks & Regards
    Shaik

    Hello Hussain,
    Remove the TAB Spacing ',,'. Instead u give the Space.
    Reduce the length of fonts.
    These are the ways to display the text in a line.
    If useful reward points.
    Regards,
    Vasanth

  • I did a COPY of some text from a web page, and then did a PASTE into notepad.exe (Windows). The text from each line was duplicated -- on the line! Instead of "Fred", it became "Fred Fred".

    I just recently installed Firefox for the first time. It seems nice and quick. The version is reported as: "10.0.1".
    I wanted to save some text from a web page, so navigated to that page, selected the text, and pressed the Control-C combination to COPY the selected text to the buffer. For example, the text I selected looked something like this:
    Harry
    Ron
    Hermione
    Hagrid
    Albus
    NOTE: Each line of text has a small icon to the left of the text.
    It is not reasonable to COPY and PASTE each line individually, as there can be hundreds of lines of data. I recall, however, that
    doing a COPY and PASTE on this data into Microsoft's Excel will produce cells which have the icons included in the cell, but unfortunately one cannot can't get rid of them! At least I've never found a way to remove them, but that's another issue. :)
    Once I'd done the COPY operation I switched to a Notepad window and did a PASTE operation. To my surprise, the text from each line was duplicated. It looked like this:
    Harry Harry
    Ron Ron
    Hermione Hermione
    Hagrid Hagrid
    Albus Albus
    Thinking that there might be something unusual about the web page I looked at the source, but it appeared "normal" -- that is, as expected.
    Note: I have done this operation several times before, and have never seen this occur before.
    Note: In the actual data some of the lines have quoted text in them. Curiously there is weird behavior on these lines. In some cases the entire line is shown only once. (These occur at the top of the line, and the quoted text is at the beginning of the name.)
    When quoted text appears "later" in the name, in some cases the quoted text is duplicated, and in other cases the quoted text is missing altogether! I have also noticed an error with the quoted text, and so will be reporting that to the web site which generates the HTML.
    Note that each line of "text" is "anchor text", so if I click on a name the browser navigates to a page for that name.
    I believe that the problem is that the COPY operating in Firefox is not simply copying the visible text, but also the ALT=
    Below is a sample of what the source HTML looks like:
    &lt;a class="lnk" target="_blank" href="http://details.aspx?id=Harry">
    &lt;img width="16" height="16" alt="Harry" class="tb_icon" src="http://.../Harry.gif"/>
    &lt;span>Harry&lt;/span>&lt;/a>
    <br/>
    (Because of the true length of the lines in the source HTML, I have stripped out the actual URL of the site.)
    To make sure I wasn't imaging this difference I repeated the process within Internet Explorer. In that browser I did not get duplicated data.

    Try:
    *Extended Copy Menu (fix version): https://addons.mozilla.org/firefox/addon/extended-copy-menu-fix-vers/

  • Error while trying to retrieve text for error ORA-12154

    Hello,
    I try to install php 5.1.2 on a WIN2003 server and IIS6 with the OCi8 extension without success from several days.
    On my server I've a 920 oracle client and the 10.1 instant client, I copy the tnsnames.ora in the instant client's directory.
    I've declare many environnement variables :
    - NLS_LANG : AMERICAN_AMERICA.WE8MSWIN1252
    - TNS_ADMIN : E:\...\oracle\instantclient_10_1
    - ORA_NLS33 : E:\..\oracle\920\ocommon\nls\ADMIN\DATA
    With the php command line the oci_connect function correctly works : the php command line use the instant client's tnsnames.ora. I can query with success my database.
    When I try to load a web php script (the same as the php command line script) I have the following error " Error while trying to retrieve text for error ORA-12154" ( oci_connect( $user , $pass, $sid ) . The $sid variable have the value of an alias declared in the tnsnames.ora.
    If I replace the sid's alias by something like this " (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=xx.xx.xx.xx)(PORT=1521)))(CONNECT_DATA=(SID=xx)" in the oci_connect function, I have another error : Error while trying to retrieve text for error ORA-12705.
    A web page with the phpinfo function displays the following messages about oci8 extension : It seems to be correct.
    oci8
    OCI8 Support enabled
    Revision $Revision: 1.269.2.8 $
    Active Persistent Connections 0
    Active Connections 0
    Temporary Lob support enabled
    Collections support enabled
    Do you have any idea ? Thanks a lot

    The web server is not seeing the Oracle environment correctly. You need to set PATH to the instant client libraries. ORA_NLS33 is not used for Oracle 10g clients. Perhaps you have some library conflict with two versions of Oracle on the machine?
    These may help:
    http://www.oracle.com/technology/tech/php/htdocs/php_troubleshooting_faq.html#envvars
    http://blogs.oracle.com/opal/2006/05/01

  • Why this error in writing string to text file using utl_file?

    HI Friends,
    Iam trying to write procedure to add one line of text in text file using UTIL package. But getting error.
    create or replace procedure Add_To_File() is
    OutFile utl_file.file_type;
    l_err_code NUMBER(10);
    l_err_msg VARCHAR2(2000);
    vNewLine VARCHAR2(4000);
    vdir varchar2(200):='UTIL_DIR';
    begin
    OutFile:=utl_file.fopen(vdir,'out.txt','w','32000');
    vNewLine:='Loading is successfull';
    utl_file.put_line(OutFile,vNewLine);
    EXCEPTION
    WHEN OTHERS THEN
    l_err_code := SQLCODE;
    l_err_msg := SUBSTR(SQLERRM,1,128);
    Dbms_output.put_line(l_err_code || l_err_msg);
    end;
    when i execute above procedure iam getting this error.
    LINE/COL ERROR
    1/23 PLS-00103: Encountered the symbol ")" when expecting one of the
    following:
    <an identifier> <a double-quoted delimited-identifier>
    current delete exists prior
    Please suggest me where iam wrong.
    Thanks,
    Venkat Vadlamudi

    868591 wrote:
    HI Friends,
    Iam trying to write procedure to add one line of text in text file using UTIL package. But getting error.
    create or replace procedure Add_To_File() is
    OutFile utl_file.file_type;
    l_err_code NUMBER(10);
    l_err_msg VARCHAR2(2000);
    vNewLine VARCHAR2(4000);
    vdir varchar2(200):='UTIL_DIR';
    begin
    OutFile:=utl_file.fopen(vdir,'out.txt','w','32000');
    vNewLine:='Loading is successfull';
    utl_file.put_line(OutFile,vNewLine);
    EXCEPTION
    WHEN OTHERS THEN
    l_err_code := SQLCODE;
    l_err_msg := SUBSTR(SQLERRM,1,128);
    Dbms_output.put_line(l_err_code || l_err_msg);
    end;
    when i execute above procedure iam getting this error.
    LINE/COL ERROR
    1/23 PLS-00103: Encountered the symbol ")" when expecting one of the
    following:
    <an identifier> <a double-quoted delimited-identifier>
    current delete exists prior
    Please suggest me where iam wrong.
    Thanks,
    Venkat Vadlamudibelow works for me
      1  CREATE OR replace PROCEDURE Add_to_file
      2  IS
      3    outfile       utl_file.file_type;
      4    l_err_code NUMBER(10);
      5    l_err_msg  VARCHAR2(2000);
      6    vnewline   VARCHAR2(4000);
      7    vdir       VARCHAR2(200) := 'UTIL_DIR';
      8  BEGIN
      9    outfile := utl_file.Fopen(vdir, 'out.txt', 'w', '32000');
    10    vnewline := 'Loading is successfull';
    11    utl_file.Put_line(outfile, vnewline);
    12  EXCEPTION
    13    WHEN OTHERS THEN
    14            l_err_code := SQLCODE;
    15            l_err_msg := Substr(sqlerrm, 1, 128);
    16            dbms_output.Put_line(l_err_code
    17                           || l_err_msg);
    18* END;
    SQL> /
    Procedure created.

Maybe you are looking for

  • On my Macbook, with google homepage, it often begins looping onto google search page and will not allow me to access any websites either by clicking on one, or typing address in. in page

    I use google as my homepage. Very often( every day at some point) when I search a subject and click on the address, a google search page come up with list of choices. When I click on address it simply returns to this page and will not let me access a

  • .svg italics problem

    Hello I'm having a problem with italics font in .svg files. Illustrator shows the font correctly (times new roman) but if I open it in a browser (firefox) there are no italics. Where did I go wrong? I made some svg files last year, and didn't have th

  • Update/Insert Duplicate Rows

    Hi I am loading a target table [empty] for the first time. I am using update/insert strategy. however, it's only inserting. not updating inserted rows.

  • Itunes 7 and ipod issues

    Downloaded the new version, I go to upload my ipod and nothing happens. It freezes up my ipod......also, I went and tried to see how to update it manually or automaticially, this is what is posted: When the iPod icon appears in the iTunes window (bel

  • Short turntime on i7 iMac

    Ordered new iMac i7 on Feb 27, and received it on Mar 1st. Thought that was amazing timing. Plan to have Apple store transfer data, etc. I am one of those that has been waiting until some of the issues have been resolved on this model. Hoping all wil