S5 Gallery Pan and Zoom button above image - Galaxy S 5 Q&A, Help & Troubleshooting

Hi. Could someone please help me with the following that is driving me nuts. I have an international S5 version. If I use the stock Gallery app, If I crop an image and the image is too narrow, the app automatically displays a button floating above the image. If you press the button the image will automatically zoom and pan from top to bottom. This floating button (looks like three squares) will not appear for images that are not narrow. I spent hours Googling about this, but I couldn't find a single website that at least acknowledges that this option exists. What I would like to know if there is a way of disabling this, since the floating button sometimes goes above important details on the image and I don't intent to use this feature. Thanks in advanced to anyone that knows about this feature.

Related

Putting PPC (Harrier & iMate) app on Treo 700wx Issues

Hi,
I have an application which has been running nicely on Harrier and iMate devices, well any PPC devices really because of their rectangular screen shape.
My client has gone and bought some Palm Treo 700wx devices, and they have a smaller square screen.
In the resource of my project the screens are designed to fit PPC. When it runs on the Treo the Treo automatically pops up a scroll bar to allow the whole view to be seen.
The issue is when I first go into the app I can't see the top of the screen, about 20 odd pixels heigh aren't displayed. The scroll bar still displays and I can scroll down to the bottom of the view, and when I scroll up again the top of the screen is still out of sight.
If I exit the app just by tapping on the x in the top right corner (so the app is still running, not exiting properly via my Exit button which shuts down the app), I exit the app and then when I go back into the app the screens are displayed correctly, there is no missing space at the top of the screen.
If I exit the app via my exit button and then start the app again, the top of the view is missing again.
Does anyone know why the screen isn't displayed correctly when I first enter the app, or why it should come right when reloading the view again? Has anyone else had problems with screen layout when putting PPC apps on the square Treo 700wx?
Thanks
It sounds like you have a 'refresh' problem. I haven't encountered this my self and it is really hard to diagnose when you don't even tell us what language your app is written in, but basically here is what I think happens:
When your app is launched, part of its window doesn't get properly painted (not sure why exactly).
When you click the X the app isn't closed, but minimized.
When you return to it the window is maximized and repainted. Second repaint goes correctly.
The quick solution to this would be to force a window refresh just after the app is fully started.
Sorry I forgot to add the language.. it's written in eVC++ 3.0
I'll give the refresh a go, thanks
Further Questions..
I thought that minimising and then maximising the screen fixed the problem, but only partially..
Because the screen in resource is designed for regular PPC it is bigger than the Treo 700 screen size, so the OS automatically shows a scroll bar.
The new issue I'm seeing is to do with the scroll bar. The steps I take to reproduce the issue are:
1. Go to View1, and I scroll down the view (I'm using CView not CDialog)
2. Go to View2
3. Go back to View1. When I go back to the first view the scrollbar is scrolled down in the position I left it.
4. Scroll up to top of view and some of the controls in the wrong place. Some controls I dynamically create in OnInitialUpdate, and as part of the Create() I pass in CRect to tell it where to create the control.
If I set CRect.top to say 10, it's created 10 down from the top of the visible screen. The problem is that because I've scrolled the view previously the view draws it 10 down on the visible portion of the view.
I had thought that the easiest solution would be to always reset the scroll bar to the top of the view before creating my controls, but I'm not sure how to force the OS scroll bar to the top of the view. I've tried SetScrollPos(0,0) or ScrollWindow(0, y). ScrollWindow moves the actual view up or down, but the OS scrollbar is still in the same position.
Any ideas on how to set my view window to the top and to reset the scrollbar?
Thanks again
How to refresh a view?
I have sorted the issue mentioned just above, by finding the scroll position and factoring in that when I set the value of CRect area of the controls I need to dynamically draw.
I'm now just left with the first issue, of when I first start up the app the top part of the window and scrollbar are covered by the Title/Taskbar at the top of the screen.
If I close the app via the x button and restart the app, the issue resolves itself. Or if I open up any dlg like the About screen or even display an AfxMessageBox, when I close the dialog the original screen is redrawn correctly, in the correct position and scroll bar fully shown.
I have tried calling RecalcLayout(), RefreshWindow(), UpdateWindow(), Sending WM_SIZE messages and a whole range of things, but I can't seem to get the screen refreshing correctly apart from when I open any dialog and close that dialog.
When you close a dialog what messages get sent to the previous view that force it to redraw? Does anyone have any suggestions how I can force a refresh myself?
Thanks again
Did you try InvalidateRect?
I am getting a bit rusty with MFC, since I now try to do things the hard way and use pure win 32, but this should work.
If you can't use it as a class member, call the API directly using you view GetSafeHwnd() function for window handle). Use NULL for lpRect to redraw the whole window and FALSE for bErase to prevent flickering.
Note that UpdateWindow() only triggers repaint if part of the window becomes invalid (the contents needs redrawing).
No I hadn't thought of using InvalidateRect(), so I should give it a go.
In the end I just wanted the issue fixed so opted for a quick 'n dirty solution of displaying a temp CDialog as soon as the app starts and calling EndDialog() immediately in the OnInitDialog() so the dialog disappears before you see it.
It worked and the original screen gets updated to correct size, layout and scroll bar.
Cheers.

Browsing Issue - Hyperlink Selection

I'm very pleased with my HD2 overall, but there's one area where it comes up short in comparison to the iPhone imo: in the default zoomed out browser page view, if you click on a link (which is small, but it does briefly change colour so you know the press has registered), nothing happens - I have to zoom in (with a pinch or double press) before it will work. This is the case in both Opera and IE.
Is there by any chance a config hack to sort this? I'm new to Windows Mobile, perhaps it's a known weakness? Because the link does highlight it makes me think this is more of a software issue than a hardware one, so ought to be fixable/hackable?
Thanks,
Andy
AndyGarton said:
I'm very pleased with my HD2 overall, but there's one area where it comes up short in comparison to the iPhone imo: in the default zoomed out browser page view, if you click on a link (which is small, but it does briefly change colour so you know the press has registered), nothing happens - I have to zoom in (with a pinch or double press) before it will work. This is the case in both Opera and IE.
Is there by any chance a config hack to sort this? I'm new to Windows Mobile, perhaps it's a known weakness? Because the link does highlight it makes me think this is more of a software issue than a hardware one, so ought to be fixable/hackable?
Thanks,
Andy
Click to expand...
Click to collapse
when i go to google.nl and its zoomed out, i click on the right upper side to log in/sign in, so for me this aint no issue.
Just one bump in case anybody else has any thoughts (I appreciate that this isn't an issue for the poster above, but it is for me ).
You can search the forum for a solution (it was posted dozens of times across the place). You'll need to change zoom settings to achieve what you want.
Just note that you'll lose something as well. The current behavior allows you to activate onHover events (stuff that websites do when you move your mouse over an element). With default settings you get popups/menus activated without firing the link action (an option missing in the iPhone browser).
Yes, I'm having the same problem from time to time. Sometimes I can hit tiny targets and sometimes I have to zoom right in to hit a link. I guess it's just a matter of getting used to the capacitive screen.
mrturq said:
when i go to google.nl and its zoomed out, i click on the right upper side to log in/sign in, so for me this aint no issue.
Click to expand...
Click to collapse
Thanks, I found the registry setting (software,opera,info,az_overview_threshold), reduced it to 32 and haven't noticed any obvious side effects yet. This makes a big difference for me, especially when I set the minimum font size to medium in the menu settings.

[Q] Incorrect Photo Orientation

I did a search, but can't find a specific answer. I have a new S4 and took a variety of pictures in both vertical and horizontal orientation. Auto rotate screen is set to on in device settings. All photos displayed properly in the Gallery app, but when I uploaded all to Dropbox, some were orientated sideways and I had to manually rotate them clockwise. This is my first Samsung phone, but all other phones I've had before, Motorola, HTC, etc. did not do this. Am I missing a simple setting on the Samsung to keep photos in the proper orientation or is there a known problem with EXIF data? I have found others complaining about the same problem when emailing photos, uploading to Facebook, etc.
I've noticed that since phones autocorrect the orientation of pictures without saving the correct view. If the camera takes a picture in portrait with the home button on the bottom then there shouldn't be a problem. If you take a landscape picture with the volume buttons facing down, then there shouldn't be a problem. This is assuming the auto rotation is enabled in the screen settings. Yes, I've experienced what you are explaining with since websites. Trial and error.
Quickpic, https://play.google.com/store/apps/details?id=com.alensw.PicFolder is a simple and small gallery replacement that can fix orientation issues.
oscarthegrouch said:
I've noticed that since phones autocorrect the orientation of pictures without saving the correct view. If the camera takes a picture in portrait with the home button on the bottom then there shouldn't be a problem. If you take a landscape picture with the volume buttons facing down, then there shouldn't be a problem. This is assuming the auto rotation is enabled in the screen settings. Yes, I've experienced what you are explaining with since websites. Trial and error.
Quickpic, https://play.google.com/store/apps/details?id=com.alensw.PicFolder is a simple and small gallery replacement that can fix orientation issues.
Click to expand...
Click to collapse
Thanks oscar, I'll give Quickpic a try and see if uploading from that app does the trick. I can work around the problem, it's just an annoyance I hadn't seen before. I guess Dropbox is one program that does not read the orientation flag properly, at least as output on the S4.
http://graphicssoft.about.com/od/digitalphotography/f/sideways-pictures.htm

Two things you probably didn't know about the Mate 8

I discovered these merely by accident and never knew about them before so others may find them useful too!
1. Press the multitasking button (square) to see your thumbnails of running apps. Now tap and hold on anyone of them to get straight to the app info page where you can do things like alter the notifications, check the storage and battery use etc .
2. Using the keyboard with word prediction, you are given a list of words to choose from right above the keyboard. If there is a word you don't like, don't use, spelled incorrectly or accidentally added to the custom dictionary, you can stop it from appearing again. Just tap and hold on the word you want to remove from the custom dictionary and a pop up window will show - confirming your decision.
Hope these help.
Update: Add your new discoveries below...
Sent from my HUAWEI NXT-L29 using XDA-Developers mobile app
Hi, for the first never seen before, but for keybord, all work like this.
Thank you
tboy2000 said:
I discovered these merely by accident and never knew about them before so others may find them useful too!
1. Press the multitasking button (square) to see your thumbnails of running apps. Now tap and hold on anyone of them to get straight to the app info page where you can do things like alter the notifications, check the storage and battery use etc .
2. Using the keyboard with word prediction, you are given a list of words to choose from right above the keyboard. If there is a word you don't like, don't use, spelled incorrectly or accidentally added to the custom dictionary, you can stop it from appearing again. Just tap and hold on the word you want to remove from the custom dictionary and a pop up window will show - confirming your decision.
Hope these help.
Click to expand...
Click to collapse
Another thing
Press square button to see the recent running apps then long press on recycle bin logo you will go to apps page in settings
Tested those
Thanks for.sharing
thanks for sharing
dr.haitham010 said:
Another thing
Press square button to see the recent running apps then long press on recycle bin logo you will go to apps page in settings
Click to expand...
Click to collapse
Ooh didn't know that one. Thank you. I wonder how many more hidden tap to hold gestures are out there?
Sent from my HUAWEI NXT-L29 using XDA-Developers mobile app
tboy2000 said:
Ooh didn't know that one. Thank you. I wonder how many more hidden tap to hold gestures are out there?
Click to expand...
Click to collapse
Ok , lets take 2 gestures
Open gallery you will find on top 2 tabs one is album and other is photos tab on photos you will find photos classfied according to date
Then if you slide down there with your finger you will enter to camera.
Another one in camera if you slide up you enter gallery.
Try.
Also in the Gallery app, go to Photos tab and you will see 4 columns of photos. Do a reverse pinch to zoom gesture and you will now see tiny thumbnails in 9 columns. Tap and hold one one of these super tiny thumbnails and you will see a small zoomed image of it and you can drag your finger all over the screen (maintaining pressure) to see more zoomed images as your finger passes over them.
Finally when viewing an image full screen, reverse pinch to zoom to get to horizontal scroll mode to quickly navigate to other photos.
Sent from my HUAWEI NXT-L29 using XDA-Developers mobile app
tboy2000 said:
Also in the Gallery app, go to Photos tab and you will see 4 columns of photos. Do a reverse pinch to zoom gesture and you will now see tiny thumbnails in 9 columns. Tap and hold one one of these super tiny thumbnails and you will see a small zoomed image of it and you can drag your finger all over the screen (maintaining pressure) to see more zoomed images as your finger passes over them.
Finally when viewing an image full screen, reverse pinch to zoom to get to horizontal scroll mode to quickly navigate to other photos.
Click to expand...
Click to collapse
I didn't know this.
It is awesome
Thanks
tboy2000 said:
I discovered these merely by accident and never knew about them before so others may find them useful too!
1. Press the multitasking button (square) to see your thumbnails of running apps. Now tap and hold on anyone of them to get straight to the app info page where you can do things like alter the notifications, check the storage and battery use etc .
2. Using the keyboard with word prediction, you are given a list of words to choose from right above the keyboard. If there is a word you don't like, don't use, spelled incorrectly or accidentally added to the custom dictionary, you can stop it from appearing again. Just tap and hold on the word you want to remove from the custom dictionary and a pop up window will show - confirming your decision.
Hope these help.
Update: Add your new discoveries below...
Sent from my HUAWEI NXT-L29 using XDA-Developers mobile app
Click to expand...
Click to collapse
How to natively add notification badge to gmail and twitter , facebook ... etc
Thanks
Bassam

Document scanner in OnePlus Camera

Hi all,
I was taking images of some documents using my OP8P and I seen a little icon in the bottom left corner pop up depicting a document.
Does anyone know what the functionality of this button is? It could be turned off or on.
I took images with it on and off and get were pretty much indistinguishable. I initially thought that button enabled would automatically crop the document to look like a scanned image.
I'd love an answer here too! Thanks
Good question, I have no idea...
hassan_1000 said:
Hi all,
I was taking images of some documents using my OP8P and I seen a little icon in the bottom left corner pop up depicting a document.
Does anyone know what the functionality of this button is? It could be turned off or on.
I took images with it on and off and get were pretty much indistinguishable. I initially thought that button enabled would automatically crop the document to look like a scanned image.
Click to expand...
Click to collapse
Theres a similar feature on the Huawei p20 Pro, it's simply the camera trying to be a smarty pants AFAIK.
It's sort of a scanner feature.
Eg: you point your camera at a dog and the camera adjusts for definition and dynamic range.
If it's a document it'll speed up the shutter speed and lower the dynamic range to get a clear image..
It usually crops or allows cropping on the Huawei, haven't used it on the Pro but it's most likely that as I've not seen a document camera mode.
Just a guess but it would make sense

Categories

Resources