d tag

2228 questions


2 answers
42 views
0
Unity displays the error Parameter 'MoveSpeed' does not exist!

In Japanese translation, the parameter MoveSpeed does not exist, but I have confirmed similar errors and common typographical errors in scripts.A script to reflect the speed of movement in the animato...

2 years ago

2 answers
132 views
0
Unable to retrieve EXIF information from Cordova.

Retrieved from Cordova (Ver.5.2.0) via cordova-plugin-cameraI would like to get the image/jpeg EXIF information.When I googled, I found cordova-exif, loaded JS, and The implementation is as follows.na...


1 answers
104 views
0
AdMob does not appear on Android

http://nobuo-create.net/admob/I tried to assemble the code as shown on this site and view AdMob.It can be started, but for some reason it cannot be displayed.The game has been completed, but AdMob sho...

2 years ago

1 answers
74 views
0
Can you make an application that supports background operation with cordova?

I was going to create an alarm application with monaca, but it didn't support background operation.Is it possible to use the original cordova?Also, which of the following specifications can you create...


1 answers
53 views
0
When Realm handles multiple .realm files, Migration wants to view data from another realm file.

If I have two files, default.realm and readonly.realm, how can I update them while referring to the data in readonly.realm during the default.realm migration?

2 years ago

1 answers
121 views
0
Discord.js v13 Detects Specific Messages

** is hidden because of abusive language.What code should I reply to when I find a sentence with a specific message?client.on(messageCreate, (msg)=>{ if(message.content.match===**){ msg.reply(Don'...

2 years ago

4 answers
67 views
0
How to Specify a Relationship Column in ActiveRecord

PostidtitlebodyCommentidbodypost_idWhen you combine these two in a relationship, you don't know how to specify columns to retrieve data.For example, if I want to get Post.id, Post.title, Comment.id, C...

2 years ago

3 answers
152 views
0
How do I display data obtained within an asynchronous thread on my display while running an android development cortin?

In your Android Cortin, how do you view data retrieved from asynchronous threads on your Android screen while running asynchronous threads?As an example, I wrote the following code for downloading fil...

2 years ago

1 answers
84 views
0
How android shares VMs with arguments in the constructor between Activity and Fragment

I want to handle sharedViewModel.The VM receives arguments in the constructor.How can I call this with viewModels or activityViewModels?class MyViewModel (vala:Int):ViewModel(){ class Factory construc...

2 years ago

1 answers
47 views
0
Where can I get the operation log for the macel-agent?

Attempted to deploy plug-in (mysql) on a host that is running without problems installing and installing macerel-agent.In the end, as a result of trial and error, it worked fine, but suddenly I wonder...

2 years ago
« - 86 - »

© 2024 OneMinuteCode. All rights reserved.