Posts by Igor Henriques • 57 points
10 posts
-
1
votes1
answer58
viewsQ: Add platform to Xamarin project already created
I started a project in Xamarin.Forms a priori only for Android and UWP and did all the programming in the Portable project. Is there any way I can insert the iOS project so that the modifications of…
-
0
votes0
answers192
viewsQ: Questions about Picker in Xamarin.Forms
I am creating a mobile application where the user can register x ingredients and later can register products choosing which of the registered ingredients such product uses. In this perspective:…
-
1
votes1
answer484
viewsQ: Error "The name "Initializecomponent" does not exist in the current context" in every Xamarin project.
Out of nowhere, ALL my projects are making the mistake The name "Initializecomponent" does not exist in the current context (CS0103) When created. I don’t need to change anything, the error comes…
-
0
votes1
answer33
viewsA: Xamarin installation error - JDK does not install
I downloaded Android Studio, by the settings in Android Studio found the reference of the path of SDK (which this time downloaded and installed successfully) and pasted in reference in Visual…
-
0
votes1
answer33
viewsQ: Xamarin installation error - JDK does not install
Hello! I have this problem after the completion of the installation of Xamarin. I have tried to download the sdk from the Oracle website, but the installer simply doesn’t start, nothing happens. I…
-
0
votes1
answer64
viewsQ: Animation to decrease the size of a cube in Unity
Hello! I’m in Unity using C# and I have a cube that, when I press q, it drops to 0.5 scale from scale 1 and when I drop q, he goes back to scale 1. I wanted there to be some quick animation of the…
-
0
votes1
answer394
viewsQ: Progress Bar - How to take decimal values?
By learning, I am creating a very stupid "game" in C# and I make a bar the bar of life, but I need to decrease a decimal value and apparently the Progress only takes int values. How can I get her to…
-
0
votes0
answers211
viewsQ: Blank pages - wamp server
Hello! The day before yesterday my Wamp Server started a strange bug where all the pages of the project, including phpmyadmin, went blank. No mistake, white only. What I tried to see if it solved:…
-
2
votes1
answer114
viewsQ: Determine the number of items in a list that are within the limits defined in another list
I have a ListBox that contains an undetermined value of values and I want to play those values to a List<> and from what I’ve researched, I’ve made it this far: var todosValores =…
-
0
votes1
answer284
viewsQ: How to get the listbox to be ordered increasingly?
Hello! My C# project has a listbox that lists numbers typed by the user. What I want to do is that these numbers are constantly being updated increasingly in the listbox. I tried to use the Sorted…