d tag

2228 questions


2 answers
38 views
0
When importing existing projects into Eclipse on Android, the library cannot be loaded only if Copy to Workspace is checked.

Why can't I read the library only when I check Copy to Workspace when I import existing projects into Eclipse on Android?·Do I have to specify external jar or pass or something for project somewhere?

2 years ago

2 answers
38 views
0
To change text, textColor, and BackgroundColor depending on Button state

As shown below, I was able to implement textColor only by using Color State List.In the same way, is there a way to change text and BackgroundColor depending on the condition?res/color/button_text_col...

2 years ago

1 answers
57 views
0
generate a gameobject

Is there a way to generate game objects in a script?Specifically, after destroying the original gameobject, another gameobject is placed on the spot It's like generating I tried using Instantiate(game...

2 years ago

1 answers
70 views
0
How to Hide Canvas Images

I use the code below to hide the UI image.GameObject.Find(Image).GetComponent<UnityEngine.UI.Image>().enabled=false;With this hidden method, when I want to display it in another script, it seems...

2 years ago

1 answers
56 views
0
UnityPackage Error with NMecab

There was no problem with NMecab's part of speech on Unity's game screen, but if you run a file created by building it, you will get an error, perhaps because NMecab doesn't work well.If there is any ...

2 years ago

1 answers
45 views
0
Test MenuItem Checkable with Espresso

I would like to test checkable menu items.You can check the display status of regular menu items as follows, but onView(withText(R.string.action_one))).check(matches(isDisplayed())) .perform(click())...

2 years ago

1 answers
67 views
0
IJCAD .Net Does Not Perform Matrix Calculation

I'm developing .Net at IJCAD 2018.The matrix calculation method seems to be not working, so I would like to ask you a question.Here's the reproduction code. CommandMethod(test, CommandFlags.Session)pu...

2 years ago

1 answers
67 views
0
error CS0428: Cannot convert method group `OnClick' to non-delegate type `bool'.Consider using parents to invite the method

I would like to do -=200 from (golds) when I click the button on Onclick.error CS0428: Cannot convert method group OnClick' to non-delegate type pool'.Consider using parents to invite the method.What ...

2 years ago

3 answers
40 views
0
Information About Resubmitting Requests on Android

In the web service for smartphones, access from Android may result in continuous GET.Features include: The second request has no referralsThe second request will come in a few seconds.The second reque...

2 years ago

1 answers
138 views
0
I want to get the server where my bot participates in discord.js.

I'd like to get a server with my bot participating in discord.js. What should I do?

2 years ago
« - 52 - »

© 2024 OneMinuteCode. All rights reserved.