Re: Microsoft Copilot is missing! Hardware and Software Microsoft Windows by Reverend Jim Right click on taskbar and select taskbar settings. If you want the icon to show then turn copilot preview on. Or you can use the hotkey WINDOWS+C. Copilot should appear docked to the right of the screen.. First post: How to make dual-paned windows, or docked child windows apps. Programming Software Development by tree100 … like a child window, but always in the same position [docked?], should be NON-moveable by user, and acts as just…. then, in the middle and right side, will be the docked child window, or pane, which will show various buttons, depending… Re: Popup of docked form Programming Software Development by meij023 … application writes text into the textbox when the application is docked. When I want to write an e-mail for example…, the docked application gets the focus when text is written. At that… Popup of docked form Programming Software Development by meij023 Hi you all, I have the following problem: when (in VB6) the application runs and the form is docked (in the taskbar), there is a popup of the application whenever there is text written to the textbox on that form. How can I avoid the popup? MDI Docked or Undocked Programming Software Development by JerryShaw I have an MDI application and I need the child form to know when it is docked in the MDI parent, or cascaded into its own form. Does anyone know if there an event or method of letting the child form determine this condition ? Thanks in advance 'Overlayed' Panel/ Docked Panel. Programming Software Development by CoilFyzx … Table that I have in my display; much like a docked panel or overlay panel. I would love to know how… Re: First post: How to make dual-paned windows, or docked child windows apps. Programming Software Development by techtix You have several options: 1. Use a MDI & MDIChild forms [URL="http://msdn2.microsoft.com/en-us/library/aa267226(VS.60).aspx"]http://msdn2.microsoft.com/en-us/library/aa267226(VS.60).aspx[/URL] 2. Use Frames and or picture boxes as panel containers 3. Use the Web control and use web pages with local VBScript to VB Host … Re: First post: How to make dual-paned windows, or docked child windows apps. Programming Software Development by ryan_vietnow [quote] 2. Use Frames and or picture boxes as panel containers [/quote] this is the best way you can do. Re: First post: How to make dual-paned windows, or docked child windows apps. Programming Software Development by Jx_Man frames its easy way Re: Popup of docked form Programming Software Development by jwshepherd Not quite sure what you mean. If I read it right you might try not populating the textbox until the form has focus. Re: Popup of docked form Programming Software Development by jwshepherd might try form2.setfocus . POst the source and we'll see what we can do. Re: Popup of docked form Programming Software Development by meij023 Thanks. I found an unwanted setfocus in the code. Problem solved. Regards, Jan Re: 'Overlayed' Panel/ Docked Panel. Programming Software Development by mKorbel there are four ways - OverLayout or JLayeredPane - GlassPane - JLayer (required Java7 based on JXLayer - Java6) - Java Accordion _____________________________________________ - note don't to use JViewport for this job without own custom RepaintManager Re: 'Overlayed' Panel/ Docked Panel. Programming Software Development by JamesCherrill +1 for JLayeredPane - it's what it was designed for Re: 'Overlayed' Panel/ Docked Panel. Programming Software Development by CoilFyzx Thank you very much. So do I add the layered pane to the tabbed Pane? Re: 'Overlayed' Panel/ Docked Panel. Programming Software Development by JamesCherrill Other way round. You add the layered pane to your JFrame, then add everything to the layered pane so you can overlap things as required. Re: 'Overlayed' Panel/ Docked Panel. Programming Software Development by CoilFyzx Okay. Here's another question please: Searching forums it seems that I have to treat the adding of components to the layered pane as if I were creating my own layout...setLocattion...setBounds... this is me hardcoding locations. Isn't this bad practice? How do I seamlessly take care of resizing of my frame using layered pane please? Re: 'Overlayed' Panel/ Docked Panel. Programming Software Development by CoilFyzx Let me be more specific then, whenever I use absolute positioning resizing my JFrame leaves me with some out of place components. I have added my JLayeredPane to a scroll pane. How do I get my scrollpane to allow scrolling when the JFrame shrinks to a particular dimension please? Re: 'Overlayed' Panel/ Docked Panel. Programming Software Development by JamesCherrill Although a layered pane has no layout manager by default, you can still assign a layout manager to the layered pane. http://docs.oracle.com/javase/tutorial/uiswing/components/layeredpane.html#layout Re: 'Overlayed' Panel/ Docked Panel. Programming Software Development by mKorbel whenever I use absolute positioning resizing my JFrame leaves me with some out of place components. - add ComponentListener to JFrame, - must be delayed by Swing Timer (local variable) with small delay (450-600ms) because this listener firing one event per one pixel, to avoiding (useless) bunch of repainting at runtime - call Timer.restart() … Re: 'Overlayed' Panel/ Docked Panel. Programming Software Development by CoilFyzx Thank you all. I decided that I could put my JLayeredPane in a ScrollPane. This worked for me. I set the size of the layered pane and it's preferred size as well as the size of the scroll pane. Thank you very much for your help. I hope I didn't annoy anyone...(I keep getting this feeling that I am. :s) Re: 'Overlayed' Panel/ Docked Panel. Programming Software Development by JamesCherrill Annoying? Absolutely not! Sensible questions, and good use made of the answers. Ideal. Mark solved? Creative Zen Vision: m Hardware and Software Hardware by Jack5603 …. It reads the Zen and even the Zen says "Docked" on the bottom of it. Then when it comes… bottom of the screen that reads "Docked". And when it showed "Docked" which only happened every once in… right before it ended. Now even though it says "Docked" when I try to add new firmware it says… Creative Zen Vision: M Hardware and Software Hardware Mobile and Wearables by Jack5603 …. It reads the Zen and even the Zen says "Docked" on the bottom of it. Then when it comes… bottom of the screen that reads "Docked". And when it showed "Docked" which only happened every once in… right before it ended. Now even though it says "Docked" when I try to add new firmware it says… A Look into DisplayLink USB Graphics Technology Hardware and Software Hardware by WASDted …Windows Vista Ultimate 32-bit Both test systems were docked to an HP USB Docking Station with DisplayLink technology …165). Here are the results… [B]Dell Netbook[/B] Docked via DisplayLink: 238.8 Undocked (using built-in display): …was an overall performance hit to the system when docked. This is because DisplayLink uses available CPU and GPU… cross platform gui app Programming Computer Science by vark75 … bar in windows with the start button. Normally it's docked, meaning all the other windows are smaller than full screen… modes: 1) free-floating popup, like a normal window. 2) docked toolbar that stays locked at the top, left or right… Forms in MDI Tab not resizing properly Programming Software Development by gp04lch ….WindowState = FormWindowState.Maximized;[/CODE] for your information the tabcontrol is docked as fill, and there is another panel called a dashboard… docked left. now the problem comes when i hide the dashboard … Dell Latitude - tries to start but stops Hardware and Software Hardware by The lost one! … own!! :evil: Any ideas? :idea: I've tried booting up docked, undocked, battery in / out, DVD drive in/out, floppy drive… Re: Dell Latitude - tries to start but stops Hardware and Software Hardware by The lost one! The machine will now start to boot when docked but just hangs indefinately!! The only way to power it down is to undock and remove the battery!! I'm still lost!! Any ideas?? Re: Dell Latitude - tries to start but stops Hardware and Software Hardware by The lost one! Someone must know something. The machine will now hang either docked or undocked but won't boot from a windows boot disk or floppy!! Help Please!!!!