Components Do the Wrong thing.... (listbox and datatable)

Okay - this one may be a "don't do that" but here goes....
Create a new project.
On Page1. Drag a DataTable out, drop a Table on it. (should fill out the columns, yes?) It does.
Now, in Project Navigator, create a new folder (foo) in the WebPages folder.
Select the new folder. Right-click, and add a new Page2. Double-click to get the design view of foo/Page2.jsp
Drag a DataTable out, drop a Table on it - notice how only titles are there? Notice no dummy datarows? (yes, the row property has been set to 0 and changing it has no effect.)
If you deploy and test this app, the dT on Page1 works, the dT on foo/Page2 does not and you can't get it to work bu messing about with the properties. Interesting note, Page2's dataTable's value prop is "#{Page2.dataTable1Model}" no notion of the foo/Page2 (or would it be #{foo$Page2.dataTable1Model} ?)
The related thing happens when you use listBoxes. I get a Validation error on the foo/Page2, where Page1's list box works fine (although in this case there is something evil in the listBoxConvertor - try the popup in the prop sheet, it gets squirrely) although this could be related to the firefox listBox/Validation issue elsewhere in the forum.
So, I'm stuck trying to get some of these auto components to work down in the various namespaces of my app.....
Ideas?

Hi,
This problem has been noticed earlier too and a bug has already been filed for the same.
Thank you for bringing this to our notice.
Cheers :-)

