I'm trying to upload a lock screen theme to Huawei Themes, and I keep getting error "The designer name in the upload package does not match the information in the designer information." I'm not sure what's wrong here or what I'm supposed to put for the "Designer" field in the package settings, as the documentation does not provide this information. I set both the Designer and Developer fields as my Developer name. What should the Designer value actually be?
I had the same problem, and it's honestly really confusing. I found out that the designer nickname is actually your Huawei ID nickname.
Related
I cant seem to find a way to delete this little phone Icon.
Im currently trying to remove this Icon via JavaScript but I cannot find a way to remove that Icon. Nothing I found in the formContext is useful. I thought that the control of formContext.getControl("myprefix_businessphone") has the icon in it, too. But the options there are for the field only (as far as I've found).
This is click-to-dial functionality for any phone number field in CRM UCI form. Anything you try from the internet suggestion is going to be unsupported which may break in future release.
Other choices are - you can have a new custom plain text field to store the phone number data instead of phone number format, or develop your own PCF control to render the same existing field without icon.
While trying to automate an web application using Coded UI, I faced the following issue :-
"Failed to perform Action on hidden control exception: Cannot perform 'Set property of text with value "Muj*****" on the hidden control'.
Version used:-
Microsoft Visual Studio Ultimate 2012//
Version:11.0.50727.1
Microsoft .NET Framework
Version:4.5.50709
IE Version used:11.0
This is a internet banking application. Once I launch the browser with the application URL, I will be able to view the page in two languages. One in Arabic (default) and there is a Hyperlink to change the preferred language to English. So once I click on the hyper link and try to pass the Username and password to the respective fields, I get the above mentioned error. But without changing the language to English, the credentials are passed successfully. Again once I enter into the next page, I face the above mentioned issue to control the objects.
I assume that once we navigate from one page to the other, we face this issue.
Got to know this could be due to One Security update in IE (KB2870699). But this security update is not installed in my PC. Instead (KB3003057) is installed. I am not sure if this could be a reason for this issue. Just mentioning this here.
Kindly provide me a solution on how can I proceed.
I’m facing some issues with the Netronic XGantt ActiveX. My problem is that my ActiveX in the Form doesn’t seem to find the table I specified in the config panel.
I can't post a screenshot here since I'm new (I don't have 10 points) so this is a link to it.Configuration panel screenshot
I tried with a CSV file storing the nodes information, it works well.
Is the name SAG_GANTT_SOURCE_MODEL used properly? Knowing that I already created a table with this name and those fields in the screen capture.
Is there any further configuration elements I need to consider?
I can do as I wish following the classes some Dynamics AX projects (Gantt) uses but it seems to me that it’s too much work for implementing a simple component, isn’t it?
Since I can’t find any documentation/article/tutorial to use the XGantt ActiveX properly (except this one which I already saw http://community.dynamics.com/product/ax/axtechnical/b/axfortechies/archive/2010/05/28/activex-gantt-chart-control-in-dynamics-ax.aspx)
I’m wondering if you have any document, a link or a contact to help me with my issue.
Thanks for your attention.
Have you tried Netronic. I think they can generate a license file which you can import and this would enable the disgner of the control. Also they probably still have some pdf documents on thier website.
I just tried to submit my new Windows Phone 7 app to the Market Place and realized that apparently I have set English as my project language instead of German. In the app hub application submission walkthrough - step 2 it says
Provide the following information to submit your application. You'll repeat these steps for each language that your XAP package supports.
And in the next page as the only "supported language" English is shown.
How can I put German instead?
Thanks
PS: Does it even matter? What if I just provide a German description even though it says English?
Your changing the native language of the app. Open properties of your project, get the assembly info and you should see a list of languages (I'm not exactly sure as dont have VS on this machine).
The other option is to add / change the NeutralResourcesLanguageAttribute in the assemblyinfo file. The new version would look like:
[NeutralResourcesLanguageAttribute("de")]
I'm trying to correctly fill in WMAppManifest.xml before I submit my app to the marketplace, but I'm not sure what to put in the Description field. It seems like all of that sort of info is taken from what you enter in the website when you submit your app, not the manifest file.
Yep, the description attribute is ignored when you submit to the marketplace. So you can just leave it blank.
Only the title attribute is used for regular apps. Mind you the publisher field is , if I recall correctly, used for XNA apps and music/picture hub integration.