Z-index problems in IE6

i managed to get IE6 to use z-indexes and layer properly..
everything that is except form elements specifically combo boxes
appear above my dropdown menus...??

This is not a z-index problem. It's due to the way that combo
elements are
drawn to the screen. There are only two solutions that I know
of -
1. Redesign the form so that there is no conflict, or
2. Hack the menu code so that the combo element is hidden
when the menu is
opened.
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
==================
"Terrence Martineau" <[email protected]>
wrote in message
news:em7187$h79$[email protected]..
>i managed to get IE6 to use z-indexes and layer
properly.. everything that
>is except form elements specifically combo boxes appear
above my dropdown
>menus...??

Similar Messages

  • Flash z-index problem

    hi!
    I have problem with z-index of my flash animation.
    On Mac everything works great (on Safari and Firefox), but on Windows I have the same problem on all browsers.
    Basically, the dropdown menu is displaying below my flash animation instead of above.
    I'm surprised on mac everything is working perfectly and it doesn't depend on the browser...
    is maybe due to the published javascript code generated by Flash ?
    thanks

    >I created some pull down menus using CSS. Directly below
    the menu bar I
    >had a
    > Flash file that runs on load. The pull down menus look
    corrupted in
    > the
    > browser (safari and FireFox) when they appear over the
    running flash
    > movie. Is
    > this a z index problem? Any work arounds?
    Safari and Firefox Mac have very broken and slightly broken
    Flash
    Players. There is no viable workaround unless you want to
    eliminate all
    "hover" effects. Adobe claims it's an Apple or a browser bug.
    Apple
    claims it's a failure on the part of Adobe to "cocoa-ize"
    something or
    other.
    Al Sparber - PVII
    http://www.projectseven.com
    Popup Menus | Image Galleries | CSS Tutorials & Templates
    Newsgroup: news://forums.projectseven.com/pviiwebdev/
    CSS Newsgroup: news://forums.projectseven.com/css/
    DW Newsgroup: news://forums.projectseven.com/dreamweaver/

  • Problems with ie6

    Hi,
    i develop page with visual web pack, it contain many buttons with actions etc.
    it work fine with ie7 and firefox but have problems with ie6, sometimes i click the button i see the progrss bar of the browser but it does not occur anything, sometimes i click three or four times and in the next it works, sometimes i click another button and it return the result of two action, sometimes nothing change
    this occur with all buttons or submitted value of checkbox for example
    i have ie version : 6.0.2900.2180.xsp_sp2_qfe.070227-2300
    Walid

    In addition to what Elizabeth said, you have a ton of HTML errors of bad tags and other issues which could cause serious issues in the way your site is viewed and functions:
    http://validator.w3.org/
    Your CSS is fairly valid.  Only one problem.  Anything element that is floated MUST have a width declared to be valid:
    http://jigsaw.w3.org/css-validator/

  • SUNONE Indexing problem

    have an indexing problem :
    2 start points
    1) myportal/portal/dt/ - main page robot can index it Oll Right
    2) myportal/portal/dt/?provider=2DefTab&&2DefTabContaner.setSelected=Def98MainTableContainer&last=false&Def98TabContainer.setSelected=Def98STableContainer&tab=1&subdiv=01&node01=on&node5089=on&std_html=off&scroll_x=0&scroll_y=0 - dinamic page - robot can index only the first part of the page then
    the interesting thing is however that teh first parts of the pages are identical and robot can index this part on main page and can not do it on the secons one
    maybe some one faced this problem before? please help

    Does "_type" really have a leading underscore? That must be a PITA to work with. Sorry my bad it does not have an underscore.
    the queries always states the type of the PARTY.
    I am worried that this PARTY table is kind of abstract and we are putting two types of information into the same table.Does this effect my index design?

  • Table attribute assignments / indexing problem

    Appears that in the out of the box Ultra Search setup Oracle overrides the basic assignments of attributes. For example if I assign Author search attribute to table field auth , it gets overriden and indexed from what was in the meta data field of the incoming document. If pdf or other doc type it uses that author meta data field of doc instead of what attribute assignment I made. Is this just for this version and the next version will have the option? It appears that no matter what, the override happens. Any help or suggestions in this attribute assignment and indexing problem?

    This is a bug in 1.0.3 and has been fixed in 9.0.2 and 9.2.

  • How I solved my Spotlight+ Mail indexing problem

    OK, so I thought I would post my solution to a stubborn indexing problem, for people who may have the same issue (and it does seem many people do).
    Problem: Spotlight index was unreliable. In particular, Spotlight was terrible at indexing mail. It could not find the messages by content that it would find by searching the "from" field, nor could it find those reliably. Unusable.
    What DID NOT work:
    -- adding and removing any folder whatsoever in the Privacy preferences of Spotlight. The index would rebuild, but with the same problems.
    -- doing this via terminal (e.g, using sudo mdutil -E /Volumes/MyHardDisk)
    -- using Onyx
    -- using Spotless
    -- simply reinstalling the system
    -- manually modifying the plist files inside the .spotlight folder to add and remove the folders that would not get indexed.
    What DID work:
    -- first, I reinstalled the system. That's not such a big deal. Upgrade up to 10.4.6
    -- then, I authorized the root user (that's probably not necessary) (this, you do by using Netinfo manager)
    -- Then, I deactivated the index (via terminal:
    sudo mdutil -i off /Volumes/MyHardDisk
    -- now the tricky part. This concerns Mail, in particular.
    I have a very complex mail folder (tens of thousands of messages). I noticed that inside each mail folder, I had two things that were not supposed to be there
    1. a copy of each folder.mbox which was empty, but with the same name without the extension .mbox. This is probably something that was created while importing mail from Panther to Tiger, for what I can tell.
    2. Most importantly, a file named ".index.ready". This also, apparently, was an old legacy coming from Panther. I suspect this was the main problem for the lack of indexing in Mail.
    Ok, so... I deleted these folders and files. If you have a complex structure of subfolders, you can delete the files with an Unix command by first cd to your mail folder, and then use
    find . -name \.index.r* -ok rm {} \;
    which will ask you confirmation before deleting each file.
    It was faster to remove the empty subfolders by hand, as they all had different names.
    -- Ok, at this point, I erased entirely the .Spotlight-V100 directory which stays at the root of your computer. You can do it with a rmdir command from the terminal or, as I did, you can login as root (remember, we activated root), use a utility that allows you to see hidden files (e.g., Tinkertool), and move it manually to the trash folder.
    Then I emptied the trash. For superstition, I restarted, and let the index be built again (that took about 5 hours in my computer, for an HD with about 60 gb occupied on it).
    Now everything seems to work perfectly fine. I don't know whether this procedure can be shortened, but I do know that nothing else worked for me. I thought I would post it here as I spent sooo much time to solve this problem, and furthermore, I found that none of the suggested solutions would work.
    OK, your responsibility to do it, if you want to do it. Hope nobody needs to!
    Best to you all,
    l.
      Mac OS X (10.4.6)  

    Thank you, thank you, thank you, Lucabo! Using ideas from your post, I also (at least for now) solved my Mail indexing problem. One day (not even after an upgrade) Mail just quit finding messages by content, even when I had open a message with that content!
    What I did:
    -- In System Preferences, told Spotlight to index only Mail (I just use grep from a Terminal window for everything else!)
    -- Ensured Mail app wasn't running
    -- Backed up my Library/Mail folder to an external disk
    -- Turned off indexing via Terminal (after sudo sh), with
    mdutil -i off /Volumes/MyHardDisk
    -- Deleted old files in my mailboxes (inside the whatever.mbox folders):
    .index.ready
    mbox
    tableofcontents
    content_index
    It was clear that mbox, tableofcontents, and content_index were left over from a previous version of mail - they hadn't been accessed since I upgraded.
    Note that I didn't delete the whatever.mbox folders (just the plain mbox file inside)!
    -- Deleted (in Terminal) the .Spotlight-V100 in the root directory
    -- Restarted my Mac. The indexing started itself. Since I had it set up to index only Mail, it took about 3-ish hours to finish (I have 100s of 1000s of emails in thousands of folders).
    After the indexing finished, all the test searches that I tried worked. From now on I will always be suspicious if search doesn't find anything!
    Also, I just checked - using the Spotlight field on the menu bar now works better too. When the Mail search problem showed up, I tried using the Spotlight field and the Spotlight window, but they would just flash up a few items, remove the list, over and over, sometimes with the beachball, then finally settle to an empty list. Now the Spotlight field seems to work.
    I infer that the Spotlight index gets corrupted, and that the Spotlight code doesn't notice that it's reading junk from the index...
    BTW, about the same time that search quit working, some emails in my Inboxes got highlighted with a dark brown background color. Have no idea why. They aren't marked as Junk (the junk messages have the text in the usual lighter brown). But, when I select a message with the dark brown highlight, mark it as junk, then mark it as not junk, the dark brown highlight goes away. On some occasions, just quitting Mail and restarting makes the dark brown highlights go away - but not always. Sigh... at least it's not a show stopper, even if it is ugly!
    Thanks again, Lucabo, for your post!
      Mac OS X (10.4.6)  

  • Flash problem in IE6 with SP2

    I am using the Windows XP operating system with IE6 and SP2
    installed. I have created a site by using Macromedia Dreamweaver
    and Flash. When I open the site I am seeing the outline around the
    flash files. This also happens incase of mouse over event.
    Where as, the same thing is working fine on other systems
    with Windows 2000 and IE6 with SP1.
    Please let me know, how I can get rid of this problem.
    Thanks -
    Praveen

    you really need to simply search the forum or google - been
    discussed tons of times - just scan with
    your eyes the subjects here - yesterday we saw a handful of
    threads.
    --> Adobe Certified Expert (ACE)
    --> www.mudbubble.com :: www.keyframer.com
    -->
    http://flashmx2004.com/forums/index.php?
    -->
    http://www.macromedia.com/devnet/flash/articles/animation_guide.html
    -->
    http://groups.google.com/advanced_group_search?q=group:*flash*&hl=en&lr=&ie=UTF-8&oe=UTF-8
    maaya wrote:
    >
    >
    > I am using the Windows XP operating system with IE6 and
    SP2 installed. I have
    > created a site by using Macromedia Dreamweaver and
    Flash. When I open the site
    > I am seeing the outline around the flash files. This
    also happens incase of
    > mouse over event.
    >
    > Please let me know, how I can get rid of this problem.
    >
    > Thanks -
    > Praveen
    >

  • Half-loaded page problem in IE6 (solved)

    Hello,
    I had a strange problem where the CSS page would only
    half-load only on some computers and only sometimes (all under
    IE6). When this problem occured, everything after the Flash content
    (integrated in a container layer using SWF object) would not load.
    The SWF is light (59 KB) but large in size (776 x 268 px). Another
    problem was that the CSS navbar could not display on top of the
    Flash (even though I used the opaque then transparency wmode and
    set the z-index, the DTD being XHTML transitional). I noticed that
    when the visibility of the Flash container layer was set to hidden,
    the page would load without any problem. So I decided to set the
    visibility to hidden at start and use setInterval() in Javascript
    in order to set the visibility to visible after a few seconds, and
    it worked ! We no longer have loading problems.
    <%
    // ASP browser detection
    var oUserAgent = Request.ServerVariables("HTTP_USER_AGENT");
    var sUserAgent = oUserAgent.Count() ? oUserAgent.Item(1) :
    var ie6 = (sUserAgent.indexOf("MSIE 6.0")!=-1);
    %>
    <script language="javascript">
    <!--
    // Javascript browser detection
    var IE6 = (navigator.userAgent.indexOf('MSIE 6.0') !=-1);
    //-->
    </script>
    <div id="flashmap" <% if (ie6){
    %>style="visibility:hidden;"<% } %>><!-- Insert your
    SWF Object here--></div>
    <script language="javascript">
    <!--
    function MM_showHideLayers() { //v6.0
    clearInterval(iIntervalID);
    var i,p,v,obj,args=MM_showHideLayers.arguments;
    for (i=0; i<(args.length-2); i+=3) if
    ((obj=MM_findObj(args
    ))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style;
    v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
    // In 3 seconds, display the flashmap layer
    if (IE6) {
    var iIntervalID =
    setInterval("MM_showHideLayers('flashmap','','show')", 3000);
    //-->
    </script>
    NB: this problem did not occur in IE7, Firefox (Mac/PC),
    Safari nor Opera
    Best regards,
    Karl Sigiscar.

    I will take a look at the classnames.
    any ideas why it is making your FF (local) hang? I have not
    had any issues
    with this on my IE6 or FF (local and non local)?
    thanks
    "Loco-Motive" <[email protected]> wrote in
    message
    news:flj1rb$il5$[email protected]..
    > Hi B,
    >
    > This was a tough one :)
    > But i like a challenge ;)
    > After some local testing i found out that is has to do
    with the Classnames
    > having "-" in them and thats an illegal character for
    classnames.
    > IE 7 deals with it i reccon but IE 6 doesn't.
    >
    > so replace the "-"'s in the classnames with "_" and it
    will work like u
    > want
    > it to.
    >
    > and btw your website makes my FF hang even locally :S
    > Greetz,
    > Superficial.
    >

  • Background image display problem in IE6

    I'm having another problem with my CSS. This one involves some background images not displaying properly in IE6. My navbar is an unordered list, and I'm using an image replacement technique to swap out the text for background images that serve as the buttons. The height of each button is 12 pixels, and the rollover is created by offsetting the image -12 pixels to reveal the bottom half of the image. So far so good. The images appear in all browsers, but IE6 displays more than 12 pixels of the image, revealing part of the rollover below it.
    Here's the page in question: http://www.colbydesign.com/redesign/index.html
    Here's a screen shot from BrowserLab of how the page looks in IE6: http://www.colbydesign.com/redesign/images/ie6_screenshot.jpg
    The <ul> height and image height are set to 12 pixels. I can't figure out why IE6 has a problem with the CSS. Maybe there's an IE6 hack I can use? Any help would be appreciated.
    Thanks,
    R-Co

    I didn't have a chance to work through the whole problem, but I believe that the font size of your "off-screen" menu text is pushing down the size of your ul and your li, as I see "overflow" outlines on that specific div.
    Try giving those items #header h1 a, specifically, a smaller defined font size.
    Alternatively, try applying an "overflow: hidden;" to the hover definition.
    Beth

  • Index problem during the creation of a new partition

    We have a range partitioned table, with a local spatial index on each partition. While trying to use the alter table command to add a new partition we get the following errors.
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13249: Error in R-tree: [mdrcritbl]
    ORA-13231: failed to create index table [MDRT_D789CC$] during R-tree
    creation
    ORA-29400: data cartridge error
    ORA-01031: insufficient privileges
    ORA-06512: at "MDSYS.SDO_INDEX_METHOD_9I", line 7
    ORA-06512: at line 1
    ORA-06512: at "LPDAACECS_PART.UPDATE_METADATA", line 1937
    ORA-06512: at "LPDAACECS_PART.UPDATE_METADATA", line 3625
    ORA-06512: at line 1

    I just wanted to expand on this for the sake of others who may need a bit more detail, having just resolved my similar problem.
    In Oracle Enterprise Manager, in the left-hand tree view, expand Security then Users inside the relevant Databases entry.
    Then select the name of the user/schema which needs to be able to perform the required task (in my case, create a spatial index from within a stored procedure).
    On the System tab in the right-hand pane, highlight
    Create Any Table
    Create Any Sequence
    Create Any Index
    (depending on the task that needs to be performed)
    Click the arrow to move these items into the "Granted" area. Click apply and your prayers have been answered. Mine were, anyway!
    Regards
    Stuart

  • Spotlight Indexing Problem

    I've been scouring the internet looking in forum after forum for the answer to this problem for several hours now. I've tried all the usual fixes (which I will detail below) and none of them seem to be working.
    I recently installed Leopard from Tiger on my MacBook. Since then I've been having a problem with Spotlight hanging while it's indexing. It gets about 80% of the way through before it starts hanging. I have no external hard drives connected (and therefore have not begun using Time Machine).
    I Repaired Disk Permissions and booted up from the install disc and Repaired Disk.
    I opened Terminal and entered +sudo mdutil -E /+ which restarted Spotlight indexing, but the problem arose again.
    I added my entire hard drive to the Privacy list within Spotlight options. Spotlight stopped indexing (as would be expected). When I removed my hard drive from the Privacy list, the problem arose again.
    Now, I have told Spotlight not to index any of the categories within Spotlight preferences. I will add each category in, one-by-one. This is currently taking place, and I will add posts as progress persists.
    Can anyone help? I would really appreciate any kind of assistance in this matter.

    I've been seeing the exact same problem and have posted queries with no solution. Currently my status is that I have switched off Spotlight indexing with an app called Spotless and am using EasyFind as my search tool. This is far from satisfactory though, as Spotlight is embedded inside many Apple apps as the search tool (Mail, for instance) and EasyFind doesn't replicate the function of searching inside apps. Since I rely on searching my mail more often than anything else on my drives, I'm not happy.
    Spotlight has failed on both my my MacBook Pro and also my dual quad MacPro, despite my having done complete clean installs on both these machines. I've tried a process of elimination to attempt to find the file/files that are the culprit for the indexing hangs but it is a tedious and indefinite process, principally because it's impossible to know exactly when Spotlight gets hung up (I basically just have to listen for my fans to spin up watch the Activity Monitor for mds taking over the CPU). The console logs are almost no help in trying to find out what's going on, as they seem only to register the problem after I have quit Console and relaunched it (ie, they are not seeing the process hang as it happens).
    One thing that may help you (although it didn't help me) is that Spotless allows you to delete old indexes created under earlier systems, that, as I understand it, may hang around through the install of 10.5 and interfere with new indexing.

  • Significant slowdown of Time Machine after upgrade to Lion; indexing problem

    After upgrading to Lion over the weekend I notice a significant slowdown of Time Machine processing.  I assumed the first backup or two would take some time but it's been a couple of days.  The process always hangs up at the "Indexing backup" stage.  It takes a couple of hours to finish.
    I found several threads relating to slowed down backups on Lion, most seem to hang at the "Preparing" stage (not the same symptom) but I did find some good diagnostic pointers.  I installed the widget to see what kind of messages were being produced and found a few dozen "Waiting for index to be ready (100)" messages at the end of the stream.  Further research - this is not a good thing :-)  It seems a couple of such messages can be ok, but this many usually indicates a problem.  I'm going to discount the possibility of a hardware failure because everything was perfectly fine up to the point I made the upgrade.  Plus the prepare and copy seem to proceed at the expected speed (I watched the most recent cycle just to be sure).
    Here is the full message log (it's still running at the moment):
    Starting standard backup
    Attempting to mount network destination URL: afp://Paul%[email protected]/Paul%20DiMarzio's%20Tim e%20Capsul
    Mounted network destination at mountpoint: /Volumes/Paul DiMarzio's Time Capsul using URL: afp://Paul%[email protected]/Paul%20DiMarzio's%20Tim e%20Capsul
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    Disk image /Volumes/Paul DiMarzio's Time Capsul/Paul DiMarzio’s MacBook Pro.sparsebundle mounted at: /Volumes/Time Machine Backups
    Backing up to: /Volumes/Time Machine Backups/Backups.backupdb
    12.15 GB required (including padding), 490.69 GB available
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    I further found the advice and instructions on how to run the disk utility on the sparsebundle.  I did a verify and repair, and the results came back that the drive appears to be ok (it did not say that it explicitly repaired anything).
    But the problem remains.
    I use a 1TB Time Capsule with plenty of free capacity (only half full).  The TC and my MacBook are both hardwired into the home network, networking speed has never been an issue.
    I'd sure hate to delete the backup file and start from scratch, there's over a year's worth of data there and I have, occassionally, wanted to go in there and pick up a downlevel or subsequently deleted file.
    Any advice on other diagnostics or repair options to take?  Thanks!
    Paul

    After posting I decided to keep trying to slog my way through the troubleshooting guide.  Some of the steps are beyond my understanding but I did follow the advice in #D2 to delete the .Spotlight-V100 file from the sparsebundle.  That action does seem to have done the trick, the backups are now completing in normal time.  I ran a couple just to be sure.  I've verified the backups with BackupLoupe and entered the Time Machine, all appears to be in order and as expected.  The only odd side effect is that the backup volume is no longer ejected after completion but that might just be an artifact of all my mounting/de-mounting and playing with Finder.  Anyway a very small price to pay for what looks to be a working system again.
    Hopefully the good behavior will last through a few days and a few reboots :-)
    ps - if you're reading this and don't know about the troublshooting guide it's here: http://web.me.com/pondini/Time_Machine/Troubleshooting.html (thanks pondini)

  • Spry dropdown z-index problems in IE

    Hello
    I'm having some trouble with the spry horizontal dropdown in
    IE, and it's interaction with SmoothGallery. In every browser (with
    the exception on IE 6&7 of course) the higher z-index values of
    the menu cause it to overlay the JS image gallery below it. In IE
    however it does not.
    http://www.digitalrift.co.uk/projects/woods/
    Works fine on every browser tested so I can't see how it'd be
    a fault with the z-index values used. Anyone have a suggestion as
    to a workaround for good ol' IE?
    Thanks

    All right, well I just figured out my problem, and hopefully this will help anybody else. 
    I was positioning my images using <position: absolute;>  While this is definitely the easiest way to specifically place something on a page, Internet Explorer, it seems, assigns that z-value as the highest on the page, which is why my dropdown menus wouldn't appear on top of the image, but behind it. 
    The solution I found was changing the position attribute to "static" rather than "absolute".  The "static" attribute can't use position qualities like "top", "bottom", "left", and "right", but has to use margins and float to be specifically place. 
    While this isn't as easy as absolute positioning, using the static value will allow the Spry dropdown menu to appear over top of the images instead of behind them.

  • Index problem in a spatial query

    I try to run following query in SQL Plus:
    SELECT A.objectid FROM TABBDG A, TABREG B
    WHERE A.objectid = 68 AND B.regionname = 'Hong2'
    AND SDO_RELATE(A.geoloc, B.geoloc, 'mask=INSIDE querytype = WINDOW') = 'TRUE';
    To find out weather or not objectid = 68 is inside of region (='Hong2"). I got following error messages:
    ERROR at line 1:
    ORA-13226: interface not supported without a spatial index
    ORA-06512: at "MDSYS.MD", line 1723
    ORA-06512: at "MDSYS.MDERR", line 8
    ORA-06512: at "MDSYS.SDO_3GL", line 57
    ORA-06512: at line 1
    But when I try to add an index to table TABREG, I got following error:
    ERROR at line 1:
    ORA-29879: cannot create multiple domain indexes on a column list using same indextype
    Seem to me that the index was already there. Can any one help me? Thanks.

    I found out the reason of problem. I used an old version of EasyLoader (4.5?). When I get the latest EasyLoader V6.5, there is no problem any more to run spatial query. You can get lates EasyLoader V6.5 from MapInfo or from me at: [email protected]
    Thanks for all help.

  • Partial indexing problem

    Hello all, I've recently developed a problem with Spotlight and it's ability to find files that I've tagged. I've been using Quicksilver to try and create on-the-fly smart folders for a specific tag, &project1, for instance. However, my first attempts were futile until I re-indexed Spotlight. After doing this, I was able to find some files with the &project1 tag, however, if I created new tags for files, Spotlight would not find them or even acknowledge that they existed unless I re-indexed again. This renders Spotlight almost useless for making smart folders quickly, as I have to constantly re-index my HD to find anything by tags. So my question is, does anyone have any idea what's going wrong? And more importantly, does anyone have any idea as to how to fix it? Please respond.
    Dan

    In Disk Utility, you need to run the Repair Disk function (not Repair Disk Permissions).
    In order to do so on your main hard disk, you need to start the computer from the Tiger install DVD.
    1. Insert DVD
    2. Shut down computer
    3. Turn on computer while holding 'C' key until you get to the grey spinner screen.
    4. Select the language
    5. Go to the Menubar- Utilities>DiskUtility
    6. Run the Repair Disk routine.
    -If it reports any errors, run it a second time to get the all OK
    -If it reports errors that it can't fix, you may need an alternative application.
    7. Then quit the installer, set your startup disk to the hard disk, and restart the computer.

Maybe you are looking for

  • Minimum resolution on an Imac 27"

    As I am having troubles on my eyes I would like to know if I can set the resolution on a normal Imac 27"  to 1280 x 720 as I am using on Imac 21 " .  Tks for the information

  • Continuing printing problems with LR 1.3.1 (magenta)

    Downloaded/installed the .1 version of 1.3 hoping that it would "fix" the magenta tinge associated with printing thru LR print. It did not. Still the same magenta tint. Although most of the discussion in previous threads had to do with MACs, I'm runn

  • Need to Clone A Database From Solaris to Linux Oracle 11g

    Hi Team, I am using Oracle Database Version 11.2.0.1. We have 6 production servers and all of them are in solaris box. We have a new requirement from application to use Linux boxes and for that we need to perform a database refresh from Solaris to Li

  • Color Fill Google Map in OBIEE

    Hi all, I have a requirement to display a MapView in a OBIEE analysis with the states areas colored. I've already configured Google Maps in MapViewer and I'm able to display a single map in a analysis. The problem is: how am I going to set the border

  • Outlook 2013: Cannot insert any attachments into calendar events & tasks

    Hi, I encountered a seemingly ridiculous problem:  I cannot insert any attachments into calendar events & tasks in Outlook 2013 on a Win 8.1 machine. Outlook simply ignores CTRL-V paste actions with files and also all drag&drop actions with files. Do