Posts by Rodrigo Cichetto • 21 points
5 posts
-
1
votes1
answer253
viewsA: Chart.js is not displayed on Android
I resolved temporarily with the Volume #4570 Chart.js but hopefully help me solve the problem completely by making Chart.js work normally. Workaround - displays the chart, but actions will be lost…
-
0
votes1
answer253
viewsQ: Chart.js is not displayed on Android
App developed in Ionic. cli packages: (/usr/lib/node_modules) @ionic/cli-utils : 1.19.1 ionic (Ionic CLI) : 3.19.1 global packages: cordova (Cordova CLI) : 7.1.0 local packages: @ionic/app-scripts :…
-
0
votes2
answers907
viewsQ: Trustlevel error
My application hosted on Ocaweb has the following error: Server Error in '/' Application. Required Permissions cannot be acquired. Description: An unhandled Exception occurred During the Execution…
asp.netasked Rodrigo Cichetto 21 -
0
votes1
answer55
viewsA: No e-mail enough
I was able to solve the problem with the following code Default.aspx.Vb Protected Sub btnEnviar_Click(ByVal sender As Object, ByVal e As EventArgs) Handles btnEnviar.Click Dim Mensagem As…
-
0
votes1
answer55
viewsQ: No e-mail enough
I am trying to assemble a code for sending email on my page. No error occurs, but I also do not receive the email. Would anyone know why? Default.aspx.Vb Protected Sub btnEnviar_Click(ByVal sender…