Simple update on mouse click.... im lost!

hi all im new to forms... now what i have is a table with pk... and several feilds... i have managed to create a datablock easily enough... now what i need to do is allow the user to enter the id of a record and have the rest of its feilds show up in the form....
so for example:
if the user imputs the empid '0001'
i want the rest of the data corrisponding to emp0001 to show in the form... im sure its not too difficult but as im new to both sql and forms.... im lost.... even as to where this code needs to go.... sorry i realise this is a very simple thing to do.... im just lost
any help would be greatly appreciated
Thanks in advance
RMMO (Cheif Noobmiester)

try my one time timer. http://talk2gerd.blogspot.com/2007/01/one-time-timer.html
In this example you have a master block as filter-block and a block, in where you execute the query. Entering a value in the filter starts the query in the underlying search block. In your case the block where you want to filter to "empid 0001"
try it and have fun
Gerd

Similar Messages

  • Mouse Clicked gets lost some times.

    Hello All,
    The scenario is that i have a tree and the doubleclick on the tree node openes a view with some information. Also the node has some childrens. Sometimes when i double click the node, the tree node gets expanded but my view does not get opened. This was due to mouseclicked does not arrive with click count as 2.
    In my code double click handling is done in the mouseclicked event. The code looks like
    public void mouseclicked(MouseEvent ev) {
    if(ev.getClickCount() == 2) {
    .......//Opens a view
    In some cases when i double click, mouse clicked is triggered only once with click count as one. But the mousepressed and mousereleased is triggered twice with clickcount 1 and 2 resp. I am not sure is this a valid behaviour. Please find below the traces of events.
    Mouse clicked getting lost trace:
    ========================
    Process Event : java.awt.event.MouseEvent[MOUSE_PRESSED,(129,482),button=1,modifiers=Button1,extModifiers=Button1,clickCount=1] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_RELEASED,(129,482),button=1,modifiers=Button1,clickCount=1] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_CLICKED,(129,482),button=1,modifiers=Button1,clickCount=1] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_PRESSED,(129,482),button=1,modifiers=Button1,extModifiers=Button1,clickCount=2] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_EXITED,(129,482),button=1,modifiers=Button1,extModifiers=Button1,clickCount=2] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_RELEASED,(129,482),button=1,modifiers=Button1,clickCount=2] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    When doubleClick Works:
    =====================
    Process Event : java.awt.event.MouseEvent[MOUSE_PRESSED,(125,530),button=1,modifiers=Button1,extModifiers=Button1,clickCount=1] on san.sample.CfCimTree[,0,-90,259x828,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_RELEASED,(125,530),button=1,modifiers=Button1,clickCount=1] on san.sample.CfCimTree[,0,-90,259x828,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_CLICKED,(125,530),button=1,modifiers=Button1,clickCount=1] on san.sample.CfCimTree[,0,-90,259x828,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_PRESSED,(125,530),button=1,modifiers=Button1,extModifiers=Button1,clickCount=2] on san.sample.CfCimTree[,0,-90,259x828,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.ComponentEvent[COMPONENT_RESIZED (0,-90 259x846)] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_RELEASED,(125,530),button=1,modifiers=Button1,clickCount=2] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_CLICKED,(125,530),button=1,modifiers=Button1,clickCount=2] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Can anybody help me out to figure out to find what is the problem?
    Thanks in advance
    Sanjeeth S

    I just checked mouseClicked.. and its working fine for me.
    tree.addMouseListener(new MouseListener(){
                   public void mouseClicked(MouseEvent e) {
                        // TODO Auto-generated method stub
                        if(e.getClickCount() == 2)
                             System.out.println("mouseClicked");
                   public void mouseEntered(MouseEvent e) {
                        // TODO Auto-generated method stub
                   public void mouseExited(MouseEvent e) {
                        // TODO Auto-generated method stub
                   public void mousePressed(MouseEvent e) {
                        // TODO Auto-generated method stub
                   public void mouseReleased(MouseEvent e) {
                        // TODO Auto-generated method stub
    });If we double click on a node which is having child nodes, then it will collapse/expand when double click on it.
    In all cases I am getting the display "mouseClicked" when doing double click.

  • Firefox missing mouse clicks

    I have updated both my desktop (Win7) and my laptop (WinXP) to Firefox 9.0.1 (from 8.0) and both are suffering from this issue.
    about 99% of my left mouse clicks seem to get ignored, but middle and right are both perfectly find. Left button operates correctly in all other programs.
    The mouse works correctly in the taskbar/menus/tab bar/scroll bar, but stops as soon as I am inside the page display area.
    Sometimes if I click continuously for 10 seconds I get an ok click, or sometimes I have to use a different program for a minute and then come back, then I can get 1 or 2 clicks before it stops working.
    Currently navigating using tab, and shift+tab.
    This is very very annoying, has anyone else noticed this after update? or have any ideas?

    garry wrote:
    My current issue is that if the simulator is frozen (system time is cycling within a 100ms window) mouse clicks on buttons are getting lost.OK that's an entirely different kettle of fish. Firing an action does require that the mouseReleased be later than the mousePressed, and that both be over the button.
    Consider ths scenarion in any normal application that doesn't interfere with the system time. The user presses the mouse over some other component, drags over to the button and releases it. Next, the user presses the mouse over the button, drags off the button and then releases it. This isn't supposed to trigger the button's ActionListener#actionPerformed.
    With the system time looping, how does the runtime know that this isn't the case?
    I can see the button border change when I move the mouse over the button,that's rollover, triggered from mouseEntered. timing is not an issue.
    but the mouse click is lost (button does not get depressed).See above.
    Sometimes it works fine for a few mouse clicks and other times several mouse clicks will be lost in a row.See above.
    It seems random.In a way, it is.
    This seems to be more prevalent with buttons than capturing a mouse click on a panel where I do 2D drawing. Not sure why.Could be just human susceptibility to guesswork, or may actually have something to do with the occasional additional processor cycles involved in the custom painting. Since you haven't described the frequency of repainting nor its complexity, that guess is my susceptibility to guesswork ;)
    When I put the simulator into Run mode, it works perfectly, never missing a click.Of course it will.
    Anyone out there have any insights into what might be going on under the hood inside Java/Swing with mouse events and the system clock?See above.
    db

  • Mouse clicks retina

    Since upgrading to the latest 10.8.2 update, left mouse clicks via the track pad or usb mouse and the mouses position on screen are not recognized. to remedy the issue, I often have to open and close the laptop's display multiple times before the computer recogized position or left clicks. Right clicks are always recognized.
    I do many presentations using my machine - this is super frustrating!
    In addition, sometimes the mouse click will get stuck in the down position - regardless of mouse device plugged in.
    So I unable to release objects that are being drag'n dropped. Browser windows especially.

    I'm assuming you have already rebooted the unit at some point and tested. If you have then I would also look at resetting the SMC and testing again. If there is still a problem then I would test in a new user on the Mac and see if the issue ocurrs there also.
    If it does then boot to your Recovery Partition and test it there. If none of this makes any difference then you may have to look at reinstalling the OS to see if that makes a change. It sounds HW based right now but it could quite conceivably be SW related as the issue only started after an update.
    If you do end up reinstalling the OS then test it right away in 10.8 and make sure everything is fine. If it is then you could go online and manually download 10.8.1 and make sure it's fine there also. If it is again then I would possible avoid 10.8.2 as it would appear at that point that it was the cause of the issue.
    If you do all of the above and even after the reinstall there is a problem then you would need to try erasing the HD and reinstalling. If after that there is still an issue then it is a HW problem and you will need to take the Mac into an Apple Store or Service Provider to get it serviced.
    Regards,

  • Lost keypresses and mouse clicks:  Hardware problem?

    I recently bought an Intel MBP, and I've been noticing strange behaviors with regard to keypresses and mouse (touchpad) clicks getting lost sometimes. The problems I'm having are hard to reproduce intentionally, but I can hear the keypresses and mouse button clicks when I do them, yet nothing happens. While it's possible, that I sometimes am hitting the wrong key, I have been paying closer attention lately to this problem, and of course, the mouse button kinda hard to hit incorrectly. Here are some examples of weird things I encounter:
    If I click in a text field in Safari, sometimes the first keypress (and only the first) will get lost.
    Sometimes, the first keypress I type right after clicking gets lost. For instance, just now, I noticed a typo in the above sentence, so I clicked on the character and hit the Delete key. The cursor was in the right place, but the delete didn't happen. I had to press the key again.
    Sometimes, even when the window for sure has focus and the pointer is squarely pointing to a link, the first click on the link won't take. I have to click it again. Since Safari doesn't have adequate feedback for when you click something, that can get particularly frustrating. Similar things happen with buttons in applications or on the title bar.
    If I'm using an X11 app, and I copy/paste with the clipboard, the touchpad won't respond to movement for 2 or 3 seconds afterward. This is particularly visible with "nedit". I don't think this is an "ignore accidental touchpad input" issue, because this only happens with clipboard actions; other keys don't have this effect. I haven't noticed this with native apps.
    However, I have noticed in X11 and native apps, sometimes, Ctrl/Cmd-C and Ctrl/Cmd-V will be ignored. They're never ignored if I selected the text using the keyboard (shift+arrows), but if I select the text with the mouse and then use the shortcut to copy, the copy/paste sometimes doesn't happen.
    I have noticed that if I am more deliberate about clicks (make sure to hold the button down longer), the probability of losing the event SEEMS to be reduced, but not eliminated. Is there a debounce circuit involved that's causing me trouble?
    This kind of loss of input is unusual to me. I have a number of Windows and Linux PCs, and I've never experienced this sort of thing. I've also used a few Macs at school before I got this one and didn't notice anything weird.
    Can anyone shed some light on this for me? It would seem odd that I should have to modify my keyboard/mouse using behavior when switching to the Mac. If the problem is hardware, how can I prove it? (Perhaps I could boot Knoppix from a CD and mess around a bit.) If the problem is software, is this a case of MacOS trying to second-guess user input?
    Thanks!

    Theosib,
    Apple regularly monitors these boards, but you may never see a response from Apple directly. Assume this is a user to user forum. If you are having a problem with the computer and need a response from Apple call 1-800-APLCARE and speak to customer relations at that office if the technician is not able to satisfy your needs.
    Your problem while not unheard of, is more uncommon than the boards may make you believe.
    Remember, Spotlight is constantly indexing. If your hard drive is overfull, it may take longer for Spotlight to index, thus cause a multitasking delay. If you have many Dashboard widgets, they may all be trying to access the net for updates at once, and again, a delay might happen. I've written a FAQ* about several other factors which may affect Mac OS X speed, which could in theory also affect keyboard input:
    http://www.macmaps.com/Macosxspeed.html
    And of course, you should always check Apple menu -> System Preferences -> Keyboard and Mouse to make sure your input settings are the ones most comfortable for you when using the keyboard. It is possible a repeat rate could cause a delay.
    Edit: I attempted to answer another of your questions here recently with an update:
    http://discussions.apple.com/click.jspa?searchID=-1&messageID=3988468
    Please take a look and see if it answers your question.
    * Links to my FAQs may give me some compensation.

  • Middle mouse click no longer works after recent update

    I noticed after updating about 3 days ago that clicking the scroll wheel no longer acts as middle click on my MX Revolution mouse from logitech anymore. Pressing on the scroll wheel use to act as middle mouse click, now it just switches between scroll modes. I would like to have the former functionality returned as I really like to be able to open links in new tabs and paste with just one click.
    Does anyone know how I could get this functionality working again on this mouse? All other button functions work as they did prior to the update that changed my scroll wheel click behavior.
    Thanks for any help with this matter and please let me know if any other information is needed to diagnosis this problem.
    Last edited by daedalusman (2009-07-26 05:06:48)

    djszapi wrote:
    Does this mouse work with other OS/PC ?
    After a simple reboot or pacman -Syu, do you backup to roll back ? Can you mention which packages/files were updated?
    Yes the mouse works in windows, but logitech provides a configuration utility for it and so I use that set it up. In linux there is no such utility to configure the mouse. There use to be btnx and that worked great but it's no longer in the repos or AUR so I don't use that anymore. I haven't done pacman -Sc or pacman -Scc in a while so I should still have the packages to roll back, but I'm not sure what package update caused this. Here is a list of the of packages that were updated just before this started happening, from pacman.log...
    [2009-07-22 11:20] synchronizing package lists
    [2009-07-22 11:20] starting full system upgrade
    [2009-07-22 11:21] starting full system upgrade
    [2009-07-22 11:23] upgraded python (2.6.2-4 -> 2.6.2-5)
    [2009-07-22 11:23] upgraded brltty (4.0-2 -> 4.0-3)
    [2009-07-22 11:23] upgraded cairomm (1.8.0-1 -> 1.8.2-1)
    [2009-07-22 11:23] upgraded device-mapper (1.02.32-2 -> 1.02.33-1)
    [2009-07-22 11:23] upgraded devicekit-power (008-1 -> 009-1)
    [2009-07-22 11:23] upgraded dri2proto (2.0-1 -> 2.1-1)
    [2009-07-22 11:23] upgraded ptlib (2.6.2-1 -> 2.6.4-1)
    [2009-07-22 11:23] upgraded opal (3.6.2-1 -> 3.6.4-1)
    [2009-07-22 11:23] upgraded ekiga (3.2.4-1 -> 3.2.5-1)
    [2009-07-22 11:23] upgraded glibmm (2.20.0-1 -> 2.20.1-1)
    [2009-07-22 11:23] upgraded pango (1.24.4-1 -> 1.24.5-1)
    [2009-07-22 11:23] upgraded gtk2 (2.16.4-2 -> 2.16.5-1)
    [2009-07-22 11:23] upgraded libcanberra (0.12-1 -> 0.14-1)
    [2009-07-22 11:23] upgraded gnome-power-manager (2.26.2-1 -> 2.26.3-1)
    [2009-07-22 11:23] upgraded gstreamer0.10-base-plugins (0.10.23-1 -> 0.10.23-2)
    [2009-07-22 11:23] >>> Updating module dependencies. Please wait ...
    [2009-07-22 11:23] >>> MKINITCPIO SETUP
    [2009-07-22 11:23] >>> ----------------
    [2009-07-22 11:23] >>> If you use LVM2, Encrypted root or software RAID,
    [2009-07-22 11:23] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2009-07-22 11:23] >>> More information about mkinitcpio setup can be found here:
    [2009-07-22 11:23] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2009-07-22 11:23]
    [2009-07-22 11:23] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2009-07-22 11:23] ==> Building image "default"
    [2009-07-22 11:23] ==> Running command: /sbin/mkinitcpio -k 2.6.30-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2009-07-22 11:23] :: Begin build
    [2009-07-22 11:23] :: Parsing hook [base]
    [2009-07-22 11:23] :: Parsing hook [udev]
    [2009-07-22 11:23] :: Parsing hook [autodetect]
    [2009-07-22 11:24] :: Parsing hook [pata]
    [2009-07-22 11:24] :: Parsing hook [scsi]
    [2009-07-22 11:24] :: Parsing hook [sata]
    [2009-07-22 11:24] :: Parsing hook [filesystems]
    [2009-07-22 11:24] :: Generating module dependencies
    [2009-07-22 11:24] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2009-07-22 11:24] ==> SUCCESS
    [2009-07-22 11:24] ==> Building image "fallback"
    [2009-07-22 11:24] ==> Running command: /sbin/mkinitcpio -k 2.6.30-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2009-07-22 11:24] :: Begin build
    [2009-07-22 11:24] :: Parsing hook [base]
    [2009-07-22 11:24] :: Parsing hook [udev]
    [2009-07-22 11:24] :: Parsing hook [pata]
    [2009-07-22 11:24] :: Parsing hook [scsi]
    [2009-07-22 11:24] :: Parsing hook [sata]
    [2009-07-22 11:24] :: Parsing hook [filesystems]
    [2009-07-22 11:24] :: Generating module dependencies
    [2009-07-22 11:24] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2009-07-22 11:24] ==> SUCCESS
    [2009-07-22 11:24] upgraded kernel26 (2.6.30.1-1 -> 2.6.30.2-1)
    [2009-07-22 11:24] upgraded lib32-libdrm (2.4.11-2 -> 2.4.12-1)
    [2009-07-22 11:24] upgraded libdrm (2.4.11-2 -> 2.4.12-1)
    [2009-07-22 11:24] upgraded libpng (1.2.37-1 -> 1.2.38-1)
    [2009-07-22 11:24] upgraded libtracker (0.6.6-1 -> 0.6.95-1)
    [2009-07-22 11:24] upgraded lvm2 (2.02.47-2 -> 2.02.48-1)
    [2009-07-22 11:24] upgraded mesa (7.4.4-1 -> 7.5-1)
    [2009-07-22 11:24] upgraded nautilus-cd-burner (2.24.0-1 -> 2.24.0-2)
    [2009-07-22 11:24] upgraded perl (5.10.0-5 -> 5.10.0-6)
    [2009-07-22 11:24] upgraded pycairo (1.8.4-1 -> 1.8.6-1)
    [2009-07-22 11:24] upgraded xorg-server (1.6.1.901-3 -> 1.6.2-1)
    [2009-07-22 23:38] adding new group: ntp
    [2009-07-22 23:38] adding new user: ntp
    [2009-07-22 23:38] installed openntpd (3.9p1-7)
    Hope this helps in figuring out this problem, thanks for your help.

  • Hello  Simple problem - don,t know how to solve it.  With Premiere CC when I try to do a selection (click... drag... release the click) very often it stop way before the end of the move I'm swinging the Magic Mouse. I taught that the mouse clicking was de

    Hello
    Simple problem - don,t know how to solve it.
    With Premiere CC when I try to do a selection (click... drag... release the click) very often it stop way before the end of the move I'm swinging the Magic Mouse. I taught that the mouse clicking was defective and went to get a new Magic Mouse after lots of frustration. Today, I have an edit to do it it does the SAME thing !!
    I was like ????#$%?&*(???
    Opened all the lights and taught I've trow the new mouse to the garbage and was using the defective mouse again... no !! - ??
    Actually, the bran new mouse is doing the same thing. What I understand after investigating on the motion and watching carefully my fingers !! -  is that when I click I have to keep my finger at the EXACT same place on the mouse... drag and release and it's fine. If I click by pushing on the mouse and my finder is moving of a 1/32th of a millimeter, it will release and my selection will be to redo. You can understand my frustration ! - 75$ later... same problem, but I know that if I click with about 5 pounds of pressure and trying to pass my finger through the plastic of the mouse, it you stay steady and make it !
    The problem is that scrolling is enable while clicking and it bugs.
    How to disable it ??
    Simple question - can't find the answer !

    Helllooo !?
    sorry but the Magic Mouse is just useless with the new Adobe Premiere CC and since I'm not the only one but can't find answer this is really disappointing. This mouse is just fantastic and now I have to swap from a USB mouse to the Magic Mouse every times I do some editing. My USB mouse if hurting my hand somehow and I want to got back to the Magic Mouse asap. Please - for sure there is a simple solution !
    Thanks !!

  • I just downloaded (updated) Firefox to V 20.0.1 now the "search" does not work, either via the mouse click or the enter key. Windows XP.

    Updated to latest version, V 20.0.1 Now when on the home page the "search" does not function with mouse click or the enter key. Currently running XP Service pack 3. I also have the same problem (after same firefox update at home with my HP laptop running Windows 7.

    You can check if you still have the XML files of the default search engines including Google in the searchplugins folder in Firefox program folder.<br />
    If not then you need to reinstall Firefox.
    Try to use the SearchReset extension to reset some preferences to the default values.
    *https://addons.mozilla.org/firefox/addon/searchreset/
    Note that the SearchReset extension only runs once and then uninstalls automatically, so it won't show on the "Firefox > Add-ons" page (about:addons).
    Try to delete the search.json file and a possible search.sqlite file in the Firefox profile folder.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    Firefox will rebuild the search.json file from the default search engines in the searchplugins folder in the Firefox program folder and the searchplugins folder in the Firefox profile folder.
    Do a clean reinstall and delete the Firefox program folder before reinstalling a fresh copy of Firefox.
    Download a fresh Firefox copy and save the file to the desktop.
    *Firefox 20.0.x: http://www.mozilla.org/en-US/firefox/all.html
    Uninstall your current Firefox version, if possible, to cleanup the Windows registry and settings in security software.
    *Do NOT remove personal data when you uninstall your current Firefox version, because all profile folders will be removed and you will also lose your personal data like bookmarks and passwords from profiles of other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other profile data are stored in the Firefox profile folder and won't be affected by an uninstall and (re)install, but make sure that "remove personal data" is NOT selected when you uninstall Firefox.
    If you keep having problems then also create a new profile.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • When I update my iphone software, I lost my old contacts.  I see the backups under devices but it will not allow me to restore when I right click.  It will only let me delete the backup.  How can I restore this backup?  Thanks!

    When I updated my iphone software, I lost my contact information.  I see the backup on the devices menue in iTunes.  However, it will only let me delete this backup and not restore it.  How can I restore my old contacts to my iPhone?  Thanks!

    You will have to restore your iphone.

  • Focus should not be lost on mouse click

    hai,
    i have a problem with validating a jtextfield,
    i wrote a code for that jtextfield,such that if any error occurs while entring the message is shown on focus is gained on to that textfield,even if user tries to move to the next component using tab he should correct the entry only then focus is shown to the next component on pressing tab,but this failed with mouse click,i mean other than tab if he uses mouse and click on the next component it goes to the next componenet without validating the textfield entry.
    so please help me in disabling mouse click event.

    how are you validating it then? Using a focus listener for focuseLost() shouldn't care about tab or mouse clicks.

  • NSView subclass and mouse clicks

    I wrote a relatively simple program. It's got a single visual component on the window, an NSView subclass with drawing delegated out to another class called Arrow. Anyway, it uses a timer to trigger calls to drawRect which in turn "animates" a layer. I have a 100x100 layer and a velocity & position which get updated each time through depending on how much "real" time has passed. As the layer bounces around the screen, the animation seems smooth and everything looks good. If I start clicking in the window, however, things get wonky. The animation stutters (probably expected) and the position sometimes gets set back to the origin (0,0, bottom left corner of screen). I wonder if there's something I can do to stop mouse clicks from affecting the view, I have no set up anything to use the mouse clicks AT ALL so I don't really know how they can affect anything in the code I wrote. If this isn't enough info to answer the question, I'll post the xcode project.

    The end result is going to be a very simple 2d game with maybe 8-10 things on the screen moving around at any one time. My next step is to try out openGL but using these CALayers seemed a lot simpler. However, since you say any event will block, I expect that will happen to opengl as well. I'll dig some more in the examples. It seems I followed the pattern from the crash landing demo (although I'm doing it on the mac itself, not iphone/simulator) to set up the rendering.
    When you suggest using core animation, are you talking about just telling it the start/end position and the speed, and letting it handle everything in between? I don't think that will work for my case because eventually I will have to handle mouse/keyboard events to alter the movement in real-time. Am I missing something?
    Thanks again for your help.

  • Mail does not respond to mouse clicks properly

    This bug in Mail started in Lion, and has continued (or possibly worsened in some instances) in Mountain Lion.  Has anybody heard of a fix?
    Basically Mail acts like it is freezing, but in fact is not handling mouse clicks properly.
    1) If Mail is "behind" another active app window, clicking in the content area of the Mail window will not activate the window until you click a SECOND time.
    2) Once you get Mail to respond by clicking it the second time, if you click back and forth between it and the window in front (e.g. between safari and mail, the clicks DO register, but Mail acts as if the click position is offset from where you actually click.  The offset seems to vary and I haven't found a consistent link between the offset and where I click in mail or the other window, or the relative positions of the two windows.
    3) When you try the 2) trick on elements that can scroll, you realise that as well as an offset, Mail is trying to "drag" instead of respond to a click, so the list of mail folders pulls and bounces back, or the list of mail scrolls, or sometimes if everything lines up, an image of an envelope appears and moves as if you are trying to drag an email from one place to another.
    4) Clicking on the title/button/toolbar of Mail ALWAYS brings it to the front...
    5) If you bring Mail to the front by repeatedly clicking on the content area (and yes, sometimes it takes more than one click...) and as the FIRST thing you do after activating the window, click one of the buttons in the toolbar (e.g. the trash or delete button), it will depress, and stay down, as if you have done a "press and hold" instead of a "click".  Clicking on the button again will complete the action, but clicking elsewhere in the title bar will release the button and the action will not occur, just as if you had held the mouse button down and dragged off the button before releasing, which is appropriate behaviour IF you had held the mouse button down in the first place...
    6) If you activate Mail by clicking in the content area, then clicking a second time in the content area, then continue to single click around the content, it behaves as if it is one step behind you, responding as if the LAST click is the click you just made.  Interestingly the "button down state" seems to persist, because for instance clicking on a succession of emails will highlight each email in turn, but the content of the email on the right will not update with each click, only updating when you "break out of the cycle" with a double click or a title bar click.
    These are all REPRODUCIBLE, even after a restart.
    They ONLY happen in Mail.
    I have tried mouse, track pad, turning off bluetooth, so I don't think these things are related.
    SO...
    I THINK that MAIL, since Lion, has an issue with its event handler, where MouseUp events are either lost or mishandled, so that clicks are being registered as drags, or the "button down" state is not updated or something...
    With the above description I feel the Mail programming team should be able to track down the bug in minutes and fix it.
    Apple - feel free to get in contact with me and I will let you access my machine via remote desktop or teamviewer or something to see the bug in action.
    It is time to fix this annoying behaviour.
    Message was edited by: jaffle
    Worked out that 2 and 6 are related - the offset isn't an offset at all - it is the thing you last clicked on!

    Okay, I tried deleting the Finder preferences first (along with a handful of other preference files that I knew were no longer needed), and it seemed to help--at first. But eventually, all the same problems started happening again, so I concluded that it was necessary to just start with a fresh (empty) preferences folder. As you know, this is a pain to deal with, but I limited my pain by moving all the old preferences files into a folder on the Desktop rather than simply deleting them. That way, I could just put back any missing preferences that were too hard to recreate. Restoring all of my preferences with new (uncorrupted) prefs files will be an ongoing process, but the good news is that this effort (so far) seems to have solved the problem. Mail is responding to all my clicks, even when I switch between different apps and different spaces.  :-)
    Now that things are working correctly, I notice that when I switch between apps and/or spaces, the selected app (or the frontmost app in the new space) will show an active state for its window, whereas before, the selected app didn't update to show that it was active--it kept the inactive state for its window. I'm no expert, but it seems to me that this might have something to do with the windowserver process, so it might make sense for the next person who stumbles on this thread to start by deleting any preferences files that begin with com.apple.windowserver. Just a hunch, but it's worth starting there before you do a complete flush of all your preferences.
    Thanks again for the help--hopefully this workaround will be persistent. Fingers crossed!

  • My mac book pro does not boot up correctly anymore after doing some updates. I did have my ipod charging to my mac book. I ran the simple updates and never go to the maverick update and now my computer will not boot correctly. Help!

    Please help my computer is not repsonding after doing some simple updates. I follow the instructions and which is simply click for the update to take place. I did what I was instructed to do. I did not do the new update for the Mavericks yet. I just did simple updates. The computer shutted down and restarted but would never get pass the grey screen with the spinning wheel and the booting bar that would not go past a certain point befor shutting off again. The computer is practically brand new. I purchased the computer from best by 2012 and the warrenty just ended the past October. I hardly use the computer maybe 4 times since I have had it because I have another main computer that I uses. However, I don't want to do a hard rest becuase I do have the entire adobe suits software that I paid for and don't want to loose. I have an appointment with apple today to see what they say but I hope that my computer that I hardly every use is not defected after doing a updated pushed by Apple. Any thoughts or suggestions???? Thanks in advance Apple Family :-)

    Well, I was at Apple for sometime on that day. I got a Genius that did not want to work. She basically jumped to the money to tell me that my hard drive was no good and that I was out of warranty (October 2013). I began to explain to her that I had only used the computer 5 times and that I don't use this computer as my main computer because I also have a Toshiba that is less expensive that I have had for several years and not one issue out of it. The rep told me that I could by a new hard drive for $161.00 and that I would loose all of my software and photos that I have on this computer. However, I told her that it's bazaar that it happens right after my warranty goes out and had I used it more often when in warranty before October then I would have been covered. Keeping in mind that I would still be very disappointed with the product because I would loose all of my information and it would not make sense to me why the hard drive fails on a very gently used computer. So I asked for a manager and it took her some time to get one. In the mean time I watched how the other Geniuses interacted with the other customers and seen that they were very engaging with convo and very help. I guess I just I got another lemon when I got my rep. When the manager finally came. I went from A-Z with the issues and that I felt that something could or should be done because the rep said that she did tests on my machine and it read to her that my hard drive was bad and there was nothing that could be done. I explained that I was not looking forward to paying for services to have my new computer repaired. The manager offered to give me 25% off the cost but I still didn't feel that it was effective. After he left and the rep wrote the notes in the system, I told her that I didn't think that all options had been exhausted and that there was something else that could be done. I told her to erase the machine and see if the updates could be installed and if the system would continue to do the same thing. The rep was hesitant and said that I would loose everything which we already know that we were at conclusion from the beginning. She assured me that I would happen again and that I would need a new hard drive. I just told her to erase the machine and get me another manager because I was just getting tired of her unhelpfulness and negative perspective. The new manager came and was very pleasant and I explained everything once again from A-Z. I informed him that I had the machine erased and that I need his help with options because I don't feel that the rep or the last manager was resourceful or helpful. He apologies for the actions of the reps and proceed to tell me that they will run all the updates in the store and that if it booted correctly that I should continue to use the machine with out adding the adobe software back on just incase that it crashes again and I'm out of money once again. However, if it does happen again and it is a hard drive issues that he would work with me to resolve the issues. As my computer went through the process of rebooting from out of the box stage another rep approached me because he could tell that I was upset and not happy. I told he what had happen and he said I think I can help you a little more. He said that I just want to run further testing on you computer for different components to make sure that everything would work properly and pin point any issues. I was delighted with that option. Anything would help at this time especially someone who is willing to help. The first test that he ran was to for the hard drive and he said that since it failed the test the first time could be because the software update glitch and did update correctly which would make the test faulty and be negative. As I sit with finger crossed the test came back as a pass test that my hard drive was not the issue and that the update was the cause and that I did not have to buy a new hard drive. I was happy that the computer was ok but I lost information. All of the updates were done in the store and everything works fine now. If I was not persistent about my gut feeling then I would had left out thinking that I had to pay for a new hard drive that I really didn't needed. Now I can invest that money in a external hard drive to start backing up my information. Lesson learned by I'm still on the fence about things but I hope all is well. I really went through a lot. No help or no service was not an option that I was taken.  I hope that it helps.

  • Recording keystrokes and mouse clicks?

    Greetings,
    I need to be able to make scripts/macros by recording keystrokes and mouse clicks with location.
    Is this possible with Automator?
    Does anyone know of a way program to do this?
    It seems so simple.
    Thanks

    Keyboard shortcuts were often missed.  For example, I tried this sequence many times. 
    0: (setup:  text editor is scrolled to first line and cursor is at the beginning of the first line)
    1: Click on text editor window to focus it.
    2: press SHIFT-DownArrow to move cursor down one line and select the first line
    3: press CMD-X to cut the line.
    Automator never would capture those key strokes. 
    But today I has a break through.  This sequence does work:
    0: (setup:  text editor is scrolled to bottom of the file and the cursor is placed below the last line.)
    1: Click on text editor window to focus it.
    2: press SHIFT-UpArror to move cursor up one line and select the last line.
    3: press CMD-X to cut the line.
    about 70% of the time this did get recorded correctly (I did maybe 3 recordings and one failed to select).  Once it got recorded correctly it worked reliably. 
    So it seems to be able to capture some sequences but not others.  Both sequences work very reliably when I type them but automator can only capture the last sequence. 
    Thanks for the suggestions.  This tool is better than nothing but not anything I would recommend.

  • Mouse clicks send app to crazy land

    I have a multi-threaded app with two main windows. One is the data display / main user interface event handler. The other is a seperate window with nothing but the menu bar--basically categorized commands that may be executed independent of what the main user interface is doing. This way I can move the commands around, hide them, etc--they are seperate.
    From the user interface I am running a script. At first the sub-vi that ran scripts was a modal 'Cancel' button to end the script and return to the user interface. The modal property kept the user from doing anything with the user-interface while the script was executing. Perfect. The problem is, it also kept the user from accessing the command window. So I changed the scri
    pt from a modal dialog box to a non-modal pop-up window that i set to Always-on-Top. This allows access to the command window and keeps the 'Cancel' button on top so it won't disappear behind the user interface if the main window gets clicked. Also, the user interface remains locked out because the script sub-vi is called from the user interface event handler.
    The problem I have is that clicking on the main user interface (for example, selecting a different tab to view) while the 'Cancel' button dialog box is visible, does nothing. When the dialog box exits however, all of the clicks done previously (which you'd think would have been forgotten), get propogated. The application goes haywire momentarily trying to change and update things. If you clicked five different tabs while the dialog box was open, it would do nothing, then all of a sudden (when the dialog box exits), flip rapidly between the five different tabs selected, as fast as possible.
    Is there any way to cancel
    or ignore these mouse click events that get sent to the main user interface? Is this a problem with the windows Always-on-Top setting?

    This is certainly occuring because of the "Always on Top" selection. However, there is one option you have here. You could try using Dynamic Events. They're new to LabVIEW 7.0. You can actually unregister a particular event (tab changed) and have it only trigger when you want. For instance, you could unregister this right before the cancel window comes up. Then, if the user clicks the tabs, since this event is unregistered, they will not be tallied. Then, when you get back to that window, there will be no events stored up so nothing should happen.
    J.R. Allen

Maybe you are looking for

  • Urgent: Displaying image in JSPPAge in Abstract Portal Component.

    Hi all.    In my application, i need to display the image in a table cell. My JSP page is under dist\portal-inf\jsp\ and my image is under dist\images\. I am calling the image from my page using <td> <image src = "..\..\images\image.jpg"></td> and i

  • Interface Determination/BPM Error

    Hi, i have a idoc to file scenario,i am using a BPM. In ID when configuring the Interface determination, i am not able to select any interface mapping? is this b`se i am using a BPM and since the trnsformation step in the BPM already refers a interfa

  • Hassle free connections for HTTPS

    Hi, I am trying to make http requests for https. Currently I am doing this on TCP/IP socket. From socket, send request headers over StreamReader and StreamWriter; "POST mypage/myone.htm HTTP/1.1\r\n"+... I tried using Socket created with the recommen

  • How to sync CAN (traditional) and DAQmx input on PXI?

    At the moment I am reading analogue samples and counter values on my PXI system. The counter value is incremented by an external pulse (i. e. current time). Because the pulse is the actual time, the AI sampling has to start in sync with the first inc

  • Switch on Condition

    Hi,  I want to capture ON instant in switch. In my application want to clear the Chart's history by switch, when it is changes from OFF to ON . I am using switch when pressed as mechanical action. Please give me some ideas help me out... Thankyou