Program design assistance.... Component moving

OK, I really need some assistance... I'm trying to build a organisation system for a 6hr system whereby I have several different people each who get meetings scheduled at 30minute intervals. The way I want to display the data is as a scrollpane, with a people column and a timelined section then a sequence of panels or buttons which can be moved around to alter the scheduling.
People 9am.................10am................11am....... etc
|_______| |_____||_____||_____||_____||_____||_____|
|_name_ | |__a__||__b__||__c__||__d__||__e__||_____|
|_______| |_____||_____||_____||_____||_____||_____|
|_______| |_____||_____||_____||_____||_____||_____|
the functionality I am seeking is to be able to drag an appointment (eg panel/button 'e') to a different slot (eg b) which would then shuffle b to c, c to d etc. I'd also like to be able to move an appointment to a different person which would then shuffle all following appointments left to fill the gap, and push the appointments on the new person's list to the right to allow the new appointment to be placed (pushing an appointment off the end of the schedule).I have used swing in the past but am at a loss as to how I should allow these panels to be moved and record the fact that they have.
If anyone has any ideas as to part or all of this matter, it would be greatly appreciated as I really need the support. I can be emailed at [email protected] should more information be required.
Many thanks

You should consult the DnD and Swing Transfer documentation bundled with the J2SE 1.4 documentation. Here is some very, very skeletal code of how to handle the "drop" part of what you're doing.
     private DropTargetListener dtl = new DropTargetAdapter(){          
          public void drop(DropTargetDropEvent dtde) {
               try {
                    int r = tbl.rowAtPoint(dtde.getLocation());
                    int c = tbl.columnAtPoint(dtde.getLocation());
                    Object obj =
                         dtde.getTransferable().getTransferData(DataFlavor.stringFlavor);
                    table.setValueAt(obj, r, c);
                    dtde.dropComplete(true);
               catch(Exception ex){
                    dtde.dropComplete(false);
        // later
       tbl.setDropTarget(new DropTarget(tbl, dtl));tbl is an instance of JTable and table an instance of TableModel.
This shows how to deal with mouse events inside a table and how
to address one half of the dnd functionality.
Hope that helps a little,
Fritz

Similar Messages

  • Difficult program design

    i have a question here. It is a quite difficult program design for me. Any body can help me?
    As legend has it, some priests in the Far East endeavored to move a stack of disks from one peg to another. There were 64 disks in all. Each had a unique diameter. They were stacked in order of diameter from the largest on the bottom to the smallest on the top. Three pegs were available, with the stack beginning on peg 1. The stack needed to be moved to peg 3. The restrictions were that only one disk could be moved at a time, and that a disk could not be placed upon another that was smaller. The legend claims that if and when completed, the world would end.
    To speed the onset of Armageddon, complete a Java program that solves the Towers of Hanoi. Two methods need to be implemented to complete the class TowersOfHanoi. The method main must prompt the user for the number of disks with which to run the simulation. Store the input into the variable numDisks, which is already declared in the method main. Assume the input will be a positive integer.
    The method move is the workhorse, and must be implemented recursively. Its prototype follows.
    protected static void move(int n, int from, int to, int temp);
    The first parameter is the number of disks to move. The second is the peg upon which the disks to be moved currently reside. The third is the peg onto which those disks will be moved. The fourth is the extra peg, used as a temporary holding spot to facilitate the move. The method move must implement the following formula.
    Formula to Move n Disks
    move n - 1 disks to the temporary peg
    move 1 disk to the destination peg
    move n - 1 disks to the destination peg
    Picture moving the stack by hand, disregarding, for now, the restriction that only one disk can be moved at a time. To move a stack of n disks, grab all but the last disk and place that sub-stack onto the temporary peg. Move that last (largest) disk to the destination peg. Grab the sub-stack from the temporary peg and move it on top of the (largest) disk now residing on the destination peg. The restriction that a larger disk couldn't be placed upon a smaller one has not been violated. The recursion comes into play in the part where the sub-stack is moved. To move a stack of n disks requires, based on the formula, moving a stack of n - 1 disks. This smaller task can be solved with the same formula. The new (smaller) task becomes moving n - 1 disks from one peg to another. The base case occurs when the method move is called to move just one disk (when the parameter n is 1). During, and only during, the invocation of the method move in which the parameter n is 1, the method move must print a line of instruction describing the move, as in the following example.
    Move top disk from peg <from> to peg <to>
    <from> is simply the second parameter of the method move, and <to> is the third. The fourth parameter, the temporary peg, is not used in the output.

    Looks a bit like homework, tell us how far you've got and which particular points you're stuck on and people might be willing and able to help.
    Actually I suspect if you search Google for 'Tower of Hanoi' you'll probably find lots of help.

  • Using migration assistant I moved files from a PC to my mac.  I can't find the files I moved to the mac.  Where can I find them?

    using migration assistant I moved some file from a PC to my IMAC.  Now I can't find the files on the Mac.  where are they? How do I access them?

    How many users on your Mac? if more than one look in the others.

  • Course material : SQL Programming & Design

    Hello,
    Monday I have an exam of SQL Programming & Design, witch I followed online on the oracle academy site. Now I see that the website is down! Is there a opportunity to view the course material?
    Greetz,
    Dries

    Hi Bjarne
    Thankyou for the content.  I always find it informative and of quality.  I point my students to your site in my BI class.
    At the moment there are discussions happenning about accessing Teched workshops on topics like Xcelsius and Visual composer.  These being available to academics will compliment your presentation.
    Well done
    Paul Hawking
    Academic Program Director
    Victoria University
    SAP Mentor

  • Assistance in moving my Skype number to a local Vo...

    Please can I have assistance in moving my Skype number. I have signed up with a local VoiP and Tv service provider and I like to keep my number from Skype. The number is 36965860 in Denmark and I'll provide all the necesarry details when needed. This number is on all my papers etc.
    Kind regards
    peter
    "kroger4544" 

    If you have the unlimited Europe landlines and mobile subscription you can forward your skype number to mobile phone at no cost. If you go abroad if you use a local sim depending on the country you are in France, Germany. UK, and I belive Italy and a few others you can forward at no cost.  If you use your UK sim while roaming you will need skype credit and it will be expensive depending are where you are. 
    If you found a post useful, please give Kudos. If it helped to fix your issue, mark it as a solution to help others.
    Thank You!

  • Configuration error in PID synthesis step of control design assistant

    Hello,
            I am exploring an evaluation version of NI LabVIEW Control Design Assistant 2011. For  getting started with it ; I am using getting started tutorial provided in the labview signal express help. Upto the step of frequency domain analysis it is working fine ; but when I insert step called PID Synthesis it is showing me an error like...Configuration error -Sampling Time number is not the same...Though I have followed all the steps mentioned in the document sequentially why am I getting this error?..Please educate me in this regard.
    Best Regards.

    I am having the same issue trying to install EM Grid Control 10.1.0.2 on a 9.2.0.5 Repository on HP-UX platform. I am wondering if you have found a solution?
    Thanks,
    Dawit

  • Program design books or links

    I am stuggling with program design. For example how much is good to incorporate into a single class. For example in the constructor for a Transaction claass I have the constructor looking up the last TransactioniID by reading the last transaction in the file.
    Then I want to calculate different values for the transaction class instance variables but to do this I need to access the client class object to find specif argument values
    So I created another class to do caluulatios using values from both the Client class and the transacrion class. This class I called Time.
    I looked at Violet but am not sure how this well help. It�s a small-small app at this point and I am asking if anyone is willing to look at the project? Or jugest program design links, books for a begginer.
    Mic.

    There's a decent Sybex book... it's called UML with Rational Rose, I think.
    When it comes right down to it, Rose is just another UML diagramming program like any other. Learn the intricacies of UML, and you're gonna have Rose pretty much down.

  • Man Cave design and component assistance

    Room demensions:
    16ft lenght
    12ft width
    8 ft height 
    All new construction, walls are wide open. Looking for the following, AV receiver that can play multii zones with 7.1 Surrond Sound & Outside speakers independelty.To complete the setup I will need a recommendation for an overhead projecter with a budget for both around $1200
    bought already:
    7 surrond sound speakers 125 watts
    2 outside speakers 350watts
     Need:
    HD Projector 
    AV receiver with 7.1
    the room with the surrond sound will also play music from the radio, Verizon Fios, Ipod & Desktop
    computer.
    The exact details of the speakers are below:
    Acoustic Audio 726 7.1 Home Theater Surround Sound In-Wall/Ceiling Speaker System
    Acoustic Audio 525 Pair Black 350 Watt PA Stereo Speakers Public Address Sound
    In-Wall / In-Ceiling 7.1 Speaker System w/Two Subwoofers!
    Model HD-726
    System Consists of:
    Four HD-650 Front In-Wall Speakers
    Two HD-6 Rear In-Ceiling Speakers
    One HD-6c Dedicated In-Wall Center Channel Speaker
    Two HD-S10 Dedicated 10" In-Wall Subwoofers
    Speaker System Power Handling Capabilities: 1375 Watts RMS to 2750 Watts
    Authentic Kevlar Cones with Extended Throw Drive Assembly
    Rubber Surrounds
    Crossover Frequency 2200 Hz (except subwoofer)
    Impedance: 8 Ohm
    Four HD-650 In-Wall Speakers Additional Specifications
    6.5 Inch Woofers
    Pivoting Titanium Tweeters
    Power Handling Capabilities: 150 Watts RMS to 300 Watts Each
    Frequency Response: 30Hz - 22 KHz + 3 dB
    Mounting Depth 3.5 Inches
    Two HD-6 Rear In-Ceiling Speakers Additional Specifications
    6.5 Inch Woofers
    Titanium Tweeters
    Power Handling Capabilities: 150 Watts RMS to 300 Watts Each
    Frequency Response: 32Hz - 22 KHz + 3 dB
    Mounting Depth 3.3 Inches
    One HD-6c Dedicated In-Wall Center Channel Speaker Additional Specifications
    Two 6-1/2 Inch Woofers
    Soft Dome Tweeter
    Power Handling Capabilities: 175 Watts RMS to 350 Watts
    Frequency Response: 33Hz - 22 KHz + 3 dB
    Mounting Depth 3.25 Inches
    Two HD-S10 Dedicated 10" In-Wall Subwoofers Additional Specifications
    10 Inch Subwoofers
    Power Handling Capabilities: 150 Watts RMS to 300 Watts Each
    Frequency Response: 26Hz – 200Hz + 3 dB

    Congrats on the new project! When it comes to component selection everyone has a different opinion, just like with cars, computers, etc... The one thing that pops out to me is the projector. In my opinion your money would be more well spent looking for an actual TV than a projector for that price. After spending a while doing high-end home automation installs for a living, I wouldn't touch a projector under about $15000 or $20000. The quality that is sacrificed with a cheap projector isn't worth the larger screen size in my opinion, but that is just an opinion, and hardly the word of god. 
    Also, I see no mention of a screen. While projectors work on nearly any surface, a proper screen will do wonders for the image quality, color saturation, and brightness.
    For receivers I am a big fan of Denon. They are priced a bit higher than others, but I have been happy with the build quality and feature set. That being said, unless you really plan to get into tuning the system, don't waste your money buying features that you don't need/know what they mean. If you don't know what the heck it is, odds are that you will probably never use it and it just becomes a worthless bragging point. 
    I'm poking around the web, and am curious as to where you got these speakers? I've seen mention of them on AVS forum as "White Van" speakers, and I can't find any spec sheets or the home page for the company. 
    Frankly though, most any receiver should do the trick for the 7.1 system, as long as it has all of the features you want, and supports 7.1 BUT if you plan to power two more speakers on a zone two, you will probably need a separate amplifier or receiver for that. Most HT receivers that I have seen support 7.1 or a zone two. That last two channel amplifier inside the unit can either be set to power the surround-back speakers, OR zone 2. That's not to say that there aren't any out there that can do both, I honestly haven't ever looked. 
    Also, from what you have posted, you are going to need an amplifier for those sub woofers. The info you have provided implies that they are passive, and most HT receivers only have line level outputs for a sub. 
    If your budget for both a projector AND a receiver is $1200 after tax, I think you will find yourself very unhappy with the results. More so with the projector than the receiver. You may want to look into a midrange rear-projection TV. The viewing angles aren't all that great, but you get an awesome size to dollar ratio, and they get quite large. I would be happy to be proven wrong on this, it's just been my experience. 

  • XML and its influence over program design (2 issues)

    I have 2 open questions about XML and Java. I apologise if they are not clear-cut or specific enough, but really I am fishing for sound advice.
    I am trying to develop a J2EE application but find myself stuttering at an early stage because I cannot decide on the best design for my application. Part of my problem is a lack of experience with the different J2EE technologies/API (especially XML APIs), and the realisation that there is 101 ways to do what I want to do.
    A major issue is this: my application basically is concerned with representing conversations between the server and a user, e.g. a simple sequence of yes/no questions asked by the server to the user, which the user replies to in turn. I believe that the XML format would be a very suitable way to represent these conversations. My first question is:
    * Should the decision to use XML as a storage format influence the design of the rest of the program? I feel that in choosing XML to represent the conversation data, I am stuck thinking about the rest of my program in a XML way (i.e. doing everything using a DOM etc.). Am I right in thinking that my program should be designed in such a way that an XML-based storage system could be easily interchanged with, say, a relational flat-tabled database?
    My second question is:
    * Imagine that each conversation contains one or more questions, and there are, say, 4 different types of question (e.g. yes/no, multiple choice, etc.). Each of these needs to be handled in a different way. Is there a good pattern or recommended way of handling this sort of situation in code, ideally avoiding a big 'if' or switch statement (e.g. if the node is of "ABC" type do this, else if it is "yes/no"...). It would be great if one could easily add new types of question to the XML and then similarly one can make easy additions to the code to cope with these new cases.
    Thank you very much indeed for any advice.
    Greg

    I am trying to develop a J2EE application but find
    myself stuttering at an early stage because I cannot
    decide on the best design for my application. Part of
    my problem is a lack of experience with the different
    J2EE technologies/API (especially XML APIs), and theThat's nothing to be ashamed of. And realising that you lack experience and trying to remedy that is a good sign.
    A major issue is this: my application basically is
    concerned with representing conversations between the
    server and a user, e.g. a simple sequence of yes/no
    questions asked by the server to the user, which the
    user replies to in turn. I believe that the XML
    format would be a very suitable way to represent
    these conversations. My first question is:
    XML might be overkill if it's just a question followed by an answer and neither contains complex hierarchical data structures.
    * Should the decision to use XML as a storage format
    influence the design of the rest of the program? ICertainly not.
    XML should represent data structures that are natural to your program, thus becoming a tool rather than forcing its structure upon you.
    feel that in choosing XML to represent the
    conversation data, I am stuck thinking about the rest
    of my program in a XML way (i.e. doing everything
    using a DOM etc.). Am I right in thinking that my
    program should be designed in such a way that an
    XML-based storage system could be easily interchanged
    with, say, a relational flat-tabled database?
    Flexibility is good to keep in mind, but at the moment I'd worry about just getting something to work.
    * Imagine that each conversation contains one or more
    questions, and there are, say, 4 different types of
    question (e.g. yes/no, multiple choice, etc.). Each
    of these needs to be handled in a different way. Is
    there a good pattern or recommended way of handling
    this sort of situation in code, ideally avoiding a
    big 'if' or switch statement (e.g. if the node is of
    "ABC" type do this, else if it is "yes/no"...). It
    would be great if one could easily add new types of
    question to the XML and then similarly one can make
    easy additions to the code to cope with these new
    cases.
    Think of a factory that creates the handlers on the fly based on the actual message received.
    If the factory makes use of some mapping construct to do so there's no need for any conditionals at all in your decision tree.
    I've myself used XML structures successfully to define such mappings (and so have others) on disc, but simple ones can be easily represented using just a properties file.

  • Migration Assistant only moved Apple Mail account & nothing else in Mail

    Hello,
    I recently got a New MacBook Pro, now running 10.8.1. My Old Black MacBook was Running Snow Leopard 10.6.8.
    I used the Migration Assistant to move everything over. So far Everything seems to have been moved over, except my mail settings, Malbox folders, Rules, and accounts. It did move my icloud mail account info, but that was it. I have 5 other Accounts with seperate POP/SMTP servers to move over. I have been able to manually Migrate all the Mailbox folders on my mac by importing them from my old mac's ~/user/Library/Mail folder, but my accounts and Extensive set of rules still have not been moved.
    I first tried moving my MessageRules.plist file from my old ~/user/Library/Mail folder to my new folder of the same name, but that did not move my rules.
    Any Suggestions as to how I can move my accounts and rules.
    Thank you in Advance.
    Jeff

    I am having the same issue in one of my machines: just downloading one mail at a time from my Gmail account...
    I would love to hear a solution to this...

  • Problems with design view after moving to new imac

    Moved CS4 Dreamweaver from my Mac Mini intel duo to a new i5 Imac last night: suddenly design view is not showing various CSS styles, especially certain links.
    For example, instead of this:
    HOME | ABOUT | CONTACT | HELP
    it will show this in design view:
    |||
    Meanwhile, in a browser live on the web, everything is fine.
    I did a fresh install of dreamweaver CS4 last night from original install disks to new i5 Imac.
    Help!

    Culprit is the classic MS Windows font ARIEL. I installed it one at a time from two different sources (a 1999 TT build and a 2001 TT build) and both immediately caused problems, particularly in Dreamweaver with vanishing text in design view for any fonts setting sassigned the "ariel, helvetica sans serif family").
    Since problem only is happening on the 2011 i5 Imac (but not on my old Mac Mini 1.6 or emac G4) I will guess the dilemma resides with fontbook or something peculiar to font management on the iMac.
    Removing font of course solved all problems.

  • Looking for a program to assist me in making gift tags and such on my mac book pro

    I am looking for a program to design gift tags and brochures for my business.  I've seen a print shop program by borderbund.  Does anyone have any expereience with this?

    Have you tried a safe start by holding the shift key when you boot? If that works, and it can take a while to complete, see if a regular boot now works. If it does, you need to free up space on your hard drive.
    If a safe boot doesn't work, you need to either boot from an OS X DVD or go into target disk mode to connect via firewire cable to another mac to free up space on your hard drive. You need 5GB min, with 10% to 15%, or more, better, for systems usage.  If you have a backup, move some data files to it, erase them and empty the trash.

  • Program Design Problem: Inner Class use verse interacting seperate classes?

    i am designing a GUI based program that needs to have 2+ windows that interact with each other. In my original design there were just two windows: the World display, and the tile choser (this is for 2D map editing). Because there were only 2, I made them both inner classes of another class. The top level class's fields were how I got the two windows to interact.
    Now I am adding more tile choser esque windows and it is getting very confusing and the amount of Fields is getting ridiculous and the whole thing isnt very OO.
    I thought about splitting up the World Display window and the Tile Choser window into two different classes and just have multiple instances of the Tile Choser class for the additional windows.
    The problem is the interaction. I could pass all of the variables that both classes require to constructers and set up lots and lots of get and set methods, but then that seems to destroy the whole idea of two classes. The whole project is getting really messy.
    Any thoughts?
    I know that was a jarbled explanation so just ask about any part that might be unclear

    Create an object that represents the state being manipulated. The model.
    Create methods to modify that data. Not getters/setters, but controllers. If it's a map, then maybe a method would be "addTown" or something. This represents the controller.
    Create methods to render the data graphically. The views.
    Pass this object to GUI widgets, or reference it from inner event handlers.

  • Adobe Design Premium CS3 moved folders

    So after I installed Adobe DP CS3 in my app folder, I decided to put all the applications under one folder for better management. After I did this, I moved the folder to my dock as one of those expandable folders you can have right of the seperator on the dock.
    When I opened Adobe InDesign, a message said it noticed the folder has been moved from the original place and needs to be repaired, so I repaired it. I knew all the other adobe programs were affected so I repaired all of them - except one.
    Bridge keeps quitting unexpectedly, before I can click the repair button. I tried relaunching it but it doesn't work. So I moved it back to the Applications folder and opened it from there and it works fine. I don't want to have one adobe program floating around outside the folder where all the other programs are. Does anyone know how to solve this problem?

    Kyle Kim wrote:
    So after I installed Adobe DP CS3 in my app folder, I decided to put all the applications under one folder for better management. After I did this, I moved the folder to my dock as one of those expandable folders you can have right of the seperator on the dock.
    When I opened Adobe InDesign, a message said it noticed the folder has been moved from the original place and needs to be repaired, so I repaired it. I knew all the other adobe programs were affected so I repaired all of them - except one.
    Bridge keeps quitting unexpectedly, before I can click the repair button. I tried relaunching it but it doesn't work. So I moved it back to the Applications folder and opened it from there and it works fine. I don't want to have one adobe program floating around outside the folder where all the other programs are. Does anyone know how to solve this problem?
    You should not move a folder to the dock - rather you should simply create an alias or pointer to the actual folders. It's not even clear you can move a folder to the dock.
    When you "moved" the folder to the dock, did the original one go away? If it did, then that's not the thing to do.
    Just like the Document "folder" in the dock is not the actual folder, but an alias.
    If you right-click a real folder you will see a "Get Info" and other items. If you right-click a "folder" or app in the dock you will see something completely different.

  • WAAS Branch Design Assistance

    Hi,
    I have a drawing attached of the branch office current setup.
    Issue:  At my data center i have a WAE setup using the Aggregation Layer design model using WCCP.  WCCP statements are on the specific VLANS and on the inside interface of my WAN router. 
    At the branch, I have ACL which specifies permits for the user subnet at the brach and the vlan subnets at the data center in both directions.  One ACL specifying subnets in both directions.  I have this ACL assigned to WCCP 61 and 62 service.  When i place the WCCP statements on the interfaces shown, basically it cannot access the subnets specified in the ACL. 
    I see traffic being redirected, but it is a black hole it seems. The 4506 I have at the office does not support WCCP. 
    When i look at documentation on this, I get different answers it seems. Some assistance would be greatly appreciated. 
    Thanks
    Chuck

    Thanks for the reply!  The address is a loopback, so it is a /32.  It is also the Router ID for WCCP. I do not have the wccp statements on the interfaces at the moment because of the issue I stated earlier.
    sh run | s wccp   
    ip wccp 61 redirect-list 100
    ip wccp 62 redirect-list 100
    Extended IP access list 100
        10 permit ip 10.8.2.0 0.0.1.255 10.12.12.0 0.0.0.255 (931480 matches)
        20 permit ip 10.8.2.0 0.0.1.255 10.12.72.0 0.0.0.255 (38428275 matches)
        30 permit ip 10.12.12.0 0.0.0.255 10.8.2.0 0.0.1.255 (1274186 matches)
        40 permit ip 10.12.72.0 0.0.0.255 10.8.2.0 0.0.1.255 (36234914 matches)
    sh ip wccp
    Global WCCP information:
        Router information:
            Router Identifier:                   10.8.0.129
            Protocol Version:                    2.0
        Service Identifier: 61
            Number of Service Group Clients:     1
            Number of Service Group Routers:     1
            Total Packets s/w Redirected:        39357428
              Process:                           0
              CEF:                               39357428
            Service mode:                        Open
            Service Access-list:                 -none-
            Total Packets Dropped Closed:        0
            Redirect Access-list:                100
            Total Packets Denied Redirect:       3768303850
            Total Packets Unassigned:            50
            Group Access-list:                   -none-
            Total Messages Denied to Group:      0
            Total Authentication failures:       0
            Total GRE Bypassed Packets Received: 35521114
        Service Identifier: 62
            Number of Service Group Clients:     1
            Number of Service Group Routers:     1
            Total Packets s/w Redirected:        37511294
              Process:                           0
              CEF:                               37511294
            Service mode:                        Open
            Service Access-list:                 -none-
            Total Packets Dropped Closed:        0
            Redirect Access-list:                100
            Total Packets Denied Redirect:       2328347504
            Total Packets Unassigned:            83
            Group Access-list:                   -none-
            Total Messages Denied to Group:      0
            Total Authentication failures:       0
            Total GRE Bypassed Packets Received: 43113137
    sh wccp routers
    Router Information for Service Id: 61
            Routers Seeing this Wide Area Engine(1)
            Router Id       Sent To
            10.8.0.129      10.8.0.129
            Routers not Seeing this Wide Area Engine
                    -NONE-
            Routers Notified of from other WAE's
                    -NONE-
    Router Information for Service Id: 62
            Routers Seeing this Wide Area Engine(1)
            Router Id       Sent To
            10.8.0.129      10.8.0.129
            Routers not Seeing this Wide Area Engine
                    -NONE-
            Routers Notified of from other WAE's

Maybe you are looking for

  • How to uninstall a bookmark that I can no longer open?

    I am not given enough time to complete the description MY problem. What shall I do?? After several attempts to complete a narrative the writing disappears!!

  • Email address with subdomain doesn't show up as sender

    My email address from work has a subdomain: "[email protected]". Although my mac Mail account is set up correctly with that email address in the account settings, when I send mail, users receive it showing that the sender (from:) is "[email protected

  • New install for a Surface Pro 3

    I don't have an external dvd drive, so wondering if I can copy the installation disk on my desktop computer to a jumpdrive or external hard drive and then install that way to my Surface's USB port?

  • Read part of an array element

    Hello All. As indicated in the title, I am trying to read part of an array element. What I'm doing is reading values from a LeCroy scope using a "write" than "read" I have returned the read values into an array but the issue is the scope returns a va

  • InterCheck takes up to 192% process time when I start Firefox (Safari or Sophos, or...). Why is this?

    Dear Fellows, I was surprise, as I realized that MacBook Pro was running InterChech from the Sophos Anti-Virus folder using near to 192% process time... The fan was running on 100% all time long. It was a big piece of work to start annother applicati