The home tag has no wiki summary.
1
vote
2answers
59 views
Java System.getProperty(“user.home”) directory missing separator
Whenever a user enters "~" as an argument, my program replaces it with System.getProperty("user.home").
After debugging, I see that this replaces "~" with "C:UsersSoulBeaver" and not ...
0
votes
1answer
40 views
Closing Soft Keyboard on Home Button Press
So I have an app with a custom AlertDialog that has an Ok and Cancel button, and an EditText Object. When I click on the 'Name of Workout' button, the AlertDialog and the soft Keyboard open. At this ...
0
votes
2answers
105 views
Prestashop - Display quantity and features on home featured product
I would like to dispay features on home featured product.
On homefeatured.tpl, i've added :
<!-- features -->
{foreach from=$products->features item=feature}
<!-- wine -->
{if ...
0
votes
0answers
34 views
How to not dispatch stage deactivate on activity change (Android Air)
Making an android air game, and I've got the following code
this.stage.addEventListener(flash.events.Event.ACTIVATE, onPause, false, 0, true);
...
0
votes
0answers
29 views
iOS Home Screen Interface - Under the Hood (issues)
I am reaching out to the community for insights into the iOS Add to Home Screen capability, due to some specific observed limitations.
Scenario:
Web application with SSL digital certificate. iPhone ...
0
votes
1answer
63 views
Bootstrap with Spree works locally but not on Heroku
I'm creating an app using Ruby On Rails, Bootstrap, and Spree. I have everything working fine on my localhost but when I push to Heroku I get an error message "We're sorry, but something went wrong." ...
0
votes
1answer
30 views
android custom home button that does not tax hardware
I am developing an android app. I want my app to have a home button. So I decide to use a clickable ImageView for that, which I am placing in the title bar. Whenever a user clicks on the home image, ...
0
votes
1answer
39 views
Android Java Home Button
my App seems to restart everytime the App is Run after the Home button is pressed. The App has a Timer() which needs to continue once the Home button is pressed. I override the Back button to Minimise ...
0
votes
0answers
86 views
Home Launcher calling another launcher
I'm working on a app that behaves like a kiosk mode. I have a preference so I can disable the kiosk mode. For that I register my main activity as the home with:
<activity
...
-2
votes
1answer
32 views
Questions from a newbie [closed]
Here is my home page: http://www.danmihaila.net/
I am trying to do a few things and I am not sure how because I am new not only to WordPress and web design but also to CSS.
There are three things I ...
0
votes
2answers
78 views
Adding a submenu to home icon
Is it possible to add a submenu to the Home Icon? Or move a new Icon in front of the home icon?
The SlidingMenu by https://github.com/jfeinstein10/SlidingMenu is a good example for what i try to ...
0
votes
0answers
15 views
Android: onFling can fire without changing screens
My live wallpaper has some code that I fire on an onFling event, but onFling seems to fire when I'm not expecting it.
I've noticed that it's possible, at least on my phone, to trigger an onFling ...
0
votes
1answer
39 views
Is it possible to create a Home icon of a website on IOS that has custom parameters
After research, I have found ways to "Add to Home Screen" option, but that only creates bookmarks for default website. I would like to include certain parameters in as well.
0
votes
1answer
117 views
display back button on action bar - android
I'm trying to display a Back button on the action bar to previous page or to the main page (first opening).
And I can not do it.
my code.
ActionBar actionBar = getActionBar();
...
0
votes
1answer
67 views
Home automation, decoupling appliances and actions done onto them
I have an OOP design question (I am using java but the question is more general). I am programming home automation simulator and I have some trouble designing it. There's a class for each appliance, ...
0
votes
3answers
78 views
How to implement a logical shift left by 8 bits?
I am trying to determine how to shift the last 8 bits (i.e. byte) of a 16 bit (two byte) word to the left using the LC-3 instruction set.
For example: 0000 0000 1111 1111 -> 1111 1111 0000 0000
0
votes
1answer
36 views
ActionBar app icon as home
I want the app icon in the top left to return up when pressed, I'm using
setDisplayHomeAsUpEnabled(true);
And the arrow by the icon appears, but pressing it doesn't actually do anything, why? ...
0
votes
2answers
152 views
My home directory is the same as “/var/www/” Apache Linux
I am running a small webserver off of my RaspberryPi, and I have Apache2 installed on it. Everything works fine, and I can load html, php, and javascript from other computers, etc. However, the ...
0
votes
1answer
77 views
How to get default home application?
I want to get default home application name.For this i used
Intent intent = new Intent("android.intent.action.MAIN");
intent.addCategory("android.intent.category.HOME");
...
0
votes
1answer
70 views
How to relaunch the application which is exited by home button press in android?
I have an android application in which i want to exit the application only on device back key press.I mean that if user clicks on HOME button, I want to exit from the app but relaunch the app after a ...
1
vote
0answers
152 views
Android game wont start (restart) after hitting back key
i'm having a problem with restarting my game after clicking home or return button on android.
I've found partial solution in thread:
Android crash when app is closed and reopened, but the game after ...
0
votes
2answers
143 views
After pressing HOME button, application starts a new instance of the application's main activity
I have MyApp ready, Now i see this bug, When i install the app it displays the splash screen, and moves to second activity and so on.Now when i click on HOME button and again start the app it starts ...
-1
votes
1answer
71 views
How can I figure out what package name is for the default Home launcher on a device?
I'm trying to find out how I can detect what the actual package name is on a given device that it uses for its stock Home launcher.
On most devices it's pretty obvious, but I have a couple (Galaxy ...
-2
votes
1answer
76 views
install mysql in home directory [closed]
I need to install mysql in home folder, I am using Ubuntu 12.10. I am trying to install it from binary. I gone through some related posts, but I didn't find any useful post to set the mysql in home ...
0
votes
0answers
30 views
Android Application Widget
I just created an android application and now I want a specific button in my application to appear on the homescreen, is it possible?
Or can I assign the home button to that button from my ...
0
votes
1answer
148 views
How to make PhoneGap app go to home page?
I'm making a PhoneGap app, and at some parts they redirect to an actual website, instead of the local files. When I close and reopen the app, it shows the last viewed page. I need it to go back to ...
2
votes
1answer
99 views
Android: How do I bring the home launcher to front, but not previous activities?
Android: How do I minimize my activity and bring the home launcher to front, but not previous activities? I need this as i set a wallpaper from my app (which is not a live wallpaper, just a regular ...
0
votes
1answer
149 views
Magento Home Infinite Scroll does exist?
I've been searching all night long a way to make my Magento HomePage loads it's list of products in infinite scroll mode, but until now I've found zero positive information about that. Is it really ...
0
votes
0answers
90 views
how to make 5x3 icons appear on android home screen
I am developing an android home launcher app and all the icons are appearing perfectly fime on my Motorola Atrix 4G phone home screen in 5x3 (5 rows and 2 columns).
Here is the code
public View ...
0
votes
1answer
60 views
Pause main execution before iOS app terminates
How can I make my app pause for a couple of seconds to invoke a message inside applicationDidEnterBackground when I hit the home button? For example:
- ...
1
vote
1answer
341 views
Adding app to recent tasks list in Android (long press home button)
I wrote my own app in Android. Everything is running ok, but when I click home button on my mobile phone I don't see my app on the list in the task manager. I see other app, but I do not see my app.
...
0
votes
1answer
858 views
How to set CATALINA_HOME variable in windows 7?
I have downloaded apache-tomcat-7.0.35. My JDK version is jdk1.6.0_27. How to configure CATALINA_HOME in environmental variable, and also pls tell how to run tomcat server
-1
votes
1answer
39 views
Taking a home screenshot and using it as background of your app
I want to fake a transparent background in my app, so I thought the best way would be to take a screenshot of the home and use it as background.
The only problem comes with the fact that you can't ...
0
votes
0answers
83 views
Android Home Screen App Launching with Incorrect Size On Reboot
I've got an odd little problem when making a package for an Android mini-tablet that is being used as an appliance.
I've created a new home-screen application on a device that is set to have no ...
1
vote
2answers
117 views
How to remove space in front of custom view?
Please help me.
Description : I am creating customized home icon. The codes for customization is as follow :
View customView = getLayoutInflater().inflate(R.layout.action_bar_display_options_custom, ...
3
votes
1answer
48 views
Applying and transferring all settings/binaries of one user to another user in Linux
In a linux machine, we may have to compile our programs with respect to that linux machine.
Now, if we already have some other users (not root. A typical user.) who have already compiled many ...
-2
votes
3answers
89 views
Edit Home page in WordPress [closed]
How do I make changes to the Home page in WordPress? When I go to the website URL (www.linkzgamez.com) it has a Home screen that I would like to make changes to, but I can't find it anywhere in ...
1
vote
0answers
172 views
How do I prevent the facebook login page from taking over my home page app?
I have a iPad home page app that I'm trying to integrate a facebook like button. Everything works fine if the user is already logged in, but if the user is not logged in the facebook login page takes ...
0
votes
0answers
55 views
Real home screen width in Android?
I know how to detect the width of the screen (via DisplayMetrics). My problem is:
I'm coding a life wallpaper which is supposed to scroll in swiping the different home screens to the left and right. ...
-5
votes
1answer
590 views
New Facebook Login Screen [closed]
I am using Apple Macbook Pro and have 3 OS on my laptop ! Recently I
have seen something about facebook ! when i open facebook.com from
Macintosh it opens normal facebook page as it was earlier ...
0
votes
2answers
1k views
Rewrite all Home links in Opencart
I am using OpenCart 1.5.4 that I have install in a /products subdirectory. I have a wordpress site installed in the root directory. I have skinned them the same so it looks like the same site.
I ...
0
votes
1answer
44 views
Reading / Using files in the server /home/ folder
I have 7 different custom websites, all on the same server, that use the same config and image files. I would like to reference those files by "including" using PHP, or referencing them as src ...
1
vote
0answers
22 views
integrate an home page on youtube
I'm trying to find out how to integrate a personal home page on YouTube like this iframe example:
http://www.youtube.com/user/AudiofAmerica/home
(source: audiusafb.com/youtube2012/ cms wordpress)
...
0
votes
0answers
132 views
Android - recognise HOME button press in service.class
Ok, this kind of question is conspicuously often discussed i guess.
I'm developing a permanent homescreen overlay dialog, since there is a 5 second delay when a service starts a activity after ...
1
vote
1answer
872 views
Software buttons in the android 4.2 emulator not showing up (tablet)
I just installed the latest Android ADT bundle from the developer site. It's version v21.0.0.
Now I wanted to test my tablet app (designed for 10.1" xlarge mdpi) in the emulator, but I cannot get ...
1
vote
5answers
703 views
Android: How to simulate home, back, menu, search, task and volume buttons?
I'd want to simulate all physical buttons of our Android devices.
So is there a way to simulate:
-BACK BUTTON
-HOME BUTTON
-MENU BUTTON
-SEARCH BUTTON
-TASK BUTTON
-VOLUME (+ AND -) BUTTONS
...
0
votes
0answers
291 views
Google Play Developer change home currency
Does anyone know how to change the home currency in Google Play Dev? Our client have made an account ing Google Play and it uses his home currency(not $). But now, he wants to base the price into $ ...
0
votes
1answer
31 views
How do i make it redirect back to index page when on a unknow page?
so how do I do this?
Example:
yourdomain.com
and when someone types in a page that is not really there like this
yourdomain.com/whatevertheytype
yourdomain.com/whatevertheytype.php
ect
So how do ...
0
votes
1answer
108 views
About launcher intent
I am trying to make certain function to start ONLY when a user is
1st time open the app
back to an app from home
but NOT started if the user
switching between activities within the app
I have ...
0
votes
0answers
24 views
background image html is showing up on home page
Just upgraded to a new theme 'ifeature 4' and on my home page the background image text is showing up. Any ideas how to get rid of it?
