Hi,
Just i come across one application.When i load that application,the actual applcation is like toolbar only.Its get loaded in the top of the screen.And the desktop items automatically get moved and displayed below toolbar.Even when i open any other window and maximized the windoe,its get maximized below toolbar only.The screen co ordi...
Hi,
As Android supports multiple devices from different manufacturers
there are different screen resolutions supported.
The table that is available at
http://developer.android.com/intl/fr/guide/practices/screens_support....
is not very clear to me.
It shows WVGA and FWVGA in MDPI for Large Screens and HDPI for Normal
screens. So, if t...
I saw the Bug Me iPhone app and was intrigued by the ability to add icons to the home screen. I figured it would work similar to the way that Safari achieves it.
There as a similar question here that said it was not possible:
http://stackoverflow.com/questions/1451961/implementing-add-to-home-screen-ala-safari
Clearly there is a way an...
Hello,
I'm working on an application that has the same layout as Facebook. I have several icons on the home screen and would like to to make my viewController appear like when one of the icons are tapped.
Any idea on how it works?
...
Hi
I have an image on a private file.
I read the file, create the drawable, and assign it to an ImageView.
The ImageView has WRAP_CONTENT so the size is automatic.
On 320x480 screens, the image looks good
But on screens with more resolution and high density 480x800 or 480x854 (N1, droid) , when the image is for example 150x150, I see t...
Hi
If I have a view inside another view, than its x,y values are relevant to its parent view.
I would like to know its x y position relative to the whole screen window-
that means 320 X 480 iphone screen window
The top left corner is 0,0 of course.
What is the way for getting its "True" x ,y values?
Thanks.
...
I've recently run into a snag while putting on the finishing touches for my BlackBerry app. I'm building a login screen which, if the user is successful in logging in, goes to a data loading screen, and then to a home screen. From the home screen, you can use the app. Everything works great but one thing, I can't seamlessly move from ...
I need to change or customize the call screen when initiating a call on Android.
After searching on google I do not find any way to do it.
There is no way to send DTMF tones during a call, the idea is to send a specific number to the call screen. So when a call is made is possible to see the number to dial during a call to the PBX.
I ...
Hi!
I've seen projects which use many screens each one for different layout and functionality.
I've seen projects with only one screen (like wizard workflow) where content is changed on user interaction (and this seems to be logical to use single screen in wizards).
But also I've seen projects (apps like game or messenger or phone s...
Hi,
I don't know if my question will be clear or not, but i'm starting basic stuff with iphone programming, and i'm trying to understand how to go from a screen to another.
lets say i have a screen with a "next page" button and another page with a "return" button.
I have a general idea of how to do this, but I don't know how to put it ...
I'm so sorry for just before question...
I need to make a project for my univercity. My project is desktop video and audio Recorder on C#... I know that, ı must using Some of Libs on .NET... But Which or How.?
it's like Camtasia..
...
QTP which access an application object in test PC screen resolution doesnt access the application window object in laptop? any suggestions to resolve this?
...
I am running a multiserver Selenium testing environment using headless VPSs. I have nearly everything automated except for a specific need to declare the DISPLAY=:1 argument when starting Selenium within a screen session (due to running VNC server). Here is the command I'd like to work:
screen -d -m DISPLAY=:1 java -jar /root/Desktop/...
I run my app in the AVD emulator using eclipse but I'm unable to change the screen orientation in the AVD (Android 2.0 platform on the emulator).
When I press CONTROL+F11 or CONTROL+F12 on the keyboard, nothing happens. No messages are generated in the adb debuglog/logcat either when I press either hotkey.
According to http://develop...
I have one of my activities which I would like to prevent from rotating because I'm starting an AsyncTask, and screen rotation makes it restart. So is there any way to tell this activity "DO NOT ROTATE the screen even if the user is shaking his phone like mad"?
...
Hello, I am very new to programming and am trying to run a python code to see if the screen program is running and if it is then to not run the rest of the code. This is what I have and it's not working.
#!/usr/bin/python
import os
var1 = os.system ('screen -r > /root/screenlog/screen.log')
fd = open("/root/screenlog/screen.log")
cont...
Hi! I have found two ways on keeping the screen on:
First one is simpler:
getWindow().setFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON, WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
Second one is using a wakelock and requiring an extra permission:
PowerManager pm = (PowerManager) getSystemService(Context.POWER_SERVICE);
...
Is there a way to capture the screen but without the app itself getting shown. I know how to minimize or make a frame invisible but this has to be done real fast cos it's going to happen alot in each second (at least once every second). I want it to look something like the magnifier in Windows Vista/7. (The app can see behind itself.)
T...
Hi,
I need to use ZendAMF on a symfony project and I'm currently working on integrating the two.
I have a frontend app with two modules, one of which is 'gateway' - the AMF gateway. In my frontend app config, I have the following in the configure function:
// load symfony autoloading first
parent::initialize();
// Integrate...
I have ~/.bash_profile which I would like to be invoked every single time a new GNU screen is created so that all my aliases work in GNU screen as they work in terminal.
At this time this is what my ~/.screenrc looks like.
hardstatus on
hardstatus alwayslastline
hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C...