Jtree; searching node by inserting path name

Hello,
I have a jtree which allows me to explore my harddisk.
The thing I want is finding a directory by inserting a path name ( with a JTextfield).
I am already able to reveice the inserted path.
But how do I let the JTree go to that inserted path name?
For more information, just ask.
Grtz

well, if you have the node and are using DefaultTreeModel, you can call: getPathToRoot(TreeNode)
Not sure how to find the node from the value except to just loop thru the entire tree... or maintain a separate table of value/node objects.

Similar Messages

  • JTree Nodes with the same name

    What do I have to do to get the JTree to render nodes with the same name? These Nodes user objects are completely different object types and each has a unique hashcode.
    + Root Node
    +-- node1 (this is a folder)
    +-- node1 (this is a file)
    The problem is I have n folders in my tree but if a parent folder contains a folder and a file with the same name then no other subfolders are displayed.
    The nodes exist in memory because I enumerate the tree and display its contents in System.out.
    Thanks in advance!
    Matt

    Thank you to everyone that responded. I solved the issue. It was a timing issue...here's my original method:
    private void renderProductFolder(SubFolder sf){
    try{
    WTPart part = QueryHelper.service.findWTPart("number", sf.getNam());
    WTTreeNode node = buildWTTreeNode(part);
    super.getTreeModel().setRoot(node);
    renderTree(node, sf); // This is the problem call
    super.getSelectionModel().
    setSelectionPath(new TreePath(node.getPath()));
    super.expandPath(new TreePath(node.getPath()));
    }catch(Exception ex){
    ex.printStackTrace();
    Here is the fix:
    private void renderProductFolder(SubFolder sf){
    try{
    WTPart part = QueryHelper.service.findWTPart("number", sf.getNam());
    WTTreeNode node = buildWTTreeNode(part);
    renderTree(node, sf); // This was the problem call
    super.getTreeModel().setRoot(node);
    super.getSelectionModel().
    setSelectionPath(new TreePath(node.getPath()));
    super.expandPath(new TreePath(node.getPath()));
    }catch(Exception ex){
    ex.printStackTrace();
    I was originally building the root node, then setting it as the root, then adding additional nodes to the root in the call to renderTree(). So the fix was to build the complete tree structure and then call setRoot(). Otherwise the tree doesn't automatically paint the nodes when they're added via node.add(nodeChild).
    It was just a coincidence that I discovered this problem with nodes having the same name.
    Thanks for all your great input!
    Matt

  • JTree same nodes

    Hy,
    I have a problem with the treeselectionlistener.
    I want to show data from a database using a JTree but the problem is that some nodes have the same name. So the methode
    public void valueChanged(TreeSelectionEvent event){
                                  TreePath path = tree.getSelectionPath();
         String test = path.getLastPathComponent().toString();
    gives a lot of times the same value.
    Is there a possibility to identify the selected node like an array that shows the number of the selected node.
    Like [2,5,1] this would than mean node 2 of first row node 5 of second row and first node of 3th row?
    Thx Mette

    you could extend DefaultTreeNode and add a variable which will correspond to Key Field in your table like:
    public class MyCustomTreeNode extends DefaultTreeNode {
    private int nodeId;
    //code if needed
    or you could play with TreePath object... more on:
    http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/tree/TreePath.html

  • Jtree search

    Hi, I use a JTree to read in a HTMLDocument and later want to search an element node in the JTree. I use JTree.indexof but it doesn't work. I also use a loop to search the JTree recursive using "equal" operator but it's still not working. Could someone please help me on this? When I use Eclipse debugger to examine the node, I notice there is a node id value match both in the JTree node and the search node. How can I get the node id? Any help is greatly appreciated. Thanks in advance.

    When comparing objects, the "equals" operates different than if you were comparing strings.
    Q: Why are they objects?
    A: All lists and trees default to objects so we aren't restricted to just strings! (You may want to add a Boolean or your own type!)
    Q: What is this id?
    A: From what I've seen, an object compares hash values, which are usually unique to each instance of the object. In short, it's a pseudo-random number that represents the object, so an object with the same name won't have the same value. (Think of a tree with more than once instance of "color" or "user")
    Q: How do we work around it?
    A: So you can do a few things, the post above is a great code example, or you can cast your objects to strings before comparing, such as *(String)nodeObject*, or nodeObject.toString();.
    For the record, my favorite solution is to make my own Objects in a new class, then override the "equals()" class, but that may be outside the scope of your project. :)
    Cheers.
    -Tres

  • Search Node- PPOME

    Hi,
    I assigned a Search node to a new object type (A) in Find by area (left hand side of PPOME) of T. Code PPOME.
    If I click on Search I am able to view all the work centers created in the system but I am not able to see the user (assigned through relationship US to Work center in IT 1001) assigned to the Work Center at the right hand side screen of PPOME. Similarly I am not able to see Infotypes too on the menu on right side.
    Please help.
    Regards,
    Ghanapriya

    Hi,
    From goto menu select an appropriate option.
    If standard paths do not suit your requirement, then you need to enhance via Hierarchy framework in SPRO - Personnel management - org management.
    +Go to t-code OOFRAMEWORKCUST.
    First define a service with the relevant evaluation path. SERVICE1
    e.g. you want to see only S-S connections, then you should use S-S evaluation path (you may need to create a new evaluation path)
    Then select scenario definition (hier. framework).
    Select OME0.
    Double click request definition.
    Create a new entry service for 1st interface object is to be the service name you've created above. (SERVICE1)
    Select the entry you've created and double click Req in scenario for each obj type.
    Enter the object types in your evaluation path.+
    Regards,
    Dilek
    Edited by: Dilek Ersoz Adak on Jun 8, 2010 9:02 PM

  • OBIEE 11g: Searching Subject Area for measure names in Answers

    Hello,
    I have installed OBIEE 11g SampleApp 825 and just exploring the provided set of dashboards.
    From the samples, I am performing following steps:
    - I selected Edit Dashboard (for 2.1 Simple Demo Dashboard)
    - For Column 2, in the Master Detail 1 Compound View, I did Edit Analysis
    - which took me into the Answers design interface with 4 tabs (Criteria, Results, Prompts, Adv).
    In the Criteria tab, there is the Subject Area pane on the left where it shows the Subject Area this Answers report is built on and a bunch of Folders like Time, Products, Base Facts etc.
    Beside the Subject Area pane, is the Selected Columns pane where you drop fields from the folders.
    This particular analysis (Product Line Analysis) has three columns: Revenue Analysis, Products Hierarchy and T05 Per Name Year.
    Now, I want to find the folder to which the Revenue Analysis measure belongs. So, I started expanding each node/folder in the Subject Area pane and visually searching for "Revenue Analysis"....cannot find it!
    How to determine which Subject Area folder a field on the Analysis belongs to? In Oracle Discoverer, only the Folders from which fields are selected are "enabled" so it's easy to navigate straight to that folder. Or again, in Discoverer, you can actually search for a particular field name and it will return all folders that have that field name pattern. While the Search feature on the top row is useful in finding which Analysis/Report match a string, it does not help in identifying relevant Subject Area Folder fields that match a pattern.
    Is something similar available in Answers/OBIEE 11g?
    Thanks,
    Manish
    Edited by: mhathi on Oct 21, 2010 8:53 AM

    Again answering part of my own question...It was staring me right in the eye and I couldn't see it:-)...When you have a column in the Selected Columns pane, it's source is right there above the field name. If there is no source folder listed, then it might mean it's a formula. For example in my case, the Products Hierarchy column has the word Product above it...that's the folder it belongs to.
    Good. But, the follow-on question still remains, how to search for folders containing a particular string, to find say all folders that have columns like %Margin%?
    Edited by: mhathi on Oct 21, 2010 9:27 AM

  • How to use path names for library filter?

    Hi all,
    I have been looking for a way to use the library filter functionality to show only images in a particular folder (or subfolder thereof). From the help pages [http://help.adobe.com/en_US/Lightroom/3.0/Using/WSAB7B303E-081D-4617-BF47-B4B8D3D49CC3.htm l] I found that the image path is included when you filter using 'any searchable field'.
    However, I do not seem to be able to use a full path name, just the individual directory names. To give an example, I can locate files in c:\data\photos using 'contains all: c data photos', but this will also select images in 'c:\data\someotherproject\photos'. I have tried all combinations of slashes and backslashes, but have found no solution to this problem. Does anyone know what the internal representation for the path name is, and if it's possible to search for it?
    Just to pre-empt the obvious answer: I know that you can simply click on a folder to show its contents. However, using the filter bar would be a more permanent selection of a working directory, which remains when you click on a collection, for example.
    Thanks.
    Simon

    Sorry, I could have been clearer.
    What I'm trying to achieve is the following. My computer contains photos by myself, my wife and others, organised in three main folders. Having them in separate catalogs isn't convenient, because we often have photos of the same event (outings, holidays). However, most of the time I only want to work on my photos, and my wife wants to work on hers. A directory filter would be a good and fool-proof way of doing things. I am currently using a special keyword to do this, but I must remember to apply the correct keyword when importing.
    Adding a folder as a favorite only works to select that folder in its entirety. What I would like to do is to have a 'master' folder selected and then use Lightroom as I normally would (select folders, collections, etc) Filtering by path name would enable me to do just that - and it does, except that there are false positives due to not being able to enter a full path name.
    A smart collection has the same problem: the 'Folder' rule doesn't seem to support paths. And even if it did, it's not possible to select two collections with a logical 'and' operator, unless you make a new smart collection for each possibility.
    My current keyword workaround is functional, but slightly error-prone. And in any case, if 'any searchable field' includes the file path, it stands to reason that there should be a way to match that with the entire path. The documentation isn't clear about this, so I hope that anyone can shed some light on this.

  • Getting the local full path name of a file from an item File Browser

    Hi all,
    I would like to get the local full path name, of a file selected from an item 'File browser'.
    I see in wwv_flow_files the column 'name', but actually it's a kind of id like 'F1542335/myFile.gif' for example.
    What i want is the local path of this file ("C:\Documents and Settings\All Users\....\myFile.gif").
    I hope this is possible??
    Anyway, thanks all for reading.
    Ludo

    Hello, thank you for the answer.
    Please understand that I searched before posting, and not ony 15 min.
    What i mean is that the value of a File Browser in an Apex applocation is something like 'F1542335/myFile.gif', but what I need is the local path location.
    And 'F1542335/' is not the local path location, i can't use it. Or maybe there is a way to convert it in a proper path name, such as "C:\Documents and Settings\....", but I don't think so.
    So my question is : how to get the local path name of a file in Apex?
    I'll answer if I find some good things.
    Thanks
    Ludo
    Edited by: user12945874 on 06-avr.-2010 3:59

  • How do I hide the file names/path names of embedded images in a PDF document?

    I created a PDF document from a Word document, and the problem is that the PDF document shows the file names and path names for all of the embedded images in the PDF document. I don't want that information displayed. I don't want to send the PDF out to clients and have them read the names I've assigned to those images, plus it looks messy. And I've lost many of the original image files so they only exist in the Word document, thus I can't go back and rename them. I searched the internet for an answer but I couldn't find one anywhere.

    When you create a tagged (accessible) PDF file from Word, placed bitmap images will use their filename as the "ALT text" if you don't define something else for the text to say, because an image without any ALT text is a failure against the accessibility standards. You can't change that default action, so you should put your own meaningful text into the ALT field for each image - which is what you should be doing anyway if the PDF is standards-compliant.
    You can can set the text in Word, but it depends on your version as to where the dialogs are - Google for it - or you can change/delete it in Acrobat using the tags navigation pane on the left side of the window (right-click the sidebar if it's not visible). Drill down through the tags structure to find the "<Figure>" tag you want to change, right-click and choose Properties, then put something in the "Alternative text" field. This process isn't something you can easily automate, but if you don't need tags at all, you can save without tags (or print to PDF).

  • File Path Names

    I want to put the File path name of our documents to the head of files as a reference. I know this can be done with Macros on Word/Excel, but is there a way to achieve this with applescript in pages/numbers?

    Insert Filename was one of the features that made it's appearance in iWork '09. The feature has an option to include the entire path. I imagine that with a script it might be possible to insert the filename path in a Pages '08 document.
    Jerry

  • Ld searches LD_LIBRARY_PATH before -L paths?

    Trying to debug a link error. Debug trace seems to me to clearly say that paths in LD_LIBRARY_PATH are searched for libraries before paths specified with -L command line options. To my reading, this contradicts the documentation. Where am I going wrong?
    There are other problems with this search path, but for now I'm concentrating on the search order issue. Edited trace follows. libfsu triggers the error.
    Command line is
    CC -g -o ipopt ampl_ipopt.o \
    -xlic_lib=sunperf ./.libs/libamplinterface.a \
    ../../Interfaces/.libs/libipopt.a \
    /cs/mitacs3/Coin-Ipopt-Sun/ThirdParty/ASL/amplsolver.a -ldl \
    -L/net/local-rscn/Studio11/SUNWspro/lib/v8plus \
    -L/net/local-rscn/Studio11/SUNWspro/prod/lib/v8plus \
    -L/net/local-rscn/Studio11/SUNWspro/lib \
    -L/net/local-rscn/Studio11/SUNWspro/prod/lib \
    -L/usr/ccs/lib -L/lib -L/usr/lib \
    -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai \
    -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm
    ld -V says Solaris Link Editors: 5.10-1.486
    LD_LIBRARY_PATH is set to
    /usr/local-rscn/SunStudio/SUNWspro/lib:/cs/mitacs1/lou/InstRoot/lib:/usr/dt/lib:/usr/openwin/lib:/usr/openwin/server/lib:/usr/lib:/usr/local/lib:/usr/ucblib:/usr/local/X11/lib:/cs/local2/Sybase/lib:/usr/sfw/lib:/opt/sfw/lib
    ld tells me this:
    debug: Library Search Paths (initial)
    debug: /usr/local-rscn/SunStudio/SUNWspro/lib
    debug: /cs/mitacs1/lou/InstRoot/lib
    debug: /usr/dt/lib
    debug: /usr/openwin/lib
    debug: /usr/openwin/server/lib
    debug: /usr/lib
    debug: /usr/local/lib
    debug: /usr/ucblib
    debug: /usr/local/X11/lib
    debug: /cs/local2/Sybase/lib
    debug: /usr/sfw/lib
    debug: /opt/sfw/lib
    debug: /net/local-rscn/Studio11/SUNWspro/lib/rw7
    debug: /net/local-rscn/Studio11/SUNWspro/lib/v8plus
    debug: /net/local-rscn/Studio11/SUNWspro/prod/lib/rw7
    debug: /net/local-rscn/Studio11/SUNWspro/prod/lib/v8plus
    debug: /net/local-rscn/Studio11/SUNWspro/lib
    debug: /net/local-rscn/Studio11/SUNWspro/prod/lib
    debug: /usr/ccs/lib
    debug: /lib
    debug: /usr/lib
    debug: find lib=-lsunperf; path=/usr/local-rscn/SunStudio/SUNWspro/lib/libsunperf.so
    debug: find lib=-lfui; path=/usr/local-rscn/SunStudio/SUNWspro/lib/libfui.so
    debug: find lib=-lfsu; path=/usr/local-rscn/SunStudio/SUNWspro/lib/libfsu.so
    << much output elided >>
    debug: Library Search Paths (-L updated)
    debug: /net/local-rscn/Studio11/SUNWspro/lib/v8plus
    debug: /net/local-rscn/Studio11/SUNWspro/prod/lib/v8plus
    debug: /net/local-rscn/Studio11/SUNWspro/lib
    debug: /net/local-rscn/Studio11/SUNWspro/prod/lib
    debug: /usr/ccs/lib
    debug: /lib
    debug: /usr/lib
    debug: /usr/local-rscn/SunStudio/SUNWspro/lib
    debug: /cs/mitacs1/lou/InstRoot/lib
    debug: /usr/dt/lib
    debug: /usr/openwin/lib
    debug: /usr/openwin/server/lib
    debug: /usr/lib
    debug: /usr/local/lib
    debug: /usr/ucblib
    debug: /usr/local/X11/lib
    debug: /cs/local2/Sybase/lib
    debug: /usr/sfw/lib
    debug: /opt/sfw/lib
    debug: /net/local-rscn/Studio11/SUNWspro/lib/rw7
    debug: /net/local-rscn/Studio11/SUNWspro/lib/v8plus
    debug: /net/local-rscn/Studio11/SUNWspro/prod/lib/rw7
    debug: /net/local-rscn/Studio11/SUNWspro/prod/lib/v8plus
    debug: /net/local-rscn/Studio11/SUNWspro/lib
    debug: /net/local-rscn/Studio11/SUNWspro/prod/lib
    debug: /usr/ccs/lib
    debug: /lib
    debug: /usr/lib
    << a bit more elided >>
    debug: find lib=-lfsu; path=/net/local-rscn/Studio11/SUNWspro/lib/v8plus/libfsu.so
    ld: fatal: recording name conflict: file `/usr/local-rscn/SunStudio/SUNWspro/lib/libfsu.so' and file `/net/local-rscn/Studio11/SUNWspro/lib/v8plus/libfsu.so' provide identical dependency names: libfsu.so.1 (possible multiple inclusion of the same file)
    << end trace >>
    Seems to me that if -L paths were searched first, SUNWspro/lib/libfsu.so should not be found --- all occurrences should resolve to SUNWspro/lib/v8plus/libfsu.so.
    Thanks, Lou

    The ld man page is not clear about directory search order, but the Solaris LInker and Libraries Guide, chapter 2, is very clear: LD_LIBRARY_PATH is searched first.
    http://docs.sun.com/app/docs/doc/817-1984/chapter2-2-sop?a=view
    section "Using an Environment Variable"
    But except for testing new libraries, you should avoid using LD_LIBRARY_PATH entirely, since better options are available for whatever purpose you had in mind.
    Sometimes programmers resort to LD_LIBRARY_PATH in an effort to recover from having built a library or program incorrectly. The correct fix is to re-link the program or library with the right options.
    For more on LD_LIBRARY_PATH, see Rod Evans' blog:
    http://blogs.sun.com/rie/entry/tt_ld_library_path_tt

  • Script to insert file name into keywords field of same file

    Hello,
    search a solution, a Script or another, which writes the file name into keywords field of same file (Metadata: Description/Keywords) in "photoshop", "bridge" or better in "Lightroom" .
    I found this topic from Mike Hale http://www.ps-scripts.com/bb/viewtopic.php?t=1330
    It's possible this script to change this in such a way that it does this:
    "script to insert file name into keywords field of same file"
    Thanks and best greetings
    Wolfgang

    This works in CS2:-
    #target bridge
       if( BridgeTalk.appName == "bridge" ) {
    nameDescription = MenuElement.create("command", "AddName to Description", "at the beginning of Thumbnail");
    nameDescription .onSelect = function () {
         nameToDescription();
    function nameToDescription(){
    var items = app.document.selections;
          for (var i = 0; i < items.length; ++i) {
             var item = items[i];   
    var m = item.synchronousMetadata;
    filenameToDesc(m, item.name.slice(0,-4));
    function filenameToDesc(metadata, Description) {
    var strTmpl = "name2Desc";
    var strUser = Folder.userData.absoluteURI;
    var filTmpl = new File(strUser + "/Adobe/XMP/Metadata Templates/" + strTmpl + ".xmp");
    var fResult = false;
    try
    { if (filTmpl.exists)
    filTmpl.remove();
    fResult = filTmpl.open("w");
    if (fResult) {
    filTmpl.writeln("<x:xmpmeta xmlns:x=\"adobe:ns:meta/\" x:xmptk=\"3.1.2-113\">");
    filTmpl.writeln(" <rdf:RDF xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">");
    filTmpl.writeln(" <rdf:Description rdf:about=\"\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\">");
    filTmpl.writeln("<dc:description>");
    filTmpl.writeln("<rdf:Alt>");
    filTmpl.writeln("<rdf:li xml:lang=\"x-default\">"+Description+"</rdf:li>");
    filTmpl.writeln("</rdf:Alt>");
    filTmpl.writeln("</dc:description>");
    filTmpl.writeln(" </rdf:Description>");
    filTmpl.writeln(" </rdf:RDF>");
    filTmpl.writeln("</x:xmpmeta>");
    fResult = filTmpl.close();
    metadata.applyMetadataTemplate(strTmpl, "replace");
    filTmpl.remove();
    catch(e)
    { fResult = false; }
    return fResult;

  • How to get Name 2 also when we search for a customer using 'Name' as search

    In XD03, when I am searching for Customer using ‘Name’ as Search term I am getting postal code, Name1, City, Customer no. I want Name2 also to be displayed. Can somebody please suggest.
    Thank you.

    hi,
        for this you will have to change the search term involved during the master data creation.
    now during the creation of customer master data , enter the name as the search term in the data base.
    if possible change the database of customers and insert the name in the search term.
    without it, it will be really difficult to locate the customers with the search term as their name
    regards,
    Siddharth.

  • InDesign Links / Path Name change on Mac

    We have 5 Mac users on a windows domain using Adobe CC.  They are placing images in to files as links. They are continually getting the "This document contains a link to a source..." error.  The one commong thing I can find is that when looking at the path name in the links pane that it changes from user to user.
    User one inserts link from a network drive that is properly mapped. Path shows (example) /Shared/Communications/Logos/Image1.jpg
    User two or three opens the same indesign file and gets the link source error.  Path shows /Volumes/Shared-1/Communications/Logos/Image1.jpg
    This was not happening in prior versions of InDesign. While I can't rule out a network or user issue, it's odd that the path name changes.  I checked the /Volumes/ folder and no duplicate names of the drives exist.  I have no idea why the path name is being modified when another user opens the file.
    Any assistance would be greatly appreciated.

    You should package you InDesign document. Use the packeged document. New files linked later after packagen copy to the Link folder, you can do it from the link panel with the command Copy links to, in German it is in a sub menu of Hilgfsprogramme, should be something like Help Programs, I don't know the exactly naming of that menu in the US version.

  • Songs lost to altered path name

    So I am one of many who have lost thousands of songs in itunes for reasons I don't understand.  When I query the song with "get info" I get a "can't locate the song" dialogue box which I close and the info dalogue box then appears.  It seems that a few thousand songs have the file path names altered to read file://local host/  then the correct drive letter and folders etc.  Some have only "local host/drive letter/etc".  itunes can't find them because the path name is altered, but how did that happen and how can I undo it?  This is the second time I have lost more than 5000 songs to some mysterious action in this program.  I really don't want to burn hours and hours re- ripping those CDs

    Thank you for your attention to this
    Usually the path name reported by get info looks like this:  file://localhost/C:/users/Don Broderson/music/iTunes/iTunes media/Gillian   Welch/Soul Journey/10 Wrecking Ball.m4a.  In this case the tune is missing altogether, though it used to be on an external hard drive F:  as in the following case:
    Path as listed in get info:  file://localhost/C:/users/Don Broderson/music/iTunes/iTunes Media/Bob Dylan/Another side of Bob Dylan/03 Spanish Harlem Incident.m4a   
    Actual path:  In this case the tune resides on the external drive at F:\music\Bob Dylan\Bob Dylan\Another Side of Bob Dylan\03 Spanish Harlem Incident.m4a
    When this problemm began, I saw path names rom get info that began localhost/F:\  and continued as in the dylan case above.  I could not find an example of that path in a quick search today.
    I have iTunes set up to import CDs automatically to the F: drive as the hard disk in my laptop does not have the capacity for my library.  This has worked well for a couple of years and now it doesn't.  To my knowledge I never asked iTunes to organize my library.  I don't recall upgrading iTunes around the time the trouble started.  Any ideas?

Maybe you are looking for

  • Dbms_xmlgen: write emp content to xml file

    Hi. I have the following procedure to write the content of the emp table in xml to a file: CREATE OR REPLACE PROCEDURE BSP_DBMSXMLGEN IS v_ctx DBMS_XMLGen.ctxHandle; v_file Utl_File.File_Type; v_xml CLOB; v_more BOOLEAN := TRUE; l_exception varchar2(

  • HELP! Live or death question :(

    Hello guys im in the final week of a college project and i need to do some things in labview. I am receving from a FPGA trhough serial communication. The transmission is working OK as i receive the data im sending from the FPGA. With this, my fpga is

  • Goal vs Actual Report

    We have a report requirement which involves charts and I was wondering if someone could provide me with some pointers to the same. My Data would look like this Week Ending Goal Actual 1/2/2009 10 0 1/9/2009 10 0 1/16/2009 10 7 1/23/2009 10 5 The chal

  • CS4 Smart Guides; snapping one anchor to another

    Just upgraded to CS4, I *really* can't get my head around these Smart Guides. I've been in the preferences and tried every combination of settings, tell me if this is correct: If I draw two boxes, grab the anchor point in the corner of one box, and t

  • Ibook Clamshell Airport issues...

    hello everyone! I have an iBook Clamshell, Graphite color, OS 10.4.3, 320MB RAM, 466MHz Processor. I also have a macbook with OS 10.6.4 2GB RAM, 2.4 GHz Processor. I am trying to connect to the internet on my clamshell via it's Airport. The Macbook w