I am looking for FLASH Action Script Assistance.

What's the best source to find a person to assist with Compiler errors related to Flash scripts?

Compiler errors: I have attempted to correct Source according to the suggestions by the compiler errors to no avail.
The SOURCE CODE appears below the COMPILER ERRORS.
Symbol 'slidingMenu', Layer 'as', Frame 1, Line 32, Column 17
1084: Syntax error: expecting identifier before greaterthan.
Symbol 'slidingMenu', Layer 'as', Frame 1, Line 46, Column 10
1084: Syntax error: expecting identifier before greaterthan.
Symbol 'slidingMenu', Layer 'as', Frame 1, Line 62, Column 17
1084: Syntax error: expecting identifier before greaterthan.
Symbol 'slidingMenu', Layer 'as', Frame 1, Line 77, Column 10
1084: Syntax error: expecting identifier before greaterthan.
Symbol 'slidingMenu', Layer 'as', Frame 1, Line 94, Column 17
1084: Syntax error: expecting identifier before greaterthan.
Symbol 'slidingMenu', Layer 'as', Frame 1, Line 95, Column 17
1084: Syntax error: expecting identifier before greaterthan.
Symbol 'slidingMenu', Layer 'as', Frame 1, Line 95, Column 21
1084: Syntax error: expecting rightparen before leftbrace.
Symbol 'slidingMenu', Layer 'as', Frame 1, Line 125, Column 32
1084: Syntax error: expecting rightparen before and.
Symbol 'slidingMenu', Layer 'as', Frame 1, Line 127, Column 36
1084: Syntax error: expecting rightparen before and.
Symbol 'slidingMenu', Layer 'as', Frame 1, Line 147, Column 28
1084: Syntax error: expecting identifier before greaterthan.
Symbol 'slidingMenu', Layer 'as', Frame 1, Line 147, Column 34
1084: Syntax error: expecting rightparen before _root.
Symbol 'slidingMenu', Layer 'as', Frame 1, Line 170, Column 17
1084: Syntax error: expecting identifier before greaterthan.
Symbol 'slidingMenu', Layer 'as', Frame 1, Line 171, Column 17
1084: Syntax error: expecting identifier before greaterthan.
Symbol 'slidingMenu', Layer 'as', Frame 1, Line 171, Column 21
1084: Syntax error: expecting rightparen before leftbrace.
Symbol 'slidingMenu', Layer 'as', Frame 1, Line 186, Column 32
1084: Syntax error: expecting rightparen before and.
Symbol 'slidingMenu', Layer 'as', Frame 1, Line 188, Column 36
1084: Syntax error: expecting rightparen before and.
Symbol 'slidingMenu', Layer 'as', Frame 1, Line 208, Column 28
1084: Syntax error: expecting identifier before greaterthan.
Symbol 'slidingMenu', Layer 'as', Frame 1, Line 208, Column 34
1084: Syntax error: expecting rightparen before _root.
========================================================================================== ================================
Source for slidingMenu
slidingMenu.RollOverBoxes = function(boxNumber:Number) {
if (_root.link<>boxNumber) {
_root.my_motion_finished = 0;
var cBox:MovieClip = eval('box'+boxNumber);
cBox.title_main.gotoAndPlay("s1");
for (var i = 1; i<=7; i++) {
var cBox:MovieClip = eval('box'+i);
xkoord = cBox.my_x;
if (_root.splash_flag == 1) {
if (boxNumber == 1) {
slidingMenu.move_all(126);
} else {
slidingMenu.move_all(-126);
if (i<>boxNumber) {
if (i<boxNumber) {
_root.myTween = new Tween(cBox, "_x", Strong.easeOut, cBox._x, xkoord-small_height_over, time_for_animation2, false);
cBox.my_x = xkoord-small_height_over;
} else {
_root.myTween = new Tween(cBox, "_x", Strong.easeOut, cBox._x, xkoord+small_height_over, time_for_animation2, false);
cBox.my_x = xkoord+small_height_over;
_root.myTween.onMotionFinished = function() {
_root.my_motion_finished = 1;
slidingMenu.RollOutBoxes = function(boxNumber:Number) {
if (_root.link<>boxNumber) {
_root.my_motion_finished2 = 0;
var cBox:MovieClip = eval('box'+boxNumber);
//cBox.title_main.gotoAndPlay("s2");
cBox.title_main.gotoAndPlay("s2");
for (var i = 1; i<=7; i++) {
var cBox:MovieClip = eval('box'+i);
xkoord = cBox.my_x;
if (_root.splash_flag == 1) {
if (boxNumber == 1) {
slidingMenu.move_all(-126);
} else {
slidingMenu.move_all(-126);
if (i<>boxNumber) {
if (i<boxNumber) {
_root.myTween = new Tween(cBox, "_x", Strong.easeOut, cBox._x, xkoord+small_height_over, time_for_animation2, false);
cBox.my_x = xkoord+small_height_over;
} else {
_root.myTween = new Tween(cBox, "_x", Strong.easeOut, cBox._x, xkoord-small_height_over, time_for_animation2, false);
cBox.my_x = xkoord-small_height_over;
_root.myTween.onMotionFinished = function() {
_root.my_motion_finished2 = 1;
// Functions
slidingMenu.moveBoxes = function(boxNumber:Number) {
if (_root.link<>boxNumber) {
if (boxNumber<>7) {
small_height = 568;
small_height_over = 0;
} else {
small_height = 208;
small_height_over = 360;
if (boxNumber == 7) {
_root.splash_flag = 1;
slidingMenu.move_all(-126);
} else {
_root.splash_flag = 0;
if (boxNumber == 5) {
//slidingMenu.move_all(196-boxNumber*593+780);
slidingMenu.move_all(136-(boxNumber-1)*593);
} else {
if (boxNumber == 1) {
//slidingMenu.move_all(196-boxNumber*593+320);
slidingMenu.move_all(136-(boxNumber-1)*593);
} else {
slidingMenu.move_all(136-(boxNumber-1)*593);
_root.my_motion_finished3 = 0;
k = 1;
//-1239.0
//eval('box'+_root.link).title_main.gotoAndPlay("s2");
for (var i = 1; i<=7; i++) {
var cBox:MovieClip = eval('box'+i);
if (_root.start_status == 0 and i<>boxNumber) {
//cBox.title_main.gotoAndPlay("s3");
} else if (_root.link_prev == 0 and i == boxNumber) {
//cBox.title_main.gotoAndPlay("s6");
if (i == boxNumber) {
_root.link_prev = _root.link;
_root.link = boxNumber;
cBox.pages.gotoAndPlay("s1");
//if (_root.link<>0) {
//cBox.title_main.gotoAndPlay("s2");
var cBox2:MovieClip = eval('box'+_root.link_prev);
cBox2.title_main.gotoAndPlay("s2");
_root.pic_num_prev = _root.pic_num;
_root.pic_num = 1;
_root.pic_num2_prev = _root.pic_num2;
_root.pic_num2 = 1;
_root.pic_num3_prev = _root.pic_num3;
_root.pic_num3 = 1;
_root.pic_num4_prev = _root.pic_num4;
_root.pic_num4 = 1;
if (_root.pic_num_prev<>1 or _root.pic_num2_prev<>1 or _root.pic_num3_prev<>1 or _root.pic_num4_prev<>1) {
cBox2.title_main.area.gall.play();
cBox2.pages.gotoAndPlay(cBox2.pages._totalframes-cBox2.pages._currentframe);
_root.scroller.gotoAndStop(2);
xkoord = cBox.my_x;
if (i<=boxNumber) {
_root.myTween = new Tween(cBox, "_x", Back.easeOut, cBox._x, (k)*(small_height)-200, time_for_animation, false);
cBox.my_x = (k)*(small_height)-200;
} else {
_root.myTween = new Tween(cBox, "_x", Back.easeOut, cBox._x, (k)*(small_height)+big_height-232, time_for_animation, false);
cBox.my_x = (k)*(small_height)+big_height-232;
_root.myTween.onMotionFinished = function() {
_root.my_motion_finished3 = 1;
k++;
_root.start_status = 1;
slidingMenu.appearBoxes = function(boxNumber:Number) {
if (_root.link<>boxNumber) {
if (boxNumber<>7) {
if (boxNumber == 1) {
slidingMenu.move_all(396-boxNumber*93);
} else {
slidingMenu.move_all(336-boxNumber*93);
} else {
slidingMenu.move_all(-426);
_root.my_motion_finished3 = 0;
k = 1;
//-1239.0
//eval('box'+_root.link).title_main.gotoAndPlay("s2");
for (var i = 1; i<=7; i++) {
var cBox:MovieClip = eval('box'+i);
if (_root.start_status == 0 and i<>boxNumber) {
//cBox.title_main.gotoAndPlay("s3");
} else if (_root.link_prev == 0 and i == boxNumber) {
//cBox.title_main.gotoAndPlay("s6");
if (i == boxNumber) {
_root.link_prev = _root.link;
_root.link = boxNumber;
cBox.pages.gotoAndPlay("s1");
//if (_root.link<>0) {
//cBox.title_main.gotoAndPlay("s2");
var cBox2:MovieClip = eval('box'+_root.link_prev);
cBox2.title_main.gotoAndPlay("s2");
_root.pic_num_prev = _root.pic_num;
_root.pic_num = 1;
_root.pic_num2_prev = _root.pic_num2;
_root.pic_num2 = 1;
_root.pic_num3_prev = _root.pic_num3;
_root.pic_num3 = 1;
_root.pic_num4_prev = _root.pic_num4;
_root.pic_num4 = 1;
if (_root.pic_num_prev<>1 or _root.pic_num2_prev<>1 or _root.pic_num3_prev<>1 or _root.pic_num4_prev<>1) {
cBox2.title_main.area.gall.play();
cBox2.pages.gotoAndPlay(cBox2.pages._totalframes-cBox2.pages._currentframe);
_root.scroller.gotoAndStop(2);
xkoord = cBox.my_x;
if (i<=boxNumber) {
_root.myTween = new Tween(cBox, "_x", Strong.easeOut, cBox._x, (k)*(small_height)-200, 5+int(70-k*5), false);
cBox.my_x = (k)*(small_height)-200;
} else {
_root.myTween = new Tween(cBox, "_x", Strong.easeOut, cBox._x, (k)*(small_height)+big_height-232, time_for_animation+int(k*20), false);
cBox.my_x = (k)*(small_height)+big_height-232;
_root.myTween.onMotionFinished = function() {
_root.my_motion_finished3 = 1;
k++;
_root.start_status = 1;
slidingMenu.StopBoxes = function() {
for (var i = 1; i<=7; i++) {
var cBox:MovieClip = eval('box'+i);
//_root.myTween = new Tween(cBox, "_x", Back.easeOut, cBox._x, xkoord-small_height_over, 1, false);
_root.myTween.continueTo(1, 1);
slidingMenu.move_all = function(num) {
var cBox:MovieClip = _root.box1;
_root.myTween_move_all = new Tween(cBox, "_x", Back.easeOut, cBox._x, num, 25, false);
//slidingMenu.moveBoxes();

Similar Messages

  • Porting JS (mobile services) for Flash (Action Script)

    Hi!
    There is JS-class for mobile services
    ajax.aspnetcdn.com/ajax/mobileservices/MobileServices.Web-1.2.5.min.js
    May be anybody know is there port of this for Flash-projects (for example, for AIR)
    Thanx!

    Ensure your event listener (or as u call it, key catcher) is referencing the instance of the button....so for example, if the original button is called "button" and the one you have on the stage is an instance of "button" with the instance name "buttonInstance", ensure the event handler is attached to the instance on stage...
    It sounds like the event is not even being triggered as the trace is not being executed...this tells me that the event is not being "heard" by the listener.
    Why not email your lecturer with your code and ask them for some direction? The worst thing that will happen is that they won't reply to your email. If that fails, go and see them in person. Persistence is a valuable attribute.

  • Video bookmark (videomark) using flash/action script?

    Video bookmark is called videomark.
    Anybody did videomark using flash?.
    Is there any good place, i can learn more about videomark in
    flash?.

    yeah..........
    Can I have a small example on this ... so that it would be very easy for me to understand....
    I am a new bee in flash action scripting......
    Thanks & Regards

  • Can access c++ library from flash action script by using SWC lib?

    We want to develope a Flash application based on Windows CE 6.0 R3. The application aims to communicate with middleware libraries written in C/C++. Is it possible to create SWC file using the c++ library file so that we can load this as a component in fla project for accessing the library functions from flash action script 3.0? OR Is there any simple way to access c++ library from action script?
    Thanks,
    Saumini

    I don't think Alchemy will help you.  The reason is Alchemy does not give socket capabilities beyond what Flash provides.

  • Help... link URL from XML to Flash Action Script 2

    I am trying to link a different URL to each of my files in XML and use this XML in Flash were I created a carousel. In the carousel, when you click on a picture I would like to insert a specific URL. Each picture will have a different URL (http://------------).
    Here are my codes:
    XML:
    <icons>
    <icon image="icon1.png" tooltip="Planning" />
    <icon image="icon2.png" tooltip="Investments" />
    <icon image="icon3.png" tooltip="Education" />
    <icon image="icon4.png" tooltip="Insurances" />
    <icon image="icon5.png" tooltip="Mortgages" />
    <icon image="icon6.png" tooltip="Retirement" />
    <icon image="icon7.png" tooltip="Business Owner" />
    <icon image="icon8.png" tooltip="Banking" />
    </icons>
    Flash Action Script 2:
    import mx.utils.Delegate;
    var numOfItems:Number;
    var radiusX:Number = 250;
    var radiusY:Number = 75;
    var centerX:Number = Stage.width/2;
    var centerY:Number = Stage.height/2;
    var speed:Number = 0.01;
    var perspective:Number = 60;
    var home:MovieClip = this;
    var tooltip:MovieClip = this.attachMovie("tooltip","tooltip",10000);
    tooltip._alpha = 0;
    var xml:XML = new XML();
    xml.ignoreWhite = true;
    xml.onLoad = function()
    var nodes = this.firstChild.childNodes;
    numOfItems = nodes.length;
    for(var i=0;i<numOfItems;i++)
      var t = home.attachMovie("item","item"+i,i+1);
      t.angle = i * ((Math.PI*2)/numOfItems);
      t.onEnterFrame = mover;
      t.toolText = nodes[i].attributes.tooltip;
      t.icon.inner.loadMovie(nodes[i].attributes.image);
      t.ref.inner.loadMovie(nodes[i].attributes.image);
      t.icon.onRollOver = over;
      t.icon.onRollOut = out;
      t.icon.onRelease = released;
    function over()
    home.tooltip.tipText.text = this._parent.toolText;
    home.tooltip._x = this._parent._x;
    home.tooltip._y = this._parent._y - this._parent._height/2;
    home.tooltip.onEnterFrame = Delegate.create(this,moveTip);
    home.tooltip._alpha = 100;
    function out()
    delete home.tooltip.onEnterFrame;
    home.tooltip._alpha = 0;
    function released()
    function moveTip()
    home.tooltip._x = this._parent._x;
    home.tooltip._y = this._parent._y - this._parent._height/2;
    xml.load("icons.xml");
    function mover ()
    this._x = Math.cos(this.angle) * radiusX + centerX;
    this._y = Math.sin(this.angle) * radiusY + centerY;
    var s = (this._y - perspective) / (centerY+radiusY-perspective);
    this._xscale = this._yscale = s * 100
    this.angle += this._parent.speed;
    this.swapDepths(Math.round(this._xscale) + 100);
    this.onMouseMove = function()
    speed = (this._xmouse-centerX)/10000;
    Thanks so much for the help.

    You should be able to add that data into your xml tags and then extract it in the AS2 onLoad function...
    XML:
    <icons>
    <icon image="icon1.png" tooltip="Planning" linkURL="http://www.someURL.com/somePage.html" />
    AS2:
    xml.onLoad = function()
    etc....
    t.onEnterFrame = mover;
    t.toolText = nodes[i].attributes.tooltip;
    t.urlLink = nodes[i].attributes.linkURL;
    etc...

  • Looking for someone to script a Day Planner to a specific size and style.

    Hi,
    Looking for someone to script a year long Day Planner in Indesign CC. I've tried one or two scripts available out there but none seem to be able to accomplish what I need.
    I would envisage the rolling requirements.
    2015
    Day per page
    Set to a specific Design Style
    Fully Editable style hierarchy
    Ability to add in pages without kicking anything out
    Include Month with highlighted day on right hand page only
    Add localised public holidays
    Add another list of 'special dates'
    Fit size 148.5mm W x 210mm H (would be great to have it scaleable but not essential)
    All/any help appreciated. Here's a screen shot of the desired result.

    Hi Jarek,
    Thanks for the response!
    The script needs to create the pages in an Indesign Doc.
    One the pages are created we would be adding in custom pages at beginning and at other periodic stages in the document.
    Let me know if there's anything else you need
    Mark

  • Looking for a Powershell Script which can put the scom servers in maintenance mode

    Looking for a Powershell Script which can put the scom servers in maintenance mode so that SCOM should not send an alert during planned task.
    Rahul

    1. Provide list of servers line-by-line in C:\ServerList.txt, make sure you provide limited no. of servers, do not exceed 20 - 25 per batch
    2. Save the script with suitable name (test.ps1)
    3. Open PowerShell cmd prompt
    4. Script accepts 3 params - TimeInMinutes, Reason and Comment
    **** Please note, this script will work for SCOM 2012 R2
    param([int32]$TimeMin, [string]$Reason, [string]$Comment)
    try
    $api = new-object -comObject 'MOM.ScriptAPI'
    Import-Module operationsmanager
    New-SCOMManagementGroupConnection
    $Servers = Get-Content "C:\ServerList.txt"
    $Time = (Get-Date).Addminutes($TimeMin)
    Foreach ($Server in $Servers)
    #Get Computer instance
    $ComputerClass = Get-SCOMClass -Name Microsoft.Windows.Computer
    $ComputerClassInstance = Get-SCOMClassInstance  -Class $ComputerClass | Where {$_.DisplayName -eq $Server}
    If ($ComputerClassInstance -ne $Null)
    $HealthServiceWatcherClass = Get-SCOMClass -name:Microsoft.SystemCenter.HealthServiceWatcher
    #Get Health Service Watcher Class instance of the server
    $HSWClass = Get-SCOMClass -Name Microsoft.SystemCenter.HealthServiceWatcher
    $HSWClassIns = Get-SCOMClassInstance  -Class $HSWClass | Where {$_.DisplayName -eq $Server}
    #Starting the maintenance mode
    Start-SCOMMaintenanceMode -Instance $HSWClassIns -EndTime $Time -Reason $Reason -Comment $Comment
    Start-SCOMMaintenanceMode -Instance $ComputerClassInstance -EndTime $Time  -Reason $Reason -Comment $Comment
    Write-Host "Health Service Watcher and Agent server "$Server " kept in maintenance mode"  -foregroundcolor "green"
    $api.LogScriptEvent('MaintenanceModeScript.ps1', 200, 0, "$Server kept in maintenance mode for $TimeMin minutes")
    Else
    Write-Host $Server" not found " -foregroundcolor "red"
    $api.LogScriptEvent('MaintenanceModeScript.ps1', 201, 1, "$Server could not be found in domain")
    Catch [system.exception]
    $api.LogScriptEvent('MaintenanceModeScript.ps1', 201, 1, $_.Exception.Message)
    Faizan

  • We are looking for Flash-Games for our A-level exam

    Hello
    Our Project-Team creates a Game-Hompage for our A-level exam.
    We are looking for Flash-Games and Games in other Languages
    (for example: Java or VBnet), wich we will publish on our Webpage.
    The quality, category etc. doesn't matter.
    Furthermore we would be pleased if you could send us
    suggestions and ideas (for example: Projectname etc.)
    Just send us a mail:
    [email protected]
    greetz
    project-team

    http://www.gotoandplay.it

  • How do you auto reconnect a live video stream broadcast in flash action script 3?

    how do you auto reconnect a live video stream broadcast in flash action script 3?
    so i don't have to ask people to refresh the page if the connection drops
    i copy pasted the live video stream broadcast files and script from here;
    http://www.adobe.com/devnet/adobe-media-server/articles/beginner_live_fms3.html
    http://www.adobe.com/content/dotcom/en/devnet/adobe-media-
    server/articles/beginner_live_fms3/_jcr_content/articlePrerequistes/multiplefiles
    /node_1278314297096/file.res/beginner_live_fms3.zip
    i don't know what i'm doing

    Why don't you use several layers with appropriate alpha properties, and move these layers according to the mouse events?

  • New to flash / action script 3

    hi guys,
    got sick of playing flash games and want to learn to create.
    i downloaded a gif of sub zero from mortal kombat...the gif has all the frames for each action like jumping / punching etc.
    i have imported it into flash and i have organised the key frames so when i press enter it looks pretty smooth.
    will i be able to control it like this with keyboard using action script? or do i have to convert it to a vector graphic?
    or is this just not possible.
    can anybody please recommend me a good flash/as3 book to read please...i know there are lots...
    thanks
    jonininireland

    imm for an easy gif control try to import it as a movie clip , Gif images must be framed inside your - character Movie clip -
    try to learn about cross images technique for animating chracters.
    of course u'll be able to control game by keyboard ha ! .
    see:http://as3gamedev.blogspot.com/
    Read :Essential Guide to Flash Games
    try:Develop Flash Games
    Good luck
    Mhood

  • Looking for flash community

    Hi every one iam just new in flash i use flash for animation only
    i need to start Actions Script i wander if there is any one for help her so i can start "know good book or website"
    if any one to be friend of me for more help
    [email protected]    
    care if you'r my friend be ready to help me !!!!!

    actionscript.org might be helpful.

  • Send data from html to flash action script

    Hi,
    I would like my flash to act differently depending on what
    html page it is on. Can I send information from html code to action
    script?

    Hi,
    Yes you can, by using FLASHVARS. Refer the attached code for
    example. Also you can use Javascript setVariable method of Flash
    object to set values in between i.e. after the page has loaded, as
    in case of FLASHVARS these are sent to flash just at the begining
    i.e. once SWF loads. In the attached exmple i've sent 2 variables
    to Flash one is 'username' and other is 'userId', thse will be
    fetched inside flash movie as _root.username and _root.userId.
    Note: I've added flashvars as PARAM and also as an attribute
    for EMBED tag (used by Mozilla, NS etc)
    Hope this helps.
    Thanks,
    Sumeet

  • My new mac is stuck on "looking for source" in Migration Assistant.

    My new MacBook Pro arrived today and I am so excited to finally have a new Laptop. I made it through the startup process okay, until i made it to the screen that says "Transfer information to this Mac." My previous laptop was a windows 7 HP brand laptop, so on the previous screen I had selected Transfer "From a windows PC". Then the screen read "looking for source" and it had said it for quite a while before I clicked the back button a couple of times to quit out. Also, I am a college student living on campus so I referred back to the packet that IT gave all the students at the beginning of the year to set up the wifi on my new Mac. I had problems setting up the wifi so I visited IT and they set it up for me. Then after I came back from IT I tried the Migration Assistant again. And unfortunately it is not working and my Mac is still on that same screen

    The warranty entitles you to complimentary phone support for the first 90 days of ownership.

  • Looking for Flash Lite or mobile answers?

    Can’t find what you are looking for in the forums? Need
    an answer to your question immediately? Get proactive and search
    the Mobile & Devices cookbook for an answer to your question.
    Cookbooks are very similar to forums, except that posts contributed
    to the cookbooks provide complete question/answer-style coding
    solutions.
    There are currently dozens of recipes posted in the Mobile
    & Devices cookbook, so check to see if one of them matches your
    tastes today! Or better yet, add a post of your own.
    http://www.adobe.com/go/mobile_cookbook

    Hi Hugh
    Rather than attempting to find those files, I suggest you lock the Shared Object folder. This precludes any Flash cookie info from being written to your HD.
    To do so, go to the Finder and navigate to the Macromedia folder - Your User Account>Library>Preferences folder. Continue drilling down to the Shared Objects folder. Now, simply move to the trash the contents of the Shared Objects folder. Once the folder is empty, click on the Shared Objects folder, Command/I to open its Info panel and click on the Locked option, then close the panel.
    From here on out, no information will be written to that file. I did this awhile ago and have not had any adverse effect from locking the folder.

  • Looking for Flash tutorials

    Hi. Im new to Flash and im looking for a place i can learn to make a short cartoon with a step by step tutorial. It doesnt matter what the story is, it could be about a snail and his friend or something. Im not yet comfortable doing cartoons on flash by myself.
    Thanks so much for any help.

    Hopefully this will help:
    http://flash.tutsplus.com/tutorials/animation/smoothly-animate-a-caricature-using-motion-t weens/

Maybe you are looking for

  • HT5634 boot camp 3.1 will not install

    I have upgraded my operating system to Windows 7 Ultimate from Windows Vista Ultimate.  When I use apple update on the windows operating system, it shows that there is an update for boot camp.  I have bootcamp 3.0 and the update is 3.1.  However, aft

  • How to calculate ANDV actually ??

    Hi all, I'm wondering about the magic that "Index skip scan" has. I tried to understand it by doing several experiments which lead me to the point that skip scan cost is determined by something called ANDV (from the trace file) To calculate it, I tri

  • Strange image border / bright edges on full screen preview

    Hi, I'm getting strange image borders on full screen preview. I've taken a photo to show this effect. Its noticebly wider on the left and right edges compared to top and bottom. Anyone know how to turn this border off? http://www.oriontransfer.co.nz/

  • Logging api hangs

    Im starting a java application from an applet calling Runtime.getRuntime().exec("java bla bla bla") Worked fine until I implemented Java 1.4 logging api. Now the application hangs after writing a few info lines to a FileHandler log. It's clearly the

  • After downloading iOS 6, the map rout doesn't work

    Please be informed that I am facing a problem with the iphone Maps, it happened that routs between places are not working now , that happened afyer I downloaded iOS 6, please advise