Re: DW8 and "browser-safe" scripts

> the <object> tag doesn't usually cause a problem,
I don't think, unless
> that's what's making IE produce a "click to run
> ActiveX" messagebox when a page with a Shockwave movie
is loaded.
It is.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"Fred Riley" <[email protected]> wrote in
message
news:[email protected]...
>>>> Murray
*ACE*<[email protected]> 28/06/2006 12:07:27
>>>
> "Browser-safe", eh? ;-)
>
> Definitely. Are you talking shockwave or Flash? The
former is for
> Director
> files, the latter is for errr Flash files.
>
> F: Shockwave.
>
> Anyhow, your two errors are -
>
> Line 2, syntax error.
> Line 159, object expected.
>
> Fix the first by removing this line -
>
> <?xml version="1.0" encoding="iso-8859-1"?>
>
> F: Aaarrrgggh! Not that blasted line *again*. It's not
me that puts it in
> the page, honest, guv, it was blasted Dreamweaver MX
2004.
>
> It's not needed, and furthermore, it hurts you by
putting IE into quirks
> mode. I'm not quite sure why it's throwing this js error
though. <shrug>
>
> The second error is caused by your failure to upload the
Scripts folder,
> which contains the function called on line 159 -
>
> <script type="text/javascript">
> AC_SW_RunContent( '
>
> F: Hmmm. I'd not noticed that folder appearing in my
site. Ah well, it
> rules out me using the 'browser-safe' scripts then, as
I'd have to create
> and upload a /Scripts folder for every learning object
on my site, and
> that's lots of them. They can't all use the same
/Scripts as they're
> supposed to be standalone and survive if packaged and
moved outside the
> site. No matter, the <object> tag doesn't usually
cause a problem, I don't
> think, unless that's what's making IE produce a "click
to run ActiveX"
> messagebox when a page with a Shockwave movie is loaded.
>
> Do those things and you'll see a difference.
>
> F: No, you're not wrong there, Murray. Maybe the script
is "browser-safe"
> after all. I still think I'll use the <object>
tag, though, but look
> closely at the W3C spec to make sure that I stay within
standards. I'm
> always a bit nervous about doing in Javascript what
should be done in
> HTML.
>
> Thanks anyhoo for the reply, which wasn't expected.
>
> Cheers
>
> Fred

> the <object> tag doesn't usually cause a problem,
I don't think, unless
> that's what's making IE produce a "click to run
> ActiveX" messagebox when a page with a Shockwave movie
is loaded.
It is.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"Fred Riley" <[email protected]> wrote in
message
news:[email protected]...
>>>> Murray
*ACE*<[email protected]> 28/06/2006 12:07:27
>>>
> "Browser-safe", eh? ;-)
>
> Definitely. Are you talking shockwave or Flash? The
former is for
> Director
> files, the latter is for errr Flash files.
>
> F: Shockwave.
>
> Anyhow, your two errors are -
>
> Line 2, syntax error.
> Line 159, object expected.
>
> Fix the first by removing this line -
>
> <?xml version="1.0" encoding="iso-8859-1"?>
>
> F: Aaarrrgggh! Not that blasted line *again*. It's not
me that puts it in
> the page, honest, guv, it was blasted Dreamweaver MX
2004.
>
> It's not needed, and furthermore, it hurts you by
putting IE into quirks
> mode. I'm not quite sure why it's throwing this js error
though. <shrug>
>
> The second error is caused by your failure to upload the
Scripts folder,
> which contains the function called on line 159 -
>
> <script type="text/javascript">
> AC_SW_RunContent( '
>
> F: Hmmm. I'd not noticed that folder appearing in my
site. Ah well, it
> rules out me using the 'browser-safe' scripts then, as
I'd have to create
> and upload a /Scripts folder for every learning object
on my site, and
> that's lots of them. They can't all use the same
/Scripts as they're
> supposed to be standalone and survive if packaged and
moved outside the
> site. No matter, the <object> tag doesn't usually
cause a problem, I don't
> think, unless that's what's making IE produce a "click
to run ActiveX"
> messagebox when a page with a Shockwave movie is loaded.
>
> Do those things and you'll see a difference.
>
> F: No, you're not wrong there, Murray. Maybe the script
is "browser-safe"
> after all. I still think I'll use the <object>
tag, though, but look
> closely at the W3C spec to make sure that I stay within
standards. I'm
> always a bit nervous about doing in Javascript what
should be done in
> HTML.
>
> Thanks anyhoo for the reply, which wasn't expected.
>
> Cheers
>
> Fred

Similar Messages

  • DW8 and "browser-safe" scripts

    I don't know if this is a bug in DW8 or a local problem, and
    it's not really important either way, but I did want to get it off
    my chest. When I open a HTML page containing a Shockwave movie
    embedded with an <object> tag into DW8, I get the prompt that
    the <object> tag may not work properly with recent versions
    of IE, and do I want to use a browser-safe script instead? Out of
    curiousity I've given this a go and uploaded a test page, and
    amusingly the page now gives two runtime errors in IE6 which prompt
    you to run the Microsoft Debugger - see
    http://www.nottingham.ac.uk/nursing/sonet/test/dyslexia_test/2.html.
    No such problem in Mozilla 1.7, of course. This is probably caused
    by there being other Javascript scripts on the page, but it did
    make me chortle anyway. "Browser-safe", eh? ;-)
    I was hoping that the fix might kill the irritating but
    non-fatal IE prompt you sometimes get on pages with Shockwave
    movies, which prompts you to click Ok to run ActiveX content, but I
    think I'll live with that rather than runtime errors...
    Cheers
    Fred

    "Browser-safe", eh? ;-)
    Definitely. Are you talking shockwave or Flash? The former is
    for Director
    files, the latter is for errr Flash files.
    Anyhow, your two errors are -
    Line 2, syntax error.
    Line 159, object expected.
    Fix the first by removing this line -
    <?xml version="1.0" encoding="iso-8859-1"?>
    It's not needed, and furthermore, it hurts you by putting IE
    into quirks
    mode. I'm not quite sure why it's throwing this js error
    though. <shrug>
    The second error is caused by your failure to upload the
    Scripts folder,
    which contains the function called on line 159 -
    <script type="text/javascript">
    AC_SW_RunContent( '
    Do those things and you'll see a difference.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Fred Riley" <[email protected]> wrote in
    message
    news:[email protected]...
    >I don't know if this is a bug in DW8 or a local problem,
    and it's not
    >really important either way, but I did want to get it off
    my chest. When I
    >open a HTML page containing a Shockwave movie embedded
    with an <object> tag
    >into DW8, I get the prompt that the <object> tag
    may not work properly with
    >recent versions of IE, and do I want to use a
    browser-safe script instead?
    >Out of curiousity I've given this a go and uploaded a
    test page, and
    >amusingly the page now gives two runtime errors in IE6
    which prompt you to
    >run the Microsoft Debugger - see
    >
    http://www.nottingham.ac.uk/nursing/sonet/test/dyslexia_test/2.html.
    No
    >such problem in Mozilla 1.7, of course. This is probably
    caused by there
    >being other Javascript scripts on the page, but it did
    make me chortle
    >anyway. "Browser-safe", eh? ;-)
    >
    > I was hoping that the fix might kill the irritating but
    non-fatal IE
    > prompt you sometimes get on pages with Shockwave movies,
    which prompts you
    > to click Ok to run ActiveX content, but I think I'll
    live with that rather
    > than runtime errors...
    >
    > Cheers
    >
    > Fred

  • Wmode and dreamweaver browser safe script for active x

    I usually don't use the javascript that dreamweaver generates
    for active content (AC_RunActiveContent.js) I've been using another
    javascriptcode, but at work I've been told to use the code from
    Dreamweaver. Some times I might use transparent Flash or change the
    stacking order using "wmode=opaque" My problem is when I embed a
    Flash file and I want to use wmode neither <param name="wmode"
    value="transparent" /> or "opqaue" works. Am I overlooking
    something.

    I usually don't use the javascript that dreamweaver generates
    for active content (AC_RunActiveContent.js) I've been using another
    javascriptcode, but at work I've been told to use the code from
    Dreamweaver. Some times I might use transparent Flash or change the
    stacking order using "wmode=opaque" My problem is when I embed a
    Flash file and I want to use wmode neither <param name="wmode"
    value="transparent" /> or "opqaue" works. Am I overlooking
    something.

  • When using private browsing to view image results in Safari 5.1.3, only the first two rows of results are visible, the following four or so rows display greyed out place holders, and the safe search button is inoperable. Suggestions?

    When using private browsing to view image results in Safari 5.1.3, only the first two rows of results are visible, the following four or so rows display greyed out place holders, the remainder of the results page is blank, and the safe search button is inoperable. When I turn off private browsing and refresh the page, everything works again.
    Anyone else having this problem?

    I have got the same behaviour after the last Safari Update to 5.1.3. It seems that Safari now handles some scripts in a new way. If you debug the Google Website, you will see, that there is some Javascript Error, that seems to prevent to write into local cache. After some searching I wasn't able to finde a solution for this problem, other then disabling Javascript while private browsing to prevent the script loading. You then are able to use Google with the old layout. The option to disable JavaScript can be found in the Menu "Developer", wich has to be enabled in Safari in the options first.
    In my opinion this is a bug that is now occuring, because Apple changed something in private browsing and that has to be fixed by Google now, to run again. Or we will have to wait for 5.1.4, as you can read online Apple will change and bugfix the javascript engine in that version, perhaps this fixes the problem as well. I hope so!
    If anyone is in the developer program perhaps you could test this with the beta of 5.1.4 and tell us if it works.

  • Why is my mac book pro slower to boot up and browse since upgrading to OS Yosemite

    Help a new Apple user,
    I purchased a new mac pro from Best Buy and learn how to use it pretty quickly and actually started to believe it was a great decision to switch from windows.  Then the mac pro gave the upgrade to the OS Yosemite, I upgraded it,  and its slow booting up and browsing like windows.  What happened to the quick reboot and speed when first started to use the Mac.  I have had this  Mac Pro for about a month now but not happy at this point.  Please help fix this problem, it past my return date now if it continues to be slow like my previous window laptop.
    Thank you,

       Reset PRAM.   http://support.apple.com/kb/PH18761
    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
       Start up in Safe Mode.  http://support.apple.com/en-us/HT1564
    Best.

  • Images not showing in viewer and browser

    I've been using Apreture 2.1.1 without any problems until yesterday. Even though all my projects are in tact, I can no longer see the images in the Aperture viewer and browser. I really don't know how this happened. To rectify the problem I did the following:
    1. Verified and repaired the Disk using Disk Utility
    2. Logged in in Safe mode and did the above
    3. Uninstalled Aperture, removed all reference files and re-installed
    4. Opened the Library and photos are all intact.
    5. Uninstalled Aperture and re-installed the 2.0 version
    I did all the above but still have the same issue. Just can't figure out what is wrong here.
    Any suggestions would be highly appreciated.
    thanks
    ps. Forgot to add this: It also crashes when I want to quit it
    Message was edited by: AlexGo

    AlexGo wrote:
    I've been using Apreture 2.1.1 without any problems until yesterday. Even though all my projects are in tact, I can no longer see the images in the Aperture viewer and browser. I really don't know how this happened. To rectify the problem I did the following:
    1. Verified and repaired the Disk using Disk Utility
    2. Logged in in Safe mode and did the above
    3. Uninstalled Aperture, removed all reference files and re-installed
    4. Opened the Library and photos are all intact.
    5. Uninstalled Aperture and re-installed the 2.0 version
    I did all the above but still have the same issue. Just can't figure out what is wrong here.
    Any suggestions would be highly appreciated.
    thanks
    ps. Forgot to add this: It also crashes when I want to quit it
    Message was edited by: AlexGo
    did you dump the preferences and appropriate other files? prior to the reinstall? otherwise if any of those files are bad you'll be installing aperture with the same possibly corrupt files.
    your problem sounds like a hard drive or cable issue, have you swapped out cables?
    what cable are you using? eSATA? FW800?

  • How to solve firefox crashing and continuous "unresponsive script" messages?

    I've had this issue for a couple days now. When in firefox and having multiple tabs open, the tab that I am on will freeze and an "unresponsive script" message will come up. When I only have one tab open, the browser will shut down completely without any message. I have already tried disabling all of my plugins, allowing the script to run longer, restarting firefox, and even uninstalling and reinstalling firefox. None of these seem to work for me. Does this mean I have a virus? Are there any other things I can try or should I have this looked at?

    Try this for your mac computer:
    Please do the following to give us crash IDs that will help us understand more about the crash.
    #'''(OS X 10.6 or previous)''' Click the '''Finder''' icon in the dock. Your home folder will be selected. In the right side of the window, click the Library folder to open it. Then open the "Application Support" folder, the "Firefox" folder, the "Crash Reports" folder and finally the "submitted" folder.<br>'''(OS X 10.7 or above)''' Click the '''Finder''' icon in the dock. On the menu bar, click the '''Go''' menu, hold down the '''option''' or '''alt''' key and select '''Library'''. A window will open containing your Library folder. Then open the "Application Support" folder, the "Firefox" folder, the "Crash Reports" folder and finally the "submitted" folder.
    #Open the 5 most recent files with a text editor and copy the IDs.
    #Paste each ID with '''bp-''' into the reply window on the forums.
    Thanks in advance!
    You can find more information and troubleshooting steps in the [[Firefox crashes]] article.

  • Why is Adobe crashing and giving me "script " error messages?

    Why is Adobe crashing and giving me "script" error messages?

    Let's see if we can get you the details you need here:
    I'm getting the same Action Script pop-up on WinXP Sp3 32-bit and Win7 Pro SP1 64-bit systems, both running Seamonkey 2.10.1 with the Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:13.0) Gecko/20120615 Firefox/13.0.1 SeaMonkey/2.10.1, so this is the same browser as Firefox 13.0.1.
    The Action script pop-up has a Dismiss and Continue button and on WinXP clicking Dismiss seems to close the pop-up window and allow the Flash Player to work normally, at least for a while; clicking Continue results in repetitions of the Action Script pop-up - takes some time to come up again so not 100% sure on this behavior.  On Win7, the Action Script pop-up window does not respond to clicking either button, the browser appears to be hung and after a minute or so a message comes up in the Flash player box saying the Flash Player has crashed and to reload the page to retry.
    Here are the contents of the Action Script pop-up:
    I have experienced this on a couple of different sites, notably the Animated Map at weather.com which I get to through my Yahoo login.  Here's the URL, which may or may not work for you, since I get there through my Yahoo ID login:
    http://www.weather.com/weather/map/interactive/USNJ0523:1:US?animation=true&site=ca.yahoo. com&cm_ite=CityPage&par=yahooCA&cm_pla=WxPage&cm_cat=ca.yahoo.com&cm_ven=YahooCA&promo=0
    I am using Flash Player 11.3.300.262 downloaded from this URL:
    http://helpx.adobe.com/content/help/en/flash-player/kb/installation-problems-flash-player- windows.html#main-pars_header
    I hope this provides the necessary info to pursue this. Please let me know if you need more.
    I tacked this on to this thread since it seems relevant but if you want a fresh thread, please specify.
    Thanks.

  • OVI Store and Browser On my E72 Treat my Device as...

    After reinstalling my E72-1 v 051.018, Ovi Store and Browser treat my mobile as N73. So I could not see/install some application. Missing lot of stuff
    Attachments:
    Ovi store E72 as N73.jpg ‏44 KB

    same goes here,no matter what i do its always N73.from nokia they email me the directions for changing device,like if i don't know how to do that,great help.....thank you so much nokia customer support........from my  previous experience with my email problem it took them 2 months to give me a solution.....the only path is to keep on email them and keep on calling them every day maybe more than once a day....and i dont have an option to change my device model from the phone,i have to do it on computer,is this high tech or what?
    i really regret for choosing a nokia,i paid 400 euros and i always face up problems,and the customer support is really  soooo slow on replying and solving problems.monday to friday 9-17?
    anybody wants to buy my e72-1?

  • My iPod touch 4th gen. Keeps giving me the error message "cannot connect to the app store when I sign in. I can open the app store and browse it but I can't download anything. I have full signal strength with my wi-fi and safari is working perfect.

    My iPod touch 4th gen. Keeps giving me the error message "cannot connect to the app store when I sign in. I can open the app store and browse it but I can't download anything. I have full signal strength with my wi-fi and safari is working perfect. I turned it off and restarted it 3 times now. I have an iPad 2 and the app store works flawlessly with it. What is going on?

    Same here on my lpad2. Can access the web just fine from browsers but cannot install new apps or updates in appl store.  Seeing a few others reporting same issue tonight so likely an apple server issue and staff will notice it in network monitors and fix it...sometime this weekend.
    Rob

  • Design view and browser view in DW are different than when I view from local folder

    I'm brand new to Dreamweaver CS5.5 and here is my problem:
    I've made an html page in dreamweaver with a banner, with an additional graphic and some text on top of the banner.  It displays just fine in every browser when I view from the local folder, but when I open DW and view, it displays incorrectly in all three design, live and browser views within DW.  If I make changes to the css file until it views correctly in design view, it no longer displays correctly from the local folder and it still doesn't view correctly in live or browser view within DW.  If what I'm doing isnt going to display accurately in any of the views provided by Dreamweaver as compared to the live server, whats the point in having this software?  I could just keep building webpages in notepad and uploading with CoreFTP.
    Any suggestions?  Is it some setting that I dont know about that I need to change within DW?   Please help.

    align="center" is deprecated (obsolete) code in XHTML & HTML5 doc types.  Instead of styling markup with HTML, you should be using CSS. 
    CSS
    .center {text-align:center}
    HTML
    <p class="center">some centered text here</p>
    With respect to break tags, in XHTML doc types the correct syntax is <br /> not <br>.  However your usage of line breaks is inconsistent with good symantic markup.  Use headings <h1> <h2> <h3> <h4> for important keywords.  Use <p> for descriptive paragraphs.  Use <ul> <li> or <ol> <li> for lists.  Line breaks should be used minimally if ever.
    XHTML doc types require all tags to be lowercase.  Uppercase tags will throw errors.
    Your design is too rigid.  When text size is increased in browsers, your content is unreadable.  See screenshot.
    SOLUTIONS:
    1) DO NOT USE POSITION ABSOLUTE.  You don't need it.  Absolute positioning removes content from the normal document flow resulting in a jumbled mess.  Use default CSS positioning (none) with margins, padding & floats to align elements.
    2) Remove HEIGHT values from all CSS containers.  Height limits a container's capacity to hold more content when needed.  Container height should always be determined by the amount of content it holds; not explicit values.  If required to reveal a background image, for example, use CSS min-height instead of height.
    CSS Box Model
    http://www.w3schools.com/css/css_boxmodel.asp
    CSS Floats
    http://www.w3schools.com/cssref/pr_class_float.asp
    CSS min-height
    http://www.w3schools.com/cssref/pr_dim_min-height.asp
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Email and Browser

    It have noticed by watching some of the competitors software that the email and browser currently written by RIM is getting very antiquated.
    There are other browsers out for competitors products that have greatly surpassed the capabilities of the Blackberry Internet browser. 
    Also I have noticed a bunch of truncated messages in email that the competitors are able to download complete.
    This is not to flame Blackberry, but more to find out what blackberry is planning to continue to be a leader in this industry and in what time frame we can expect this.
    Apple is now pursuing the enterprise level security that has held them back from being a business class device. If this happens then RIM will have some major competition on their hands. That combined with their web browser will make them a leading device and open up avenues for them to take over in the business arena.
    I personally will never move to an Apple product just because I've been there done that and wasn't very pleased. That was years ago with Apple computers. Also, as long as Apple uses a built in battery I will consider then an inferior product. But with the other innovations in their operating system, web browser and other abilities they are quickly becoming a major threat that has put RIM in the position of catch up.
    This is a much talked about issue in other enthusiast's forum's and something that RIM needs to address, so I would like to find out what RIM has in mind as I consider my next device which is due for replacement now.

    Was reading this article before. I think RIM is aware of other competing browser's features, so they're taking steps to get the BlackBerry Browser up to date
    http://www.internetnews.com/mobility/article.php/3836386/BlackBerry+May+Have+New+Mobile+Browser+by+2...
    If someone has been helpful please consider giving them kudos by clicking the star to the left of their post.
    Remember to resolve your thread by clicking Accepted Solution.

  • How to share the same session between JNLP Application and browser session

    How to share the same session between JNLP Application and browser session using BasicService.showDocument(url) method? It appears whenever i launch any URL from within a JNLP application using BasicService.showDocument(url) , it creates new instance of browser and session even after i used cooke handlers to restore JSESSIONID and Ltpa token etc.
    public static int showDocument(String urlToOpen)
    BasicService obj = (BasicService) ServiceManager.lookup("javax.jnlp.BasicService");
    obj.showDocument(urlToOpen);
    }

    Try using Reflection

  • Remote app and Browsing Albums

    So, I installed the Remote app directly onto the iPod Touch and set it up with no problems. Within a minute I was able to download, install, browse, and actually control my iTunes library!
    I found one snag. I would like to use the Album browse feature, but I see problems with it. One good specific example is the album "Genius Loves Company" (GREAT ALBUM). when I'm browsing my library through this app, the album shows up 12 times and each instance only has one track in it. So, I can only play one song at a time and then the player stops. Very annoying.
    Has anyone else seen this? If so, anyone know a fix/workaround?
    Album link: http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?i=219987585&id=12316 7557

    Hmm odd one. My first thought here is there's possibly some glitch in the way that Album's files are tagged.
    Try this:
    Fire up iTunes. Click on 'music' under the Library. Highlight all the tracks in that album in the main window. Go to File -> Get info (answer 'yes' to the pop-up question about editing multiple items). Under the 'info' tab, re-type the name of the album into the 'album' field, and Hit 'OK'. This will resolve any discrepancies re the tagging of the album name.
    Fire up remote again and browse to that album, see if it's fixed the issue.

  • OBIEE 11g write back to Essbase and run calc script feature

    Hi,
    I have a requirement to write back into Essbase Cube and run calc script from OBIEE dashboard.
    From what i have search on google, we must deploy additional Java Script into weblogic, but that is before OBIEE 11.1.1.6.
    I have 2 question:
    - Does OBIEE 11.1.1.6 already supported native write-back to Essbase and running calcscript?
    - Anyone has example of the custom java-script for write back and running calcscript?
    And another, if there are requirement like this, is it better to install Essbase Add-in on Microsoft Excel and do the what-if analysis there, then just display the report on OBIEE dashboard? (based on user-friendliness and the complexity on maintenance)
    Thanks in advance.

    Hi,
    Even I am trying to achieve the same thing as you have mentioned but think that it is not possible to achieve easily in obiee 11.1.1.6, though we do have a work around to perform a writeback in Essbase cube using JAPI as mentioned below.
    Also we can call Hyperion reports from OBIEE using Action Links and also pass parameters to the same but dont know if it runs calculation script.
    Below link could be useful for you for write back workaround.
    http://oraclebizint.wordpress.com/2009/05/25/oracle-bi-ee-10-1-3-4-1-writebacks-to-essbase-using-japi-and-custom-html-part-1/
    Let me know in case you have found out anything else related to same.
    Thanks,

