Alien spacecraft problem

HI. I'm having trouble with a game I'm trying to make, when I try to reference the bullets it fires it keeps coming up with Error #1010: A term is undefined and has no properties. It's doing this when I try to reference a alien spacecraft bullet in the "update" function. I've marked what line the error occurs on. And the bullets don't move. If anyone can help please do. Here's the code: Again, I get the error in the update function.
package enemyObjects
// Import necessary classes from the flash libraries
import flash.display.Sprite
import flash.geom.Point;
import flash.events.MouseEvent;
import flash.ui.Mouse;
import flash.utils.Timer;
import flash.events.TimerEvent;
import tileSheetStuff.*;
import gameElements.effects.*;
import gameMVC.*;
* @author Steve Fulton
public class AlienShot extends Sprite
private var startLocation:Point;
private var endLocation:Point;
private var xunits:Number;
private var yunits:Number;
private var nextLocation:Point;
private var leftNextLocation:Point;
private var moves:int = 0;
public var finished:Boolean;
private var notHit:Boolean = true;
public var bulletDir:int = 1;
public var enemyShot:BlitSprite;
public var enemyShotLeft:BlitSprite;
private var _bulletSpeed:Number = 23;
private var _tileWidth:int = 112;
private var _tileHeight:int = 112;
private var _spriteGridClass:SpriteGridClass = new SpriteGridClass();
private var _tileSheet:TileSheet = new TileSheet(new SpriteGrid(0,0), _tileWidth, _tileHeight);
private var _gameModel:GameModel;
public function AlienShot (startX:Number, startY:Number, _gameModel:GameModel,bullDir:int) {
this._gameModel = _gameModel;
startLocation = new Point(startX,startY);
this.bulletDir = bullDir;
nextLocation = new Point(0,0);
leftNextLocation = new Point(0,0);
_spriteGridClass.initTileSheetData();
_bulletSpeed = 23;
init();
public function init():void {
var enemyShot:BlitSprite = new BlitSprite(_tileSheet, _spriteGridClass.enemyBulletFrame, 0);
this.enemyShot = enemyShot;
enemyShot.x = startLocation.x;
enemyShot.y = startLocation.y;
var enemyShotLeft:BlitSprite = new BlitSprite(_tileSheet, _spriteGridClass.enemyBulletFrame, 0);
this.enemyShotLeft = enemyShotLeft;
enemyShotLeft.x = startLocation.x;
enemyShotLeft.y = startLocation.y;
//***** Flash *****
enemyShot.currentTile =  0;
enemyShot.scaleX= 1;
enemyShot.scaleY= 1;
if(bulletDir == -1){
_gameModel.alienBulletModels.push(enemyShot);
_gameModel.enemyShot = enemyShot;
_gameModel.screen.addChild(enemyShot);
}else if(bulletDir == 1){
_gameModel.alienBulletModelsLeft.push(enemyShotLeft);
_gameModel.playerShotLeft = enemyShotLeft;
_gameModel.screen.addChild(enemyShotLeft);
finished = false;
public function update():void {
for(var i:int = _gameModel.alienBulletModels.length; i > 0; i--)
if (notHit = true) {
nextLocation.x = _gameModel.alienBulletModels[i].x + _bulletSpeed;------------>ERROR OCCURS HERE BECAUSE OF THE ALIENBULLETMODELS
nextLocation.y = _gameModel.alienBulletModels[i].y;
} else {
finished = true;
_gameModel.alienBulletModels[i].x = nextLocation.x;
_gameModel.alienBulletModels[i].y = nextLocation.y;
for(var j:int = _gameModel.alienBulletModelsLeft.length; j > 0; j--)
if (notHit = true) {
leftNextLocation.x = _gameModel.alienBulletModelsLeft[j].x -_bulletSpeed;
leftNextLocation.y = _gameModel.alienBulletModelsLeft[j].y;
} else {
finished = true;
_gameModel.alienBulletModelsLeft[j].x = leftNextLocation.x;
_gameModel.alienBulletModelsLeft[j].y = leftNextLocation.y;
if((_gameModel.alienBulletModels[i].x < 0)||(_gameModel.alienBulletModels[i].x >550)){
dispose(_gameModel.alienBulletModels[i],i);
if((_gameModel.alienBulletModels[i].y < 0)||(_gameModel.alienBulletModels[i].y >400)){
dispose(_gameModel.alienBulletModels[i],i);
if((_gameModel.alienBulletModelsLeft[j].x < 0)||(_gameModel.alienBulletModelsLeft[j].x >550)){
disposeLeft(_gameModel.alienBulletModelsLeft[i],i);
if((_gameModel.alienBulletModelsLeft[j].y < 0)||(_gameModel.alienBulletModelsLeft[j].y >400)){
disposeLeft(_gameModel.alienBulletModelsLeft[i],i);
//Dispose is needed to get rid oo unwanted objects and get them ready for garbage collection
public function dispose(object:BlitSprite,i):void {
_gameModel.screen.removeChild(object);
_gameModel.alienBulletModels.splice(i,1)
_gameModel.alienBulletModels[i] = null;
public function disposeLeft(object:BlitSprite,j):void {
_gameModel.screen.removeChild(object);
_gameModel.alienBulletModelsLeft.splice(j,1)
_gameModel.alienBulletModelsLeft[j] = null;

You may need to convert your bullet image to a movieclip if you haven't and give it a instance name.
also define it.
For example:
private var bullet_mc:MovieClip;
Also an instance name for that specific movieclip:  e.g: "bullet"
Hope that helps.

Similar Messages

  • Password protecting an airport network

    My wireless network in my house is via an "old" airport base station (not "express", not "extreme"). I think it's the second generation model "Dual Ethernet" or "Snow." It looks like a small white alien spacecraft. It works great -- I access it via my old lime iBook and my new MacBook, and my husband accesses it via his old IBM/Clone and his new Futjitsu laptop.
    We have never had password protection on the network, because, given where our house is, we didn't think anyone else could access it. But now, I'm pretty sure someone else is using it. So I'd like to password protect it. I can't do anything with the network from my MacBook -- it has to be done via the iBook. But I'm not entirely sure how to do it... someone else set up this network for me, and I'm so afraid I'm going to break the network and not be able to restore it. I've looked over the Apple advice regarding Express and Extreme, but I'm not sure the same info applies to my situation. I need really explicit directions. Any suggestions?

    You can't use WPA encryption unless you are willing to update your iBook in a major way. But you could enter all the M.A.C addresses of the equipment permitted to join your network, or you could rely on WEP:
    HT2594- AirPort Card: When You Can Join a WPA Network
    I think you want to read the .pdf manual available through this article:
    75138- Designing AirPort Networks for Mac OS 9 Document (42 pages)

  • My Safari browser is not working well. Junk pages keep poping in and key pages for me appear intoxicated by alien pop ups preventing me navigate that page. Updated last Safari version and problem prevailed. Tried downloading Safari for Mac OS X Mavericks.

    My Safari browser is not working well. Junk pages keep popping up and key pages, for me, appear intoxicated by alien pop ups preventing me navigate that page.
    I updated to latest Safari version (7.0.4) but the problem persists.
    I tried downloading a new version of Safari for Mac OS X Mavericks but couldn't find it available.
    Thanks for your help.

    The pop ups are malware. It's not necessary to reinstall Safari.
    Help here ..
    The Safe Mac » Adware Removal Guide
    The Safe Mac » Genieo
    The Safe Mac » Mac Malware Guide
    Just so you are aware, on a Mac running Mavericks, the only way to reinstal Safari to to restore OS X using OS X Recovery

  • I'm having an unusual problem with my iphone 4S. When I'm making a call, it suddenly sounds like my call has been invaded by aliens! Why is it doing this? I'm also having problems sending texts. Sometimes it sends sometimes it doesn't.

    I'm having an unusual problem with my iphone 4S. When I'm making a call, it suddenly sounds like my call has been invaded by aliens! Why is it doing this? I'm also having problems sending texts. Sometimes it sends sometimes it doesn't. What is going on? Can it be fixed? I'm really not liking this new phone!!!!

    Could be an issue with your Carrier and/or location...
    The Basic Troubleshooting Steps are:
    Restart..  Reset..  Restore from Backup...  Restore as New...
    Try a Reset...
    Press the sleep/wake button & home button at the same time, keep pressing until you see the Apple logo, then release the buttons...
    http://support.apple.com/kb/ht1430

  • TeamSpeak Problems! Alien Voice won't go aw

    Recently when using TeamSpeak, the sound card makes my voice in the alien preset. However I cannot remove it because the memory gets corrupted and it shows nothing in any of the boxes in the mixer. Nothing in Environments, nothing in Advanced HQ, and nothing in special effects. My taskbar says I want to "Record Voice with Microphone" with ":X;.;;" and more random jumbo. When I restart my computer, everything is fixed. It is only when I start running teamspeak. What is the problem?
    Sorry I didn't make it very clear, but when I talk in teamspeak, I sound like an alien because it is using the alien voice changer. However everything under the special FX in the mixer is gone, and the taskbar is corrupted. When I restart my computer, everything is fixed, until I start teamspeak again.

    I just wanted to see if maybe this issue has been resolved? After I use teamspeak, if I turn up my speakers load enough, I can hear the alien preset going in the background sort of.. Like just a dull "bleeeeppp"... Also after using teamspeak and while using it, the microphone sound uses the alien preset and makes like an echo... Also all of my presets and advanced EQ's and such are gone from the list... Something is really wrong and I would like an answer...

  • Alien5.ttf - The Alien League Font problem

    Just a note:
    After adding this font to user library, OSX starts using it as a default for menus in Safari and several other apps.
    Weird, but true.

    It's a very common problem with free fonts. Windows users must have some sort of favorite free font editor to see this so often. What I mean by that is whatever editor this is, it must not show all of the internal names you need to set.
    People start with a font that's already finished (commonly Arial), clear out the characters and put new ones in. You then need to update the font names. Here's what you ran into.
    Note the incorrect Full Name. I can only guess the editor being used doesn't show this field since this happens to often.
    If you really like this font, a fixed version has been replacing the old one on many sites. Even though it has the same name of ALIEN5.TTF, the internal names are correct. It was actually kind of difficult to find one that was still bad. Here's a good one.

  • Alien communique​, print queue lagging, printer refuses to e-print, can't find with laptop

    I purchased the HP Photosmart Plus e-All-in-One Printer - Black (CN216A#B1H) to replace my top-feed printer whose ink was disappearing from retail stores. It is connected to my Mac Mini (OS: leopard 10.5) via USB, and to my home wifi network. I have a pc (OS: XP) laptop that also connects to the internet via wifi network. Here are my problems:
    1. The printer refuses to e-print. I have it set up with hpeprint, and it'll connect to hpeprint occasionally, usually after rebooting. I can print using the apps on the printer, but I can't email ANYTHING to it. I've even spent an hour on the phone with HP's help center, and he's sent stuff to the printer that never printed. It doesn't matter how it's sent--attachment or in the email--or what it is, it just sits in the queue until it fails. I paid more for this feature----why won't it work??
    2. I can't find the printer with the laptop. Now this may be my ineptitude with windows, but even my husband (whose laptop it is) can't figure it out. I can access the printer's url in a browser (http://192.168....you know), but I can't get the Add A Printer wizard to recognize the printer. It wants to go in through shared computers, looking for a printer on my Mini--which, by the way, for some strange reason my router won't let computers on my network access my hard-wired mini. Anyways, that's a headache for another day.
    3. Last night I tried to print a copy of a legal form, and the job sat in the computer's print queue for about an hour before the printer finally started warming up to print. Then it only printed the first half of the first page, spat it out, and gave me (after about half an hour more) a half dozen pages that look like some kind of alien communique. I've actually had it do this to me a couple times in the last day, just randomly printing these pages until I cancel print. Whatthe?
    Setup seemed to be remarkably easy. I just plugged the thing in and followed the prompts. But now I'm starting to have buyer's remorse. What in the world is wrong with this printer?? If you can help me clear up one or two of these things, I'd greatly appreciate it, since it means less time I'll be on the phone with Customer Service.

    By the way, here's what it printed:

  • Problems after installation with disp+work.exe

    Hey guys,
    i tried to find a solution, but didn't found one....after installation i had to find sapmmc. There was a error message after installation; after some adjustments in the service-file of windows now the message-server runs; but the disp+work still not....find the log attached:
    Regards
    Christian
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      00
    sid        NSP
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    95
    intno      20050900
    make:      multithreaded, ASCII, optimized
    pid        5276
    Fri Feb 01 15:35:19 2008
    kernel runs with dp version 224(ext=109) (@(#) DPLIB-INT-VERSION-224)
    length of sys_adm_ext is 360 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 5276) [dpxxdisp.c   1239]
         shared lib "dw_xml.dll" version 95 successfully loaded
         shared lib "dw_xtc.dll" version 95 successfully loaded
         shared lib "dw_stl.dll" version 95 successfully loaded
         shared lib "dw_gui.dll" version 95 successfully loaded
         shared lib "dw_mdm.dll" version 95 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Fri Feb 01 15:35:24 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5355]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >christiank_NSP_00                       <
    DpShMCreate: sizeof(wp_adm)          6328     (904)
    DpShMCreate: sizeof(tm_adm)          3605136     (17936)
    DpShMCreate: sizeof(wp_ca_adm)          1200     (60)
    DpShMCreate: sizeof(appc_ca_adm)     1200     (60)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528040/528048
    DpShMCreate: sizeof(comm_adm)          528048     (1048)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (96)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1280)
    DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 06330040, size: 4205552)
    DpShMCreate: allocated sys_adm at 06330040
    DpShMCreate: allocated wp_adm at 06331A28
    DpShMCreate: allocated tm_adm_list at 063332E0
    DpShMCreate: allocated tm_adm at 06333310
    DpShMCreate: allocated wp_ca_adm at 066A35A0
    DpShMCreate: allocated appc_ca_adm at 066A3A50
    DpShMCreate: allocated comm_adm at 066A3F00
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 06724DB0
    DpShMCreate: allocated gw_adm at 06724DF0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 06724E20
    DpShMCreate: allocated wall_adm at 06724E28
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation view
    <EsNT> Memory Reset disabled as NT default
    <ES> 127 blocks reserved for free list.
    ES initialized.
    rdisp/http_min_wait_dia_wp : 1 -> 1
    Fri Feb 01 15:35:29 2008
    ERROR => MsINiRead: NiBufReceive failed (NIETIMEOUT) [msxxi.c      2515]
    ERROR => MsIAttachEx:MsINiRead (rc=NIETIMEOUT) [msxxi.c      762]
    ***LOG Q0L=> DpLoopInit, nomscon () [dpxxdisp.c   1708]
    CCMS: alert/MONI_SEGM_SIZE = 0   monitoring and alerting switched off.
    ERROR => DpRGetLogin: Data for alien client [dpxxdisp.c   11251]
    Connect request from wrong client at address 10.10.0.10(christiank)
    ERROR => DpRGetLogin: Data for alien client [dpxxdisp.c   11251]
    Connect request from wrong client at address 127.0.0.1(christiank.hidomain)
    Fri Feb 01 15:36:14 2008
    ERROR => MsINiRead: NiBufReceive failed (NIETIMEOUT) [msxxi.c      2515]
    ERROR => MsIAttachEx:MsINiRead (rc=NIETIMEOUT) [msxxi.c      762]
    ERROR => W0 (pid 5280) died [dpxxdisp.c   14318]
    ERROR => W1 (pid 4088) died [dpxxdisp.c   14318]
    ERROR => W2 (pid 5020) died [dpxxdisp.c   14318]
    my types changed after wp death/restart 0x9f --> 0x9e
    ERROR => MsIModTypes: not_attached [msxxi.c      1834]
    ERROR => W3 (pid 4644) died [dpxxdisp.c   14318]
    my types changed after wp death/restart 0x9e --> 0x9c
    ERROR => MsIModTypes: not_attached [msxxi.c      1834]
    ERROR => W4 (pid 3080) died [dpxxdisp.c   14318]
    my types changed after wp death/restart 0x9c --> 0x98
    ERROR => MsIModTypes: not_attached [msxxi.c      1834]
    ERROR => W5 (pid 5752) died [dpxxdisp.c   14318]
    my types changed after wp death/restart 0x98 --> 0x90
    ERROR => MsIModTypes: not_attached [msxxi.c      1834]
    ERROR => W6 (pid 6040) died [dpxxdisp.c   14318]
    my types changed after wp death/restart 0x90 --> 0x80
    ERROR => MsIModTypes: not_attached [msxxi.c      1834]
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1593
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Feb 01 15:36:24 2008
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Fri Feb 01 14:36:24 2008
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program  Cl  User         Action                    Table
    0 DIA     5280 Ended         no      1   0             0                                                             
    1 DIA     4088 Ended         no      1   0             0                                                             
    2 DIA     5020 Ended         no      1   0             0                                                             
    3 UPD     4644 Ended         no      1   0             0                                                             
    4 ENQ     3080 Ended         no      1   0             0                                                             
    5 BTC     5752 Ended         no      1   0             0                                                             
    6 SPO     6040 Ended         no      1   0             0                                                             
    Dispatcher Queue Statistics               Fri Feb 01 14:36:24 2008
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    4
    2000
    5
    5
    --------++++--
    +
    DIA
    3
    3
    2000
    3
    0
    --------++++--
    +
    UPD
    0
    0
    2000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    2000
    0
    0
    --------++++--
    +
    SPO
    0
    0
    2000
    0
    0
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          7
    wake_evt_udp_now     0
    wake events           total     7,  udp     2 ( 28%),  shm     5 ( 71%)
    since last update     total     7,  udp     2 ( 28%),  shm     5 ( 71%)
    Dump of tm_adm structure:               Fri Feb 01 14:36:24 2008
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Fri Feb 01 14:36:24 2008
    =============================
    Slots: 20, Used: 0, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=1593
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Feb 01 15:36:29 2008
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >christiank_NSP_00                       < (normal)
    DpJ2eeDisableRestart
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes
    Stop gateway
    killing process (3876) (SOFT_KILL)
    Stop icman
    killing process (3444) (SOFT_KILL)
    Terminate gui connections
    wait for end of work processes
    wait for end of gateway
    [DpProcDied] Process lives  (PID:3876  HANDLE:1556)
    waiting for termination of gateway ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1593
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Feb 01 15:36:30 2008
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:3876  HANDLE:1556)
    wait for end of icman
    [DpProcDied] Process died  (PID:3444  HANDLE:1572)
    not attached to the message server
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 5276) [dpxxdisp.c   10333]
    Good Bye .....
    Edited by: C. Koch on Feb 1, 2008 3:35 PM

    During BW system copy, NW04S.
    We do have simalr error message loosing our time to bring up the system:
    [disp_dev]
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Fri May  2 19:35:54 2008
    WARNING => DpNetCheck: NiHostToAddr(www.doesnotexist0088.qqq.nxst) took 6 se
    conds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust t
    he DNS settings [dpxxtool2.c  5371]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    Fri May  2 19:35:55 2008
    WLM Tag 'BD2/DSP' successfully set for this process
    rdisp/http_min_wait_dia_wp : 1 -> 1
    Fri May  2 19:36:00 2008
    ERROR => MsINiRead: NiBufReceive failed (NIETIMEOUT) [msxxi.c      2515]
    ERROR => MsIAttachEx:MsINiRead (rc=NIETIMEOUT) [msxxi.c      762]
    ***LOG Q0L=> DpLoopInit, nomscon () [dpxxdisp.c   1716]
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    [sapinst_dev.log]
    TRACE      2008-05-02 23:20:44.132 [iaxxgenimp.cpp:752]
                CGuiEngineImp::showMessageBox
    <html> <head> </head> <body> <p> An error occurred while processing service SAP NetWeaver 7.0 Support Release 3 > Softwar
    e Life-Cycle Options > System Copy > Oracle > Target System Installation > Central System > Based on AS ABAP and AS Java
    > Central System( Last error reported by the step :<html> <head> </head> <body> An exception occurred while connecting to
    the message server instance BD2/DVEBMGS00 on host nvdbw40, port 3900.<br>DIAGNOSIS: The original exception was: wapsmod.
    ms.MsAttachFailed:
    Connect to message server (nvdbw40/3900) failed: NIETIMEOUT..<br>SOLUTION: Make sure that the message server is started.
    </body></html>). You may now </p> <ul> <li> choose <i>Retry</i> to repeat the current step. </li> <li> choose <i>View Log
    </i> to get more information about the error. </li> <li> stop the task and continue with it later. </li> </ul> <p> Log fi
    les are written to /tmp/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS/. </p> </body></html>
    TRACE      2008-05-02 23:20:44.132 [iaxxgenimp.cpp:1255]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    INFO       2008-05-02 23:54:49.854 [sixxcstepexecute.cpp:1004]
    An error occured and the user decide to stop.\n Current step "|NW_Doublestack_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_Syst
    em|ind|ind|ind|ind|2|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Start|ind|ind|ind|ind|1|0|start".
    [dev_w0]
    Fri May  2 19:35:56 2008
    Bind service sapgw00 (socket) to port 3300
    GwPrintMyHostAddr: my host addresses are :
      1 : [165.140.111.55] nvdbw40 (HOSTNAME)
      2 : [127.0.0.1] loopback (LOCALHOST)
      3 : [165.140.114.55] bnvdbw40 (NILIST)
    Full qualified hostname = nvdbw40
    DpSysAdmExtCreate: ABAP is active
    DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    Fri May  2 19:41:30 2008
    M  *** ERROR => ThCheckReqInfo: message send/receive failed [thxxhead.c   17386]
    M
    - Need a help
    Thank you

  • How do i remove an Object (aliens/ bullets) from my Space Invaders game??

    Creating Space Invaders game and im getting confused on removing objects from my game. How do you actually remove an object (i.e bullets and aliens).
    I know this isnt the right way to do it, but for the bullets i had an array of the Objects bullets[] and set the x and y coordinates off screen so u cant see then wen they are painted you cant see them, then wen the player fires them, the x and y coordinates change so they come from the players ship till it hits an alien or goes off screen, then i reset the coordinates so they are pasted off screen again. Im relatively new to this so i would appreciate any help. Im going to have to do the same with aliens wen a collision is detected. Is there a way of actually removing an object?
    Here is sum code incase you need to see it:
    public void checkCollision()
              Rectangle playerRec = new Rectangle(player1.getBoundingBox());
              for(int i=0; i<alienRow; i++)
                   for(int j=0; j<alienCol; j++){
                        if(playerRec.intersects(aliens[i][j].getBoundingBox()))
                             collisionDetected();
                        for(int k=0; k<bulletNum; k++){
                             Rectangle bulletRec = new Rectangle(bullets[k].getBoundingBox());
                             if(bulletRec.intersects(aliens[i][j].getBoundingBox()))
                                  removeBullet(bullets[k]);
                                  collisionDetected();
         public static void collisionDetected()
              System.out.println("COLLISION");
    private void removeBullet(Bullets bullet){
              bullet.fired=false;
              bullet.setX(-10);
              bullet.setY(-10);
         }Edited by: deathwings on Nov 25, 2009 8:20 AM

    deathwings wrote:
    I was thinking bout that arraylist angle before, but it makes sense now so i think that will work ok. Thx kevin.Not a problem.
    Taking the List idea one step further, you could have a parent Object/Interface that all of your game objects extend/implement. Let's call it GameObject.
    A GameObject would have a draw(Graphics g) function that you call from your paintComponent( ) method, and for example an act( ) function as well.
    You'd have a single List of GameObjects that you add everything in your game into. Now painting is simply a matter of looping over a single List. And in your game logic loop, you could do a similar thing with the act( ) function: your bullet's act( ) would simply move it forward and check for collisions and going off screen. An alien's act( ) function would move it around and maybe shoot a weapon every so often.
    Just an idea.

  • Find a BUG on the SOA Suite ( Internationalizing Problem)

    I am a java developer in Thailand.
    I have 4 Java Certifications - SCJP, SCWCD, SCBCD, SCJWSD.
    I meet something wrong ("bug") when I play with Oracle SOA Suite.
    About my technical software :
    -I use the Oracle Database XE (Universal).
    (I cannot use the HTML DB to run your script from soademo_101310_preview - it's give me the error messages so I change to run the SQL from command. Although running the SQL script from the command line is O.K., the command window is not support the Thai language. It appear in Alien language that I cannot read.I try to change the command window option but It has only 2 font choices. Thus I cannot still do with Thai language in the command window.)
    In control panel, the regional and Language Option, I set the standard and format to Thai (including Language for the non-Unicode program in Advanced Tab).
    I am successful both insallation and deploy the SOA book application.
    I follow the instruction in Oracle SOA Suite Quick Start Guide, 10g Release 3 (10.1.3.1.0).
    At the page 39, I find a BUG.
    My created date on the BPM Worklist is wrong !!!
    My computer time is 10 &#3585;&#3633;&#3609;&#3618;&#3634;&#3618;&#3609; ( September in Thai language) 2549 (Buddhist Time).
    But the date I see in the BPM Worklist is 10 &#3585;&#3633;&#3609;&#3618;&#3634;&#3618;&#3609; ( September in Thai language) 3635 (Buddhist Time).
    You can see the image at http://img178.imageshack.us/img178/5487/datehp3.jpg.
    I have 3 questions :
    1. How can I add the Thai font in SQL command line window (SQL*Plus) in Oracle XE ?
    2. Why does the HTML DB not support to run the uncomplete sql script ?
    3. Have any suggestion to correct the time problem. ( Internationalizing Problem) ?
    Thank you very much.

    This is not a bug.
    The timezone is based on the user profile.
    You are using jcooper, whose timezone setting by default is set to be
    <timeZone>America/Los_Angeles</timeZone>
    Please double check the
    ORACLE_HOME\OraBPEL_1\bpel\system\services\config\users-properties.xml
    jcooper should have settings like this by default:
    <name>jcooper</name>
    <description>Demo User</description>
    <email></email>
    <title>Loan Agent 1</title>
    <firstName>James</firstName>
    <lastName>Cooper</lastName>
    <manager>jstein</manager>
    <timeZone>America/Los_Angeles</timeZone>
    <languagePreference>en-US</languagePreference>
    <notificationPreferences>Mail</notificationPreferences>
    Message was edited by:
    user530868
    Message was edited by:
    user530868

  • Lenovo K900 review with problems...! Please help...!

    Hi guys.. I am Chethan
    History:-
    I used to have a Samsung galaxy note1(gt n7000) for about 18 Months
    A good phone but a sluggish one.. Especially with the android 4.1.2..
    So it was time for an upgrade...
    I dint find a elegant phone than the LENOVO K900 in the 5+" segment.. note3 feels a little dull in front OF K900(MY OPINION)
    At last got the k900
    THE USER INTERFACE(Lenovo launcher)
    minor comparison to the touchWIZ(NOTE1)
    CONS
    it was hard.. But fast
    lot of options missed out..(clammed to be heavily customized my lenovo.. but why..?)
    very few widgets.. Difficult to add them too.. :-(
    no widget for FM Radio
    NO task manager
    no clipboard and swipe option in the keyboard..
    cudn't change system font.
    Limitation on number of widgets per page
    only 1 theam and dint let me add any...
    About 9.5GB out of 16GB for the user is less but manageable.. (come on its not a PC)
    Battery is a little weird.. It not consistent.. may be an issue with the program
    PROS
    Display is awesome
    Lock screen is better(I liked it)
    2GB of ram a delight for multitasking.. i don't know about high end games as i m not interested
    Page transition Effects(lot of them) can be changed which looks gr8..
    Camera is grate (but 13MP cam heats up and doesn't auto focus after 50 continuous shots)
    the front facing is also decent for a video chat
    Music through earphones and the phone speaker is good
    web pages lodes faster even with multiple tabs open..
    an app called lenovo power.. a very good one theoretically..! but doesn't really atand up to what it shows..
    Issues i could fix (i am a mechanical engineer not a software guy.. but managed a little by digging around)
    1.  TEXTING(very important stuff)
    -swipe option from touchpal X(an app)
    2. User interface(Partly fixed for my requirement)
    -Nova launcher(its highly customizable)
    it let me change and customize my user interface..
    ISSUES I HAVE FOR WHICH I NEED HELP
    1. the region around the camera(13mp shouter) heats with a continuous use for about 5min.. and keeps on increasing further.... it affects the camera.. I.e.., the camera's auto focus looses focus(by this time the surrounding region is very hot to hold)..
    2. the battery is not consistent..
    3.there is no power saving mode to reduce the power consumption when idel.. 
    Is there a way to underclock the processor to reduce power consumtion without rooting..?

    Am into the 4th month of using K900.
    Further to the battery problems that everyone is talking of there is a process that needs to be followed with this phone.
    Plus contrary to popular beleif, there IS a difference between lithium-ion & lithium-polymer batteries. Marry it to a power intensive Intel processor along with 2GB of RAM & you have yourself a battery guzzler.
    Steps to improve battery life
    1. Firstlly, the 5.2v charger provided with your K900 better be your best friend. I messed my battery up for a week by using my wife's Samsung Galaxy S4 charger (5.1v charger - close enough, right? WRONG!!!). Battery began portraying commonly mentioned issues of complete battery drain within 7 - 10 hours, phone switching off @ 15% battery indication & after a few more (incorrect) charging @ 22%, etc.
    2. Treat this phone like a laptop. Laptop batteries need priming. The better you prime, the more you would be increasing the battery life (Both for per charge & number of successful charges). So what is priming? Simply follow diligently the instructions that the "Lenovo Power" app mentions under the "Charging" tab. Please ensure 100% charging at every charging cycle as much as you can (However, 100% charging on every alternate charging cycle is a MUST). FYI, Quick Charge feature is useless. It'll only cause dissonance. Also, let the battery discharge to 15% or so & then charge it back to 100%. Furthermore, it would be beneficial for the battery if you would leave the phone connected to the charger upto 0.5 - 1.0 hour after reaching the 100% mark.
    3. Some apps will EAT THROUGH your battery & heat the hell out of your phone if used continuously for long durations such as Candy Crush, CSR Racing, Fruit Ninja, etc. So don't blame the phone or battery, it's just the way the app is built.
    4. This is a 1080p 5.5-inch super LCD screen. It will consume battery & significant amounts of it too. Also, your Accelerometer, GPS, etc. sensors also consume a lot of battery. So the next time you have your "Auto Rotate" feature on, it will consume your battery 15% - 20% faster than when it is disabled.
    However, there are some glaring troubles that Lenovo seems to be facing with product development. Straight-up, the 16GB non-expandable internal storage is a gross mistake. Fine, so you came up with a 32GB version too in late November. Where is this replacement option for existing users of the 16GB version? I don't want to use the cluncky OTG feature!!
    The battery capacity is definitely lower than what it should have been. Lithium-Polymers cannot hold charge for extended periods of time, however are great for operating in widely varying temperatures and for the flexible form-factors. My 1 day old Lenovo P780 (for Work) has a 4,000 mAh Lithium-Polymer battery with a smaller & lower resolution screen, obviously it will last 3 days with heavy usage. Did you guys mean to place THIS battery in the K900 originally & realized that the product design would not be ready for the mass marketing in time, at your newly acquired Lithium-Polymer battery supplier? Lenovo.....I seriously would not have minded a slightly thicker K900 with more battery say 3,500 mAh or even 4,000 mAh.
    Plus, the latter versions of my second phone (i.e. the 8GB version of P780) have a lot of things ironed out in the Android 4.2.1 version that it is running. Would you beleive it, the phone actually offers me a bunch of themes to choose from, Auto Rotate feature for a few native apps too, interface problems have been dissipated, plus there is BATTERY CALIBRATION option in it (How cool !!).
    Lenovo really really needs to give us everything that they have developed for their latest phones in their flagship K900. Dell makes Intel phones, so does Asus & now Acer has also ventured into it. Everyone faces issues because of the seamless integration of software & the alien Intel hardware required, but not available (& therefore needs to be developed, tested, tested & tested by these computer giants). You guys have the infrastructure & ppl to do it!! So do it!! Blue Ocean Strategy ppl......c'mon !!!
    Also, Lenovo needs to do some buyer research. Most of the loyal users of K900 (Worldwide) are previous Intel processor users (Phonewise). We Intel-users have a habit of keeping these phones for a good 2 - 3 years. With this kind of a battery & the tedious process of taking care of it, my dreams of long & solid use have gone POOF!! But you still have to make good the money you have spent on this phone, right? So therefore Im trying to look at the positives..............MOSTLY!!
    I personally don't care about upgraded OS version numbers. I don't mind everyone running the 4.4 Kit Kat, while I'm still running the MOST STABLE & the FASTEST available version of 4.2.1 in the entire market.
    Last words........Lenovo......A sincere request.......Please give me something I can be proud of.......Usage-wise & not just Looks-wise.
    Thanks & Regards,
    A Concerned Loyalist

  • Screen Sharing works for alien hosts but not for LAN hosts

    Hello!
    I am having a really strange problem in a customer network. The network is a local private network with one MacOS Server 10.6.8 and around 12 iMacs running MacOS 10.6.8. The server is running headless in cellar so the user maintain the backup via screen sharing from an iMac to the server.
    Since a few weeks they can not login to the server via screen sharing from any local host BUT I can login from my MBP (alien) via ARD or Screen Sharing without any problem. Even hosts connected to the network via VPN can connect to the server via screen sharing.
    In short:
    Every local host gets a message that login is not possible and my MBP and VPN-hosts get connected without any problems with the same credentials.
    At the local clients I get this message in system.log:
    Oct 28 09:33:41 verwaltung1 LKDCHelper[228]: Starting (uid=501)
    Oct 28 09:33:48 verwaltung1 com.apple.launchd.peruser.501[166] (com.apple.Kerberos.renew.plist): Throttling respawn: Will start in 530 seconds
    Oct 28 09:34:17 verwaltung1 /System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Ma cOS/AppleVNCServer[195]: CGSKeyTranslateInitialize: KLGetCurrentKeyboardLayout or KLGetKeyboardLayoutProperty is not available, fall back to USA keymap
    and at the server I get:
    Oct 28 09:33:48 solserv AppleVNCServer[11503]: no such user: adminloc@LKDC:SHA1.DE03ABCC86F74D11AD139E44388D6B94155B4D9E: 2
    When I connect from VPN or my MBP I get no messages in system.log.
    I tried to kickstart ARD at the server but it does not change anything, I bound the clients to OpenDir of the server with no effect also.
    I do not have any idea what is happening here. Every help is welcome,
    Christop

    Hello MrHoffmann!
    changeip says "The names match. There is nothing to change."
    To give more infos, the server and all the clients are connected to the same network switch, all belong to 192.168.183/24 and when I use my MBP, it is connected via WLAN and gets an IP-address from this server with an IP from this range. my MBP is in the same broadcast domain.
    VPN clients connect via PPTP to the gateway (192.168.183.1) and get IP addresses assigned from 192.168.183.48-52.
    There is no routing between the clients and the server.
    There is no other problem - every client reaches the server for file serivces (AFP/SMB), smtp, imap, DHCP and DNS.
    BTW. screen sharing from the clients worked without a problem when I first setup the network about 1 year ago, but since a few weeks no client that belongs to this network can use screen sharing except for my MBP when I am at customer site.
    History:
    The new SLS is a replacement for an old Windows 2000 Server. Both servers ran in parallel for some time but within different IP-networks (all Macs at 192.168.183/24 - all Windows at 192.168.2/24) the gateway routed between both networks. But now it is time to switch off every windows computer because every service now runs at the SLS. AFAIK the windows 2000 Server is the last Windows machine in the network. We switched off DHCP at the windows server and switched on DHCP at the SLS a few weeks ago. Hm .... maybe there is something wrong? But the clients have fixed ip-addresses.
    Still wondering what is going on here, bye,
    Christoph

  • Thoroughly frustrating problem with Preview

    Hi,
    I'm new to the forum and tried to hold out as long as possible, but the problem I'm having has so thoroughly frustrated me I had to post this. Let me try to be as clear as possible.
    I have a Mac (OS 10.8.2, upgraded from a late-2009 Macbook running Snow Leopard - 2.26 GHz Intel Core 2 Duo, 4 gb RAM, 1067 MHz DDR3). I have Adobe Acrobat Pro XI installed. I also have Microsoft Office 2011. Both Acrobat, M. Office, and all my software is fully updated and current. I have no font conflicts, as I have just clean re-installed my OS because this problem is so frustrating.
    The issue is with pdfs I make of books I own. Sometimes I will use my iphone 4 (latest iOS 6.1.2) with apps like "CamScanner+" or "GeniusScan+" to copy chapters and make pdfs. (CamScanner+ has built in OCR capability.) I then upload them to my WebDAV bibliography storage cloud on Box.net to access from my Mac laptop. Sometimes I use the University's big overhead scanner to make monochrome pdfs, and run OCR thru Acrobat Pro XI. Sometimes I will use the Canon scanners in the computer labs, and do OCR in Acrobat Pro XI then. In each case, I use Zotero to handle attaching pdfs to bib entries and sync it all up to my WebDAV account. (Zotero has a plugin I use called "Zotfile," which also allows one to extract notes, highlighting, annotations, etc., and store them on Zotero while also keeping them on the pdf.) In either case, though, I always run the pdf thru Acrobat Pro XI to optimize, at the least.
    When I access the pdfs for notetaking, research, etc., I tend to use Mac's Preview built-in app. I find it easier to streamline, scroll, view and add notes, less clutery, etc. I see that this new Mountain Lion Preview is much different than Snow Leopard's, which is very regrettable. In this version, Preview saves as you go, it seems.
    The problem is that everytime I save the pdf I've been working on from File>Save (and even when Preview saves as I go), it does a number of nasty, unwanted things. First, it somehow doubles the filesize (e.g., from 30mb to 67mb). Second, and MOST HATED, it takes the OCR'ed texts/fonts and converts them all to alien faces, square boxes, or just blanks. (God it's making me angry just thinking about it now - I've spent two full weeks now trying to fix this!!!!) This happens regardless of whether I ClearScan the OCR, Searchable text the OCR, or Searchable text (exact) the OCR. It happens regardless of whether the OCR'ed fonts are embedded, embedded subsets, etc. Every option on Acrobat Pro XI, I feel I have tried and exhausted and Preview still f$&#s it up. As far as I can tell, this happens regardless of what kind of font is used in the OCR'ed pdf (e.g., TrueType, CID, etc.). In every single instance, Preview will 1) double the file size and 2) screw up the fonts upon saving. If I take this newly ruined pdf back into Acrobat Pro, highlight text, copy and try to paste into Word, Chrome, or any other app it produces the same result. However, if I right click and "copy with formatting" from Acrobat Pro, it copies the actual words/font. The newly ruined Preview pdf doesn't return any word searches either. And annotations like highlighting, once extracted or even viewed in the notes&highlighting box, show blanks. I have downloaded and tried a Mac app called Skim, and it is the exact same effect, unless I File>Export...
    I know this is not a problem with my Mac's fonts since I just did a clean re-install. Font Book tells me everything is alright too. This occurs regardless of what save settings I choose in Preview (e.g., the default settings, the quartz settings, reduce file size, etc.).
    The strange part, though, is that when I take this newly ruined Preview'ed pdf, highlight text, go to font inspector, it says the highlighted font is exactly what it was when Acrobat saved it (e.g., Arial). And if I take this same document back to Acrobat and view properties, it says the fonts are the same as they were when Acrobat Pro originally processed it.
    SO... I hope someone can help me with a fix for this. I truly do not want to use Acrobat Pro XI as my research pdf tool. It doesn't scroll smoothly, the layout is clunky, etc. It just isn't conducive to research/reading/notetaking. Preview, I think, is, and so I want to be able to have a fix for this so that Preview will quit ruining my life.
    I can provide sample pdfs if that might help. I can provide the original Acrobat Pro XI processed pdfs, as well as the newly ruined Preview pdfs. BTW, I posted this in Adobe's forums as well.

    I assume the answer by macjack would not apply in the case of Snow Leopard - Preview version 5.0.3 - but I have the same issue with OCR (not the constant autosave issue though) on my '10 MBP running osx 10.6.8 where suddenly maybe about a year ago 2 hugely annoying things changed in Preview.
    As first poster stated (and he/she obviously knows a LOT more about this stuff than me) Preview stopped providing accurate search results with most pdf documents (some downloaded, some created from web, etc., no idea of common thread there).
    I can NO LONGER COPY AND PASTE any text in any pdf opened in Preview to another application!! I used to have no problem copying pdf text from Preview to, say, text edit. Now it comes up weird boxes and dashes and no, font choice and/or conflict is not the issue.
    I realize this thread is within the Mountain Lion community, and forgive me if I should start a new thread in some other area of this forum saying exactly what I have here, but I have searched and searched on this topic for months and this is the first thread I found which refers to these exact issues I'm enduring.
    Any further advice or comments on the subject - or even constructive instructions if I should post elsewhere - would be greatly appreciated!

  • Clock problem and shutdown problem! Are they related?

    Having a problem with my Dual 2 GHz Power Mac G5
    A few days ago I noticed that my clock was not showing in the menu bar in the upper right corner of my desktop.
    I went into System Preferences and went to Date & Time. Under the clock tab “Show Date and Time in Menu Bar” the box was not checked off. I checked it off and went to the “Date and Time” tab. The date and time was correct. I then checked the box “Click the lock to prevent further changes” to lock it. The date and time did not show up in the menu bar. I then went back to the tab “Show Date and Time in Menu Bar” and the box I checked was not checked off even thought the lock was still locked.
    I then moved my cursor up to the menu bar in the upper right corner to see what would happen and the spinning beach ball started up but only for the original icons such as Bluetooth, Mobile Me (which I do not use), Time Machine, Spaces (doesn’t indicated the number when I switch Spaces, etc. The icons Norton Anti Virus and Tech Tool Pro in the menu bar are okay.
    Also, when I attempt to shut down my computer the system clears the icons from my desktop except for a picture I have on my desktop and I get a gray wheel spinning and the system just hangs until I press and hold the on/off switch. I don’t know if the clock and shutdown problems are related.
    The only new software I loaded recently was Skype with Logitech WebCam for the Mac and Quicken 2007 (Had a problem with Quicken 2006). They both are working okay.
    And ideas on why I cannot get my clock to show up and my computer to shutdown?

    You may have to consider a new post in the Hardware forum area for the computer
    model and build/year; if there is a possibility of some basis the matter could be in
    the machine and not the software running within it.
    Your last two/three posts are in the Leopard 10.5(.8) forum area and do indicate
    some kind of problem where troubleshooting the computer to discover if the matter
    at hand would be either hardware or software based, may be the way to go.
    The link to the 10.6 Snow Leopard forum won't be of help if your computer is a
    PPC-based G5 tower, or other older pre-Intel configuration. And I remember
    your earlier questions about the iMac G4 and some other issues in the past.
    You may ask the moderators to put your post in a new thread of its own, in the
    Leopard 10.5 area; so as to not 'piggy-back' another topic; even though some
    of the odd issues you've had seem similar to this OP's topic line and appear to
    be in the same general series of hardware. {The question here seems valid.}
    The routine suggestions to check, test, verify, and perhaps repair or replace
    the system; save a bootable clone to suitable external standalone device if
    testing a suspect computer's viability is recommended; and the basics if not
    already tried to help isolate the issue(s) as you've posted elsewhere, may be
    of some help to try and do; so in that matter, a new thread of your own is best
    for your own directed feedback. Since this kind of advice applies to most any
    situation, including troubleshooting what may be hardware or software, I'm
    adding my two and three-tenths cents worth here.
    Your original included Apple Hardware Test may be of some help, in the process
    of elimination; but is not conclusive, so other methods would be also suggested.
    Some ideas appear to cover the same ground. However, system corruption or
    disc failure can also manifest itself in odd ways & affect things indirectly for a time.
    • OS X Maintenance And Troubleshooting
    http://www.macattorney.com/ts.html
    • Mac OS X BASIC TROUBLESHOOTING & MAINTENANCE
    http://www.gballard.net/macrant/osx_troubleshooting.html
    • Troubleshooting Tips for computers:
    http://www.stcdio.org/offices/cem/mediaandtechnology/cem-computer-classes/troubl eshooting.html
    So, at the risk of inadvertently alienating the OP, I am posting this as
    a general help to following readers at some later time; and it may not
    be too simple for a refresh course.
    Some software issues can be resolved by repairing disk permissions,
    and re-applying the last OS X update Combo file over the same one
    already in the system; or if not up-to-date already, check & repair all
    the general items and then apply the last Combo update.
    A too-full hard disk drive can compromise the system integrity, so that
    is a matter of course to keep up on what resources exist and remain
    for the OS X to function correctly and for apps to multi-task together.
    However that works out...
    Good luck & happy computing!

  • Problem with iWeb publishing to IE

    Hello, I am experiencing a problem with iWeb '08 publishing content to Internet Explorer. The images and web pages look fine in Safari and in Firefox, but a lot of the web page images are mirrored in IE, covering up large parts of the text. Please don't tell me I have to spend $79.00 on upgrading to iLife '09. I just upgraded my iWorks to '09, but would upgrading to '09 in this instance even be the answer? Please advise. I fear that I will alienating any of my IE web surfers. Any help and advice would be greatly appreciated. Thank you.

    Hello and welcome to the board.
    IE is a terrible browser to render pages made with IWeb (I'm not sure upgrading to ILife 09 will fix your problem).
    I decided to somewhat "alienate" my IE visitor by putting a message on my home page that recommend them to use a compatible browser. Check my page (using IE here: http://www.wesdotphotography.com/Home.html) and look at the message. Also if you use any other browser you will not see my message and will experience a better browsing. It is not the fault of IWeb but more like Microsoft not writing a proper browser. a lot of people will confirm my say.
    Search this forum and you will see a lot of complaints about IE.
    Good luck
    Thierry
    PS: post you website so we can take a look.
    +Disclaimer: I may receive compensation via Google ads if you visit my website.+

Maybe you are looking for

  • Put my library on an external drive

    Hello, I have laptop and desktop computers just like everyone. Can I use an external hard drive for both (laptop and desktop) libraries? That way I don't have any sync problems between these two machines. Thank you,

  • Keyboard commands not working with Headstart

    Hello, I'm using Headstart 2.1.2 with Template package 5.0.3.1. Forms 6.0.5.29 and Designer 6.0.3. When making a form in Forms without Designer and Headstart the forms responds normally to Alt + spacebar + n to minimze the MDI window. A Headstart gen

  • Too short battery time

    Hi! First of all, sorry for my bad english! So, I have a Dell Inspiron laptop (Intel [non sandy] i5, Ati graphics). I used Ubuntu on it with Fluxbox. With it, the battery was discharged after 3 hours. Last week I installed Arch on it with Fluxbox, an

  • How to insert picture in photoshop cc 2014

    How do you insert a picture to Photoshop cc 2014, I'm actually new to this

  • Cannot unpause lion app download, its stuck?

    I started to download the lion app and then had it start up and then stop. now i have the icon stuck in my dock on pause. when i go to the app store to check on it , there is only a download button and no pause or resume?