d tag

2228 questions


1 answers
96 views
0
Porting a VBA Program from AutoCAD

If I port a VBA program from AutoCAD to IJCAD (32bit), can I read the dvb file directly?As far as I've tried various things, I think I can load the exported file into frm, bas, cls, etc., but Is this ...

2 years ago

1 answers
111 views
0
The Android app does not reflect the settings.

I created the settings screen using the PreferenceLibrary and kotlin, but once I close the application and reopen it, it will be reflected, but if I use it as it is, the settings will not be reflected...

2 years ago

1 answers
92 views
0
Cannot copy pallet text box

TextBox, Combobox, and DataGridView were placed on Palette to create a pallet for information entry.In Combobox, you can copy strings with Ctrl-C and Ctrl-V by selecting strings, but in TextBox and Da...

2 years ago

1 answers
45 views
0

1 answers
48 views
0
I want to avoid mixing Canvas from other players in Unity Photon.

I'm trying to create a wolf-like online game using Unity's Photon.It was good until I gave each player a position, but if I put it on each player's screen, the position will not be displayed correctly...

2 years ago

1 answers
51 views
0
How do I enable Firebase Notification to receive push notifications even if the application is forced to stop?

I created and sent a message from the Notification tab of the Firebase Console to verify that I can receive the message.The message to be sent specifies a message statement and label, and targets the ...

2 years ago

1 answers
78 views
0
Unity crashes when I build it on Android and boot it on a real machine.

Unity releases apps to AppleStore and GooglePlay.After building it on Android suddenly, it crashes when I start it on the actual machine, and it falls off right away.Below is the crash log filtered by...

2 years ago

2 answers
94 views
0
I want to use local squid for SSL decoding in multistage proxy configuration

Currently, there is a requirement to SSL decode on a locally booted squid, starting with the following configuration: | ----- Local PC --------- || || Browser-->squid-|-->proxy-->Internet ...

2 years ago

1 answers
40 views
0
Regarding the case where the color change process (material.color) in Update() is not handled correctly.

I have asked the same question before, but it has not been resolved and I will ask you again.I'm a beginner at Unity.The content is to mass-produce cube objects in for minutes and place them like squa...

2 years ago

1 answers
91 views
0
Choose music within Google Music on Android.

In the Android application that I created around Android 2.1,Intent=newIntent();int.setAction(Intent.ACTION_PICK);int.setType(MediaStore.Audio.Media.CONTENT_TYPE);int.setData(MediaStore.Audio.Media.EX...

2 years ago
« - 63 - »

© 2024 OneMinuteCode. All rights reserved.