Maybe you are looking for

  • Unicode in About Box under Windows, CS5

    All strings of my plugin are stored in UTF8 resources in kResourceUTF8Encoded string tables in the .fr file (the language I use requires Unicode characters). These strings include my company key, about menu key and about box contents. They all appear

  • Adobe Reader X change the PDF version after saved

    Hi all, I recently discovered a weird behavior of Adobe Reader X (free version) regarding the .PDF version document. I scanned just before the week-end a series of documents with default 1.4 version, I checked several and all were ok, Scanner did the

  • Error Establishing Socket jdbc

    hello guys i have the problem of error establishing socket in tomacat 4.0.1 and i am using sqlserver 2000.My Application works well for n number of users but then application server hangs giving the "error establishing socket". i am closing all the s

  • Different between Ati X1600 128Mb and Ati X1600 with 256Mb

    Hi!. I'm going to buy a new imac 20", and i would like to know if it is a really speed difference between the graphic card Ati X1600 with 128Mb and the one with 256Mb. I've heard that the one with 256Mb is slighty faster, but not quite sure about thi

  • Can't find Security Timeout feature

    This is probably a dumb question so forgive me, but I have looked everywhere for security timeout and I can't find it anywhere. I just updated my phone to v5.0.0.975 and I've looked through security options, password options and I do not see security