Similar Messages

  • What does the PopUp "Prevent this page from creating additional dialogs" really mean and if I check the Box, how do I undo this if this was the Wrong Thing To Do?

    What does the PopUp "Prevent this page from creating additional dialogs" really mean and if I check the Box, how do I undo this if this was the Wrong Thing To Do?
    Details
    Constantly, while using Firefox (Beta v 11.0), and/or ESPECIALLY, when I have my eMail @ Mail.com open, I get this PopUp stating: "For security reasons, restarting mail.com Mail is possible only via the mail.com Mail Service. Please close this window and restart mail.com Mail" BUT Then there is a CHECKBOX: "Prevent this page from creating additional dialogs."
    I have no idea if Checking this Box is a Good Idea or if it will Screw-Up my mail.com Mail Service...
    Anyone have an answer or explanation of the Use of this Little Check-Box?
    BJ Orden [email protected]

    You do not get any pop-up windows on that website if you tick that box.
    That setting is stored in the cache and you should see pop-ups again if you reload the page and bypass the cache.
    Reload web page(s) and bypass the cache.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Cmd + Shift + R" (MAC)

  • When I go to a particular website I selected the wrong thing on the login now every time I tried to go to that site it redirects me to my search menu

    When I go to a particular website I selected the wrong thing on the login now every time I tried to go to that site it redirects me to my search menu and can't find the site.
    this is the site i want to go to --- https://delphisso.am.joneslanglasalle.com/idp/startSSO.ping?PartnerSpId=360facilityprod
    And this is the site it redirects to --- https://support.mozilla.org/en-US/questions/new/desktop/other/form?search=When+I+go+to+a+particular+website+I+selected+the+wrong+thing+on+the+login+now+every+time+I+tried+to+go+to+that+site+it+redirects+me+to+my+search+menu+&step=aaq-question

    It sounds as if maybe you have just bookmarked the wrong thing.
    Probably the link you give in your post works if so use and bookmark that.
    If necessary clear cookies and cache and start again from
    * https://authn.joneslanglasalle.com
    See also
    * Reloading using Ctrl+F5 forces a reload without using the existing cache or see [[How to clear the Firefox cache]]
    * [[Delete cookies to remove the information websites have stored on your computer#w_delete-cookies-for-a-single-site]]_delete-cookies-for-a-single-site
    * If you have recorded the wrong login details you can force Firefox to ''forget'' about a site. But be careful it will lose also lose history and bookmarks for that site. <br /> [[Remove websites from the Awesome Bar suggestions#w_clearing-all-items-for-a-single-site]]_clearing-all-items-for-a-single-site

  • [SOLVED] Some keybindings in i3wm doing the wrong thing

    I've been using i3wm for about a year now, and up until today it's worked perfectly.
    After an update, some of my keybindings are just plain doing the wrong thing. The rest seem to be working perfectly.
    mod-i is for "go to the window to the right", it now opens emacs
    mod-k used to close a window. It now has no apparent effect
    There's no issue with the keys inside of windows. For instance, I've used the 'i' many times in this post, and it works as expected.
    Here is my ~/.i3/config:
    # This file has been auto-generated by i3-config-wizard(1).
    # It will not be overwritten, so edit it as you like.
    # Should you change your keyboard layout somewhen, delete
    # this file and re-run i3-config-wizard(1).
    # i3 config file (v4)
    # Please see http://i3wm.org/docs/userguide.html for a complete reference!
    set $mod Mod4
    # Font for window titles. Will also be used by the bar unless a different font
    # is used in the bar {} block below. ISO 10646 = Unicode
    # font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
    # The font above is very space-efficient, that is, it looks good, sharp and
    # clear in small sizes. However, if you need a lot of unicode glyphs or
    # right-to-left text rendering, you should instead use pango for rendering and
    # chose a FreeType font, such as:
    # font pango:DejaVu Sans Mono 10
    font pango: Inconsolata-dz for Powerline 8
    # Use Mouse+$mod to drag floating windows to their wanted position
    floating_modifier $mod
    # start a terminal
    bindsym $mod+Return exec termite
    # kill focused window
    bindsym $mod+k kill
    # start dmenu (a program launcher)
    bindsym $mod+w exec dmenu_run
    # There also is the (new) i3-dmenu-desktop which only displays applications
    # shipping a .desktop file. It is a wrapper around dmenu, so you need that
    # installed.
    # bindsym $mod+w exec --no-startup-id i3-dmenu-desktop
    # change focus
    bindsym $mod+h focus left
    bindsym $mod+n focus down
    bindsym $mod+e focus up
    bindsym $mod+i focus right
    # alternatively, you can use the cursor keys:
    bindsym $mod+Left focus left
    bindsym $mod+Down focus down
    bindsym $mod+Up focus up
    bindsym $mod+Right focus right
    # move focused window
    bindsym $mod+Shift+h move left
    bindsym $mod+Shift+n move down
    bindsym $mod+Shift+e move up
    bindsym $mod+Shift+i move right
    # alternatively, you can use the cursor keys:
    bindsym $mod+Shift+Left move left
    bindsym $mod+Shift+Down move down
    bindsym $mod+Shift+Up move up
    bindsym $mod+Shift+Right move right
    # split in horizontal orientation
    bindsym $mod+o split h
    # split in vertical orientation
    bindsym $mod+semicolon split v
    # change container layout (stacked, tabbed, toggle split)
    bindsym $mod+r layout stacking
    bindsym $mod+s layout tabbed
    bindsym $mod+space layout toggle split
    # toggle tiling / floating
    bindsym $mod+Shift+space floating toggle
    # change focus between tiling / floating windows
    # bindsym $mod+space focus mode_toggle
    # focus the parent container
    bindsym $mod+a focus parent
    # focus the child container
    # bindsym $mod+d focus child
    # switch to workspace
    bindsym $mod+1 workspace 1
    bindsym $mod+2 workspace 2
    bindsym $mod+3 workspace 3
    bindsym $mod+4 workspace 4
    bindsym $mod+5 workspace 5
    bindsym $mod+6 workspace 6
    bindsym $mod+7 workspace 7
    bindsym $mod+8 workspace 8
    bindsym $mod+9 workspace 9
    bindsym $mod+0 workspace 10
    # move focused container to workspace
    bindsym $mod+Shift+1 move container to workspace 1
    bindsym $mod+Shift+2 move container to workspace 2
    bindsym $mod+Shift+3 move container to workspace 3
    bindsym $mod+Shift+4 move container to workspace 4
    bindsym $mod+Shift+5 move container to workspace 5
    bindsym $mod+Shift+6 move container to workspace 6
    bindsym $mod+Shift+7 move container to workspace 7
    bindsym $mod+Shift+8 move container to workspace 8
    bindsym $mod+Shift+9 move container to workspace 9
    bindsym $mod+Shift+0 move container to workspace 10
    # Scratchpad stuff
    bindsym $mod+bracketleft scratchpad show
    bindsym $mod+bracketright move scratchpad
    # reload the configuration file
    bindsym $mod+Shift+r reload
    # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
    bindsym $mod+Shift+p restart
    # exit i3 (logs you out of your X session)
    bindsym $mod+Shift+f exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
    # resize window (you can also use the mouse for that)
    mode "resize" {
    # These bindings trigger as soon as you enter the resize mode
    # Pressing left will shrink the window’s width.
    # Pressing right will grow the window’s width.
    # Pressing up will shrink the window’s height.
    # Pressing down will grow the window’s height.
    bindsym h resize shrink width 10 px or 10 ppt
    bindsym n resize grow height 10 px or 10 ppt
    bindsym e resize shrink height 10 px or 10 ppt
    bindsym i resize grow width 10 px or 10 ppt
    # same bindings, but for the arrow keys
    bindsym Left resize shrink width 10 px or 10 ppt
    bindsym Down resize grow height 10 px or 10 ppt
    bindsym Up resize shrink height 10 px or 10 ppt
    bindsym Right resize grow width 10 px or 10 ppt
    # back to normal: Enter or Escape
    bindsym Return mode "default"
    bindsym Escape mode "default"
    # Monitor configurations
    # V H
    # exec (xrandr --output DVI-D-1 --auto --rotate left && xrandr --output DVI-D-2 --auto --rotate right --right-of DVI-D-1)
    # H V
    # exec (xrandr --output DVI-D-1 --auto --rotate normal && xrandr --output DVI-D-2 --auto --rotate left --right-of DVI-D-1)
    # V V
    # exec (xrandr --output DVI-D-1 --auto --rotate left && xrandr --output DVI-D-2 --auto --rotate left --right-of DVI-D-1)
    # H H
    exec (xrandr --output DVI-D-1 --auto && xrandr --output DVI-D-2 --auto --right-of DVI-D-1)
    exec setxkbmap us -variant colemak -option terminate:ctrl_alt_bksp,grp:rctrl_toggle,compose:ralt,ctrl:nocaps
    # Start i3bar to display a workspace bar (plus the system information i3status
    # finds out, if available)
    bar {
    output DVI-D-1
    position top
    # status_command cat
    status_command $HOME/bin/barinfo
    tray_output DVI-D-2
    mode dock
    # These are the colors for the window borders, so I'm going to apply them here
    # BorderFrame Border Title NextWindowGoesHere
    # client.focused #268bd2 #268bd2 #fdf6e3 #93a1a1
    # client.focused_inactive #002b36 #002b36 #d0d0d0 #93a1a1
    # client.unfocused #002b36 #002b36 #d0d0d0 #93a1a1
    # client.urgent #dc322f #dc322f #fdf6e3 #cb4b16
    colors {
    background #222222
    focused_workspace #222222 #222222 #eeeeee
    active_workspace #222222 #222222 #cccccc
    inactive_workspace #222222 #222222 #aaaaaa
    urgent_workspace #ee0000 #ee0000 #ffffff
    # Solarized
    # background #073642
    # focused_workspace #073642 #073642 #eee8d5
    # active_workspace #073642 #073642 #2aa198
    # inactive_workspace #073642 #073642 #268bd2
    # urgent_workspace #dc322f #dc322f #fdf6e3
    bar {
    output DVI-D-2
    position top
    status_command cat
    # status_command $HOME/bin/barinfo
    tray_output DVI-D-2
    mode dock
    colors {
    background #222222
    focused_workspace #222222 #222222 #eeeeee
    active_workspace #222222 #222222 #cccccc
    inactive_workspace #222222 #222222 #aaaaaa
    urgent_workspace #ee0000 #ee0000 #ffffff
    # Application keybindings
    bindsym $mod+c exec firefox
    bindsym $mod+shift+c exec chromium --incognito
    bindsym $mod+grave exec dwb
    bindsym $mod+f exec thunar
    bindsym $mod+m exec emacs
    bindsym $mod+t exec termite
    bindsym $mod+shift+t exec urxvt
    bindsym $mod+p exec pavucontrol
    bindsym $mod+l exec emacs "~/prj/lysa/en/book"
    # Resize windows
    bindsym Control+$mod+h resize shrink width 10 px or 10 ppt
    bindsym Control+$mod+n resize grow height 10 px or 10 ppt
    bindsym Control+$mod+e resize shrink height 10 px or 10 ppt
    bindsym Control+$mod+i resize grow width 10 px or 10 ppt
    # same bindings, but for the arrow keys
    bindsym Control+$mod+Left resize shrink width 10 px or 10 ppt
    bindsym Control+$mod+Down resize grow height 10 px or 10 ppt
    bindsym Control+$mod+Up resize shrink height 10 px or 10 ppt
    bindsym Control+$mod+Right resize grow width 10 px or 10 ppt
    bindsym Print exec scrot -e 'mv $f ~/pics/screenshots/'
    bindsym F13 exec scrot -e 'mv $f ~/pics/screenshots/'
    bindsym XF86AudioMute exec pamixer --toggle-mute
    bindsym XF86AudioLowerVolume exec pamixer --decrease 5
    bindsym XF86AudioRaiseVolume exec pamixer --increase 5
    bindsym $mod+F10 exec pamixer --toggle-mute
    bindsym $mod+F11 exec pamixer --decrease 5
    bindsym $mod+F12 exec pamixer --increase 5
    bindsym $mod+F7 exec mpc prev
    bindsym $mod+F8 exec mpc toggle
    bindsym $mod+F9 exec mpc next
    bindsym $mod+Shift+u move container to workspace prev
    bindsym $mod+Shift+y move container to workspace next
    bindsym $mod+u workspace prev
    bindsym $mod+y workspace next
    # Panel things
    exec deluge
    # exec dropbox
    exec google-musicmanager
    exec $HOME/bin/gmail-notifyd
    exec nm-applet
    exec parcellite
    exec mpd
    # exec ncmpcpp pause
    exec urxvtd
    # Non-panel things
    exec compton
    exec dunst
    exec emacs --daemon
    exec thunar --daemon
    exec redshift -l 40.7500:111.8833
    exec nitrogen --restore
    exec urxvtd
    # Solarized
    # client.focused #268bd2 #268bd2 #fdf6e3 #93a1a1
    # client.focused #f336a2 #f336a2 #fdf6e3 #93a1a1
    # client.focused_inactive #002b36 #002b36 #d0d0d0 #93a1a1
    # client.unfocused #002b36 #002b36 #d0d0d0 #93a1a1
    # client.urgent #dc322f #dc322f #fdf6e3 #cb4b16
    # BorderFrame Border Title NextWindowGoesHere
    client.focused #00eeee #00eeee #eeeeee #aaaaaa
    client.focused_inactive #222222 #222222 #dddddd #aaaaaa
    client.unfocused #222222 #222222 #dddddd #aaaaaa
    client.urgent #ee0000 #ee0000 #ffffff #aaaaaa
    focus_follows_mouse no
    for_window [class="^.*"] border pixel 6
    new_window 1pixel
    ^ That's the ~/.i3/config for my desktop machine
    The same thing is happening on my other computer, so I don't think it's an issue specifically with my machine.
    My laptop's ~/.i3/config:
    # This file has been auto-generated by i3-config-wizard(1).
    # It will not be overwritten, so edit it as you like.
    # Should you change your keyboard layout somewhen, delete
    # this file and re-run i3-config-wizard(1).
    # i3 config file (v4)
    # Please see http://i3wm.org/docs/userguide.html for a complete reference!
    set $mod Mod4
    # Font for window titles. Will also be used by the bar unless a different font
    # is used in the bar {} block below. ISO 10646 = Unicode
    # font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
    # The font above is very space-efficient, that is, it looks good, sharp and
    # clear in small sizes. However, if you need a lot of unicode glyphs or
    # right-to-left text rendering, you should instead use pango for rendering and
    # chose a FreeType font, such as:
    font pango: Inconsolata-dz for Powerline 9
    # Use Mouse+$mod to drag floating windows to their wanted position
    floating_modifier $mod
    # start a terminal
    bindsym $mod+Return exec termite
    bindsym $mod+Shift+Return exec termite
    # kill focused window
    bindsym $mod+k kill
    # start dmenu (a program launcher)
    bindsym $mod+w exec dmenu_run
    # There also is the (new) i3-dmenu-desktop# This file has been auto-generated by i3-config-wizard(1).
    # It will not be overwritten, so edit it as you like.
    # Should you change your keyboard layout somewhen, delete
    # this file and re-run i3-config-wizard(1).
    # There also is the (new) i3-dmenu-desktop which only displays applications
    # shipping a .desktop file. It is a wrapper around dmenu, so you need that
    # installed.
    # bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
    # change focus
    bindsym $mod+h focus left
    bindsym $mod+n focus down
    bindsym $mod+e focus up
    bindsym $mod+i focus right
    # alternatively, you can use the cursor keys:
    bindsym $mod+Left focus left
    bindsym $mod+Down focus down
    bindsym $mod+Up focus up
    bindsym $mod+Right focus right
    # move focused window
    bindsym $mod+Shift+h move left
    bindsym $mod+Shift+n move down
    bindsym $mod+Shift+e move up
    bindsym $mod+Shift+i move right
    # alternatively, you can use the cursor keys:
    bindsym $mod+Shift+Left move left
    bindsym $mod+Shift+Down move down
    bindsym $mod+Shift+Up move up
    bindsym $mod+Shift+Right move right
    # split in horizontal orientation
    bindsym $mod+o split h
    # split in vertical orientation
    bindsym $mod+semicolon split v
    # change container layout (stacked, tabbed, toggle split)
    bindsym $mod+s layout stacking
    bindsym $mod+t layout tabbed
    bindsym $mod+space layout toggle split
    # toggle tiling / floating
    bindsym $mod+Shift+space floating toggle
    # focus the parent container
    bindsym $mod+a focus parent
    # switch to workspace
    bindsym $mod+1 workspace 1
    bindsym $mod+2 workspace 2
    bindsym $mod+3 workspace 3
    bindsym $mod+4 workspace 4
    bindsym $mod+5 workspace 5
    bindsym $mod+6 workspace 6
    bindsym $mod+7 workspace 7
    bindsym $mod+8 workspace 8
    bindsym $mod+9 workspace 9
    bindsym $mod+0 workspace 10
    # move focused container to workspace
    bindsym $mod+Shift+1 move container to workspace 1
    bindsym $mod+Shift+2 move container to workspace 2
    bindsym $mod+Shift+3 move container to workspace 3
    bindsym $mod+Shift+4 move container to workspace 4
    bindsym $mod+Shift+5 move container to workspace 5
    bindsym $mod+Shift+6 move container to workspace 6
    bindsym $mod+Shift+7 move container to workspace 7
    bindsym $mod+Shift+8 move container to workspace 8
    bindsym $mod+Shift+9 move container to workspace 9
    bindsym $mod+Shift+0 move container to workspace 10
    bindsym $mod+u workspace prev
    bindsym $mod+y workspace next
    # Scratchpad stuff
    bindsym $mod+bracketleft scratchpad show
    bindsym $mod+bracketright move scratchpad
    # reload the configuration file
    bindsym $mod+Shift+r reload
    # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
    bindsym $mod+Shift+p restart
    # exit i3 (logs you out of your X session)
    bindsym $mod+Shift+f exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
    bindsym $mod+Shift+k exec killall -u pete
    exec setxkbmap us,ru -variant colemak, -option terminate:ctrl_alt_bksp,grp:rctrl_toggle,compose:ralt,ctrl:nocaps
    # Start i3bar to display a workspace bar (plus the system information i3status
    # finds out, if available)
    bar {
    position top
    status_command $HOME/bin/barinfo
    colors {
    # background #222222
    # focused_workspace #222222 #222222 #eeeeee
    # active_workspace #222222 #222222 #cccccc
    # inactive_workspace #222222 #222222 #aaaaaa
    # urgent_workspace #ee0000 #ee0000 #ffffff
    # Solarized
    background #073642
    focused_workspace #073642 #073642 #eee8d5
    active_workspace #073642 #073642 #2aa198
    inactive_workspace #073642 #073642 #268bd2
    urgent_workspace #dc322f #dc322f #fdf6e3
    # Application keybindings
    bindsym $mod+c exec firefox
    bindsym $mod+grave exec xombrero
    bindsym $mod+f exec thunar
    bindsym $mod+m exec emacs
    bindsym $mod+p exec pavucontrol
    bindsym $mod+r exec thunderbird
    bindsym $mod+l exec emacs "~/prj/lysa/en/book"
    bindsym Control+$mod+l exec $HOME/bin/startlysa
    # Resize windows
    bindsym Control+$mod+h resize shrink width 05 px
    bindsym Control+$mod+n resize grow height 05 px
    bindsym Control+$mod+e resize shrink height 05 px
    bindsym Control+$mod+i resize grow width 05 px
    bindsym Control+$mod+Left resize shrink width 05 px
    bindsym Control+$mod+Down resize grow height 05 px
    bindsym Control+$mod+Up resize shrink height 05 px
    bindsym Control+$mod+Right resize grow width 05 px
    bindsym Print exec scrot -e 'mv $f ~/pics/screenshots/'
    bindsym XF86AudioMute exec amixer set Master toggle
    bindsym XF86AudioLowerVolume exec amixer set Master 8%-
    bindsym XF86AudioRaiseVolume exec amixer set Master 8%+
    bindsym $mod+F7 exec mpc prev
    bindsym $mod+F8 exec mpc toggle
    bindsym $mod+F9 exec mpc next
    bindsym $mod+F10 exec pamixer --toggle-mute
    bindsym $mod+F11 exec pamixer --decrease 5
    bindsym $mod+F12 exec pamixer --increase 5
    # Autostarted applications
    # exec deluge
    exec cbatticon
    # exec dropbox
    exec kalu
    exec nm-applet
    exec parcellite
    exec mpd
    exec ncmpcpp pause
    exec urxvtd
    # exec xscreensaver
    # Non-panel things
    # exec compton
    exec dunst
    # exec $HOME/bin/gmail-notifyd
    exec emacs --daemon
    exec thunar --daemon
    exec nitrogen --restore
    exec redshift -l 40.75:111.8833
    exec synclient TouchpadOff=1
    # Solarized
    # client.focused #268bd2 #268bd2 #fdf6e3 #93a1a1
    client.focused #f336a2 #f336a2 #fdf6e3 #93a1a1
    client.focused_inactive #002b36 #002b36 #d0d0d0 #93a1a1
    client.unfocused #002b36 #002b36 #d0d0d0 #93a1a1
    client.urgent #dc322f #dc322f #fdf6e3 #cb4b16
    # BorderFrame Border Title NextWindowGoesHere
    # client.focused #00eeee #00eeee #eeeeee #aaaaaa
    # client.focused_inactive #222222 #222222 #dddddd #aaaaaa
    # client.unfocused #222222 #222222 #dddddd #aaaaaa
    # client.urgent #ee0000 #ee0000 #ffffff #aaaaaa
    focus_follows_mouse no
    for_window [class="^.*"] border pixel 5
    new_window 1pixel
    Here is what I tried:
    Restarting X11
    Rebooting
    Reinstalling i3
    None of them had any apparent effect.
    Edit:
    Upon further investigation, this is a bug in i3: https://github.com/i3/i3/issues/1302#is … t-77648601
    Hopefully the fix is coming soon.
    Last edited by pharpend (2015-03-09 16:54:04)

    Same issue here, on 2 different laptops. Things were working fine, and suddenly my mod+123456789 keys to switch workspace won't work anymore (and maybe others that I haven't noticed yet).
    Since I have a Fr-pc keyboard, actually those are:
    mod+ampersand
    mod+eacute
    mod+quotedbl
    etc...
    By chance, mod+cedilla is working and open and switch to Workspace 5 (instead of Worskpace 9 but let's not be picky..) ! thanks god, life was awful with one workspace.
    I hope they'll fix this soon.

  • My appstore wont let me download anything. It says i have to agree to the terms and i agree and again it pop up the same thing over and over! Please help me

    My appstore wont let me download anything. It says i have to agree to the terms and i agree and again it pop up the same thing over and over! Please help me

    I thought i was the only one!! but its happening on my ipad! and i dont even want to try on my iphone uhhh its annoying!

  • I tried to share a photo using e-mail and when I set up my gmail account I typed in the wrong user name and password.  Now i can't share photos using e-mail.

    I tried to share a photo using e-mail and when i set up my gmail account I typed in the wrong user name and password.
    Now I can't send a photo because i get an error message saying the user name and password do not match.
    How do i save a new gmail user name and password??

    iPhoto Menu ->
    Preferences ->
    Accounts ->
    Delete and recreate your email settings.
    Alternatively, use Apple's Mail for the job. It has Templates too - and more of them.

  • My project index is pointed to the wrong project library and I need to change it.

    My project index is pointed to the wrong project library and I need to change it.

    All content from the store is tied to the account that downloaded it, so if you download those apps then it should be showin your account's id - if you've updated the email address on your account and it's showing the pre-update email address then try logging out of it on the iPad by tapping on the id in Settings > iTunes & App Stores and then log back in and see if that 'refreshes' the account on the iPad.
    If you haven't changed your email address then has anybody else downloaded or synced apps to your iPad ? If they have then only their id will be able to download updates to them

  • I tried to open Photoshop Elements 11. I got a message that components of the application are missing and that I needed to reinstall Photoshop Elements. I purchased the software by downloading it from Adobe so how can I reinstall it?

    I tried to open Photoshop Elements 11. I got a message that components of the application are missing and that I needed to reinstall Photoshop Elements. I purchased the software by downloading it from Adobe so how can I reinstall it?

    Are you launching Pages from an icon in your Dock? Installing the update does not change the Dock icons & it does not remove the older versions. Go to your Applications folder & launch the new Pages from there.

  • My mom typed in the wrong email addy and now her mail is locked.  It states that there is mail in her outbox but won't let me get to it.  any suggestions?  Thanks

    My Mom typed in the wrong email address and now her mail is locked. It states that it can't be sent because the server rejected one of the recipient's addresses. The message has been placed in your Outbox.  Now when I go to the outbox I can not access it.  It is like it's locked.  She has and IPad version 1.  Any help would be appreciated.

    This may be of help.
    http://apple-ipad-tablet-help.blogspot.com/2011/08/ipad-2-email-address-rejected -by-server.html
    If you can't use the mail app now - if it is frozen - quit the app and restart the iPad.
    Go to the home screen first by tapping the home button. Quit/close mail by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down onthe mail app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    If that doesnt help try resetting the iPad. Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • TS3274 My iPad has a white screen after trying to restore.  I try and restore again and  the same thing happens and we are back at the white screen.  How can I get it back.

    My iPad has a white screen after trying to restore.  I try and restore again and  the same thing happens and we are back at the white screen.  How can I get it back?

    type HT4097 in the search bar. its unable to update or restore iOS. Follow the instructions and if that does not work then id go to the local apple store.

  • TS3694 I tried to get rid of my jailbreak things like restoring my whole phone. It didn't work. Now it keeps showing the photo to connect to itunes so I did. It said to restore so I did. and it keeps doing the same thing over and over and over and over ag

    I tried to get rid of my jailbreak things like restoring my whole phone. It didn't work. Now it keeps showing the photo to connect to itunes so I did. It said to restore so I did. and it keeps doing the same thing over and over and over and over again. How do I fix it?

    Your phone is toast.  Contrary to what the lovely folks in the jalibreaking community say, attempting to restore the iPhone to "factory" condition does not always remove the jailbreak.  You'll need to contact those bozos and see if they can help you.
    Hint:  start saving for a new phone.

  • I'm trying to sign in to FaceTime but it said check network and try agin but my network is work and I try it agin but it just say the same thing over and over I don't now what to do please help me

    I need help with FaceTime every time I sign in it tells me check network and try agin my network is working and I try it agin it say the same thing over and over it does it on messages on my I pod touch 4g

    Reset the device:
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    If that doesn't help, tap Settings > General > Reset > Reset All Settings
    If that doesn't help, tap Settings > General > Reset > Reset Network Settings

  • TS4050 I typed the wrong apple ID and now I have no access to my ICloud. How can I change my apple ID on my Icloud?

    I typed the wrong apple ID and now I have no access to my ICloud. How can I change my apple ID on my Icloud?

    I have asked for your email address to be edited out. Posting your address in an open thread is a sure way to be bombarded by unwanted email, remember it will be here long after you have resolved your problem, for automated detection software to find.
    If you want people to contact you, enable others to see your email address in your profile.
    You should be able to change that address at My Apple ID

  • [svn:osmf:] 14326: ChromeLibrary: fixing hints from appearing at the wrong vertical offset, and preventing scrub bar time remaining calculations to go negative.

    Revision: 14326
    Revision: 14326
    Author:   [email protected]
    Date:     2010-02-22 08:10:39 -0800 (Mon, 22 Feb 2010)
    Log Message:
    ChromeLibrary: fixing hints from appearing at the wrong vertical offset, and preventing scrub bar time remaining calculations to go negative.
    Modified Paths:
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/widgets/ScrubBar.as
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/hint/Hint.as

  • I can't make copies on my C6180 printer. It says i have the wrong size paper and I don't

    I am trying to make copies on my C6180 all in one printer and it says I have the wrong paper size and then spit the paper out.  Paper size is correct.  What is wrong.....this just started happening and nothing has changed on our computer.

    Hi @cflooring,
    Welcome to the HP Forums!
    I understand that you cannot make copies on your HP Photosmart c6180 printer, and it is saying that you have the wrong paper size. I am happy to help you with this issue!
    For further assistance, I will need to know:
    If you are using a Windows or Mac Operating System, and the version number. To find the exact version, visit this link. Whatsmyos.
    If the printer is connected, Wireless, Ethernet, or USB.
    If the power cable is plugged into a surge protector, or directly to the wall outlet. Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector. This applies to Inkjet printers as well.
    In the meantime, please see this guide, 'Paper Mismatch,' or 'Paper Size Mismatch' Error Message Displays When Printing.
    Hope this helps, and hope to hear from you soon!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

Maybe you are looking for

  • Can't load files into Library

    I recently purchased an iPod and dl'd and installed iTunes. But when I tried to add my music folder into iTunes library, it runs an error message and auto closes. Here's what's happening: 1. It opens that Adding Files dialog box and starts processing

  • Imac won't read Cds

    5-yr. old iMac: suddenly won't read CDs. It spits them out after 10-20 seconds with no error message.

  • Standard HCM & forms Process development using WD4A

    Hello All, We are planning to implement applications of Standard HCM & forms Process using WD4A same like standard create Position u2026etc. to avoid Adobe forms. Could you please share your advises, suggestions and approach to be followed. Best feas

  • TZ=UTC issue/ question - no response in DBA general forum

    Hi All, Env: Sun SOlaris 8 Database 10.2.0.1.0 a) Introdued an env variable TZ=UTC at OS level b) I'm able to see the change in SQLPLUS when using BEQ connection: $ echo $TZ UTC $ date Fri Mar 16 16:37:03 UTC 2007 $ sqlp SQL*Plus: Release 10.2.0.1.0

  • How can I pause and continue tests execution?

    Hello dev team, Thank you for the greate tool for running Flex tests. It is very very helpful for me and saved a lot of time. And I'm waiting for new releases. I wonder how can I pause/restart/continue running tests. Thanks in advance. Alexey