Posts by Bruno Fonseca • 74 points
15 posts
-
0
votes1
answer16
viewsA: Springboot console displaying invalid characters
some time after posting this question I found a video with the solution to the problem, and decided to share here, in case someone else goes through this problem, can find the solution faster. The…
spring-bootanswered Bruno Fonseca 74 -
-1
votes1
answer16
viewsQ: Springboot console displaying invalid characters
Good morning, I recently started using Springboot as a framework, in the early days my console was being displayed normally, but it stopped displaying correctly and started showing invalid…
spring-bootasked Bruno Fonseca 74 -
0
votes1
answer51
viewsA: Banner Admob with display problems
The problem has been solved. It turns out that Admob has changed its ad display policies and the app review may take two to fifteen days, in which time you won’t be able to display any ads.…
-
-1
votes1
answer51
viewsQ: Banner Admob with display problems
I developed an Android app in Java and added a banner on it to display ads. In test mode it is displayed, but when I put the Admob banner code it does not display the banner on the screen, but the…
-
0
votes3
answers10546
viewsA: Working with Navigation Bar (smartphone native) and Action Bar BACK buttons (added via Java)
Complementing the response of Erasmus and adding the attribute parentActivityName, also add the attribute launchMode in the block that is intended for the main screen. I will put a code below better…
-
0
votes1
answer250
viewsA: Doubt about creating upgrade package with Inno Setup
Performing some tests, I got a more practical solution. First, the project source code must be stored in the same directory as when the first version of the installer was generated. Second, You must…
-
0
votes1
answer250
viewsQ: Doubt about creating upgrade package with Inno Setup
Good afternoon. I developed a small application in C#, and set up an installer for this application using Inno Setup. Some people who work with me have installed the application. The problem is that…
-
0
votes1
answer41
viewsA: How to use hyperlink for spreadsheet with selected cell?
Within the area of excel developer, run the VBA code by swapping the values for their variables, this can help solve your problem: Sub test() With Worksheets("Sua planilha") .Hyperlinks.Add…
excelanswered Bruno Fonseca 74 -
-1
votes1
answer54
viewsA: Why give this value "(1):(2)(3)"?
If your problem is just showing (1):(23), mount your Textview as in the code below. <TextView android:id="@+id/txtViewCronometro" android:layout_width="wrap_content"…
-
1
votes2
answers261
viewsA: Doubt about Excel, how to block columns?
Hello, yes. There may be variations according to your Excel version or different procedures. It’s usually like this, but it might be something different. This is the basic for sheet protection, so…
excelanswered Bruno Fonseca 74 -
1
votes2
answers62
viewsA: error when compiling C++
In the declaration of your variables, in FLOAT you finished with a "," and not a ";" Replace the "," with a ";" and Compile again.
c++answered Bruno Fonseca 74 -
0
votes1
answer529
viewsA: I can’t use mobile as emulator in android studio
First you must activate the developer mode on la mobile in the settings. After that you should enable USB debugging mode in the developer tab (which was enabled in the previous step). Make sure the…
android-studioanswered Bruno Fonseca 74 -
1
votes1
answer567
viewsA: React-Native Moment returns wrong day
I believe it may be because there are missing parameters when you pass the "const day". Try as follows: const day = moment('2019-02-17', 'YYYY-MM-DD', true).format(); If this doesn’t help solve the…
-
1
votes1
answer299
viewsA: VBA - Open an explorer page, do a search in google images, give scrolldown to the bottom of the page and use the console
Good afternoon, you already have a problem like this, I believe this article can help you. The code that is described below worked in my case, I recommend you test it. I hope it has helped.…
-
1
votes2
answers2605
viewsA: How to access the Android Studio Theme Editor in version 3.3.1?
You have two possibilities: In the open style XML file, such as "Styles.xml", click on Open editor near the top right corner of the file window. or In the Tools menu, click Android > Theme…
android-studioanswered Bruno Fonseca 74