Questions tagged [application-name]
The application-name tag has no usage guidance.
application-name
36
questions
417
votes
20
answers
375k
views
How can I change the app display name build with Flutter?
I have created the app using Flutter create testapp.
Now, I want to change the app name from "testapp" to "My Trips Tracker". How can I do that?
I have tried changing from the ...
22
votes
4
answers
28k
views
Can i add tags to an application in google play console?
I wrote an application named "Bio View", if I search for my application in Google Play, it does not show up, instead if I search BlueSkyBio (the "appname" variable from the manifest is named that way),...
17
votes
5
answers
14k
views
How to delete an app which is waiting for upload?
As per apple documentation, We can delete an application which is in a state of waiting for upload.
But, how? I searched for the delete button and can't get that.
How can a team agent delete it from ...
8
votes
1
answer
14k
views
Get the current active application name
I want to get name of currently active application when my timer stops. After recording of 20 secs it should show me current active application name. I tried some code. You can see here. But it's not ...
8
votes
3
answers
10k
views
What is the right way of getting my WinForms application's name?
I could do this
return Assembly.GetEntryAssembly().GetName().Name;
or
return Path.GetFileNameWithoutExtension(Application.ExecutablePath);
Would both give the desired application name always? If so ...
6
votes
2
answers
5k
views
How to change the App name in Xamarin.Forms?
I have developed an Xamarin.Forms app and I initially named the project ”modelapp”. Now when releasing the Android app I changed the name of the app in ”MainActivity.cs” file to ”MyBooks”.
But when ...
5
votes
2
answers
18k
views
Changing Application Name in Windows Installer
I have created a setup project for a Windows Application developed using Visual Stduio 2008(C#).
In the portion of installation screen where it says, this installer will guide you through the steps ...
4
votes
1
answer
4k
views
How to change the name of a Mac application in the build settings?
I am about to submit an app to the Mac App Store, however the name of my application conflicts with another application in their system. So I picked another name and I tried to change the name of my ...
4
votes
2
answers
3k
views
How to “correctly” detect application name when changing focus event occurs with python xlib
I want to detect applications window name when changing focus event occurs with python xlib, so in the first step I use this code:
#!/usr/bin/env python
#-*- coding:utf-8 -*-
import Xlib.display
...
4
votes
1
answer
3k
views
How to setup postgres application_name logging
I'm not much familiar with postgresql. I like to setup postgres application_name feature to log database changes (update/delete) in a history table.
I tried to find any help from online but couldn't ...
4
votes
1
answer
6k
views
Show full application name on Home screen
My app name contains 12 characters. But application launcher icon appears with truncated text.
As i observed this issue is not produced in all device. I am using device with OS 4.0.3.
App launcher ...
4
votes
1
answer
3k
views
Unable to cast object of type 'System.Windows.Application' to type 'applicationName.App' error
Setup:
Visual studio 2015 Community
WPF 4.5 application
MVVM design structure
Problem:
Error which is causing problems is somehow related to the application naming and also to common casting, ...
3
votes
4
answers
5k
views
How do I change the name displayed underneath my app icon on my device's Home screen in iOS?
I'm trying to change my app name which is displayed with icon on my device's home screen in iOS.
Every post says this can be done by changing string in "Bundle display name" in App's Info.list file.
...
3
votes
1
answer
1k
views
Bind Spring Boot application name to rootProject.name from Gradle?
I would like to set the application name in Spring Boot to the value from rootProject.name. Is there a way to do that?
3
votes
2
answers
1k
views
How you set the application_name attribute for PostgreSQL in Laravel?
How do I set the application_name as defined here http://www.postgresql.org/docs/9.1/static/libpq-connect.html, in Laravel? I see that you can do "SET application_name = 'application'" but this does ...
3
votes
1
answer
919
views
iOS Swift: Application name is pulled from project settings and not from Info.plist
The title pretty much explains everything. I cant get my application name localized because it is pulled from the project settings' info tab and not from the Info.plist files.
How can I achieve, ...
2
votes
3
answers
5k
views
How to change app()->name dynamically in Yii?
I am developing a website using Yii. I want to change the application name dynamically in program. I know I have to change the Yii::app()->name value. But I know where should I put it to overwrite ...
2
votes
3
answers
716
views
Using jpackage how do I make the installer name different than application name?
I have a Java program that I can turn into an installer exe that makes an app exe
jpackage -t exe -i . -n compilerrunner --app-version 1.0 --win-dir-chooser --win-shortcut --main-jar compilerrunner....
2
votes
1
answer
247
views
How to get/set application name in .dxf for Groupcode 1001?
I convert geodata (coordinates, attributes,...) to a dxf file.
I write attributes into extended data, but under the group code 1001 there must be an application name. I tried to write "Test" and some ...
2
votes
2
answers
298
views
c# How to get a meaninful name of website or executable
We have an internal error reporting system (inside our functions dll) and one of the info pieces we send is the name of the application that caused it.
Current code:
string applicationname= ...
2
votes
0
answers
2k
views
correct usage of the VERSIONINFO resource
I have set up my version table info in my version.rc file as follows:
+-----------------+-----------------------------------------+
| Key | Value |
+------...
1
vote
1
answer
3k
views
How to get application name in WPF
Sometimes we need to get app name in WPF programmatically i.e.
icon.UriSource = new Uri("pack://application:,,,/AppName;component/Images/logo.ico");
How we can do it?
Thanks!
1
vote
1
answer
2k
views
How to SET postgres application_name in a basic PHP script
I'm trying to develop a script to SET application_name log feature in PHP application.
pg_query("SET application_name = 'Test log line'");
What I tried it above code. But it give following error,
...
1
vote
1
answer
911
views
Icon Name is not showing properly
I am facing odd issue.My proj should run in iphone 3gs, 4 and 5. when I am installing my application to device, application name showing different way. I mean lets say my application name is XYZ ...
1
vote
2
answers
1k
views
How do I get the current Application Name (in terms of IIS) in a classic asp Web application
I have a classic asp application which retrieves the current application name and sets an Application variable containing that name. This name is important (I wont go into why) and is essentially the ...
1
vote
1
answer
2k
views
android screen title bar's icon size and removing application's name
I'd like to add an icon of my application to screen's title bar. what shold be icon size?
And I'd like to remove the application name form this title bar and display only the icon.
How it can be done?
...
1
vote
1
answer
30
views
Google Play: How to change com.comp_name for published applications
Due to some initial wrong settings, the code developed for the application is in the form com.comp_name.app_name.
We have noticed after the application was published this discrepancy.
We would like to ...
1
vote
0
answers
151
views
Qt qmake TARGET value with special characters
How can I name output executable in qmake, with local characters like ä or ź. Every time I put a TARGET value with special characters, Qt throwing an error:
No rule to make target 'xxx.rc', needed ...
0
votes
1
answer
929
views
Elmah applicationName="myApplication" isn't working
I've found many posts about this issue, however I cannot find any resolution or even hints of where to start to make the "applicaitonName" attribute work. It still shows the Application column as a ...
0
votes
1
answer
2k
views
Getting ApplicationName
Can´t find a way to get my ApplicationName.
Found a static method to get and set app name but I am not sure how to use it.
0
votes
1
answer
201
views
Turkish character error in project name in api level 31 and above in React native to Android Project to emulator
I created a project with a React Native Turkish name. My project Name "Şifre". Since there is a Turkish character in the name I have given in the strings.xml file, the project does not work ...
0
votes
0
answers
87
views
What will be the name after downloading from Play Store if not specified android:label?
When I instal an app from a local machine directly to the phone without specified android:label in manifest, it will show package name instead of application name. I know that.
But what will happen if ...
0
votes
1
answer
55
views
How to use context without using application name?
Previously, I used an AppController class extends from Application and in Manifest, that is added. Now, I prepare a signupModel class. In this class, I need LayoutInflater because of context. But ...
0
votes
2
answers
1k
views
android project name and app name are different [duplicate]
I am doing an android project using Android Studio. My project name is "Policia". I run the project on emulator and it shows another name "LoginActivity". Actually its the launcher activity. How can I ...
-1
votes
2
answers
4k
views
How does the applicationName attribute actually work?
I am just wondering
why did asp.net team choose / as the default value of Membership Role application name rather than the project name that makes sense?
In addition, the application might not be ...
-2
votes
2
answers
1k
views
Appname having dots at last of appname
I am having application name as "MYApplication" but it showing me as "MYApplica..." below app icon in mobile.
Now i want to show that fullname as application name, please give me any solution to fix ...