Can't find Component inspector tool in Codenameone Simulator - codenameone

i use Windows 10 and NetBeans 12.4, no update for Codenameone plugin available.
Codenameone should have a component inspector tool in its simulator (at simulate -> component inspector), but i can't find it there.
Can someone help?
thanks a lot!

It was moved from the simulator menu to the tools menu next to it. Took me a second to find it too.

Related

CN1 project not showing build hints and mobile properties on Windows10

I have copied the project from my old amchine to windows 10 machine. Application works without any problem on simulator. If I right click to see the properties, I don't see IOS, Android and build hints. Please advise if there is something I'm missing here.
This was removed ages ago in Codename One 5.0 but was deprecated before that. See https://www.codenameone.com/blog/removing-old-preferences.html
You should use Codename One Settings in the right click menu.

Tabs on android make the whole screen black

IDE: Eclipse
Desktop OS: Mac
Device : Android 4.0.4
Hi,
last week i sent a new android build to the server, and it updated the jar files i have on my Mac, then i installed the app on LG android 4.0.4 device that i tested before, and was surprised to find some pages display all black.
After investigating a little, i discovered that when i use tabs on any form the form will be displayed black only on android, no problem on simulator nor IOS iPhone 6S.
I looked at the forum and i found similar problem happened a year ago , and the solution was to use "android.asyncPaint=false" temporarily . now this removed the black, but messed all the rendering while navigating between tabs.
So my question is why this happened now? the past three months i was developing and deploying on android without any problem. Did the newest update corrupt something?
Thanks
Sam
Using the android.asyncPaint flag is discouraged as it will fallback into a relatively slow compatibility mode. We are currently investigating some regressions in some rendering optimizations that affect some devices and are in the process of deploying a solution for that.
Please let us know if the issues persist.

MapControl doesn't display a BingMap on mobile emulator

i am working on a uwp application.
I use a MapControl displaying a map from BingMaps. Everything works perfectly when i debug on my machine but when i debug on a mobile emulator the map doesn't display (instead there is a blue background).
I've also tried with the MapControl sample from the uwp samples found on github, and i have exactly the same issue.
Does someone have an idea about this problem ?
Thank you in advance for your help
It should be the problem of your mobile emulator's version. I discussed this problem with my Colleague before, and I tested in the latest version of mobile emulator, the MapControl can be displayed.

UFT 12.01 - Doesn't recognize objects in .Net desktop application

We are working on .Net desktop Empower application, which is completely developed on .Net 4.0 version framework. We are using UFT(QTP) 12.01 as automation tool.
when I am trying spy on any object it's treating as SwfObject instead of it's original property, I tried recording way and it doesn't recognize properly in expected way, for ex: if I spy on Menu bar with list of icons and dropdown menus, UFT recognizing everything as single SWFObject and no use. It's behaving the same way for all the objects.
Selected ADD Ins are : Web, .Net, WPF, Active X, Visual Basic
And also "Infragistics Inc." is used as CompanyName which I have come across in Properties spy window.
We are trying to contact HP support guys too.. meanwhile can somebody post the solution if you come to know, Thanks a million in advance !!
I hope you got solution, If not please use below help,
We are using Desktop application and it developed in Adobe flex, First we got same problem what you are facing later we found soultion, May be it will help you.
Open your desktop application with UFT tool and later try spy or object repository it will recognise.
To open application using UFT we used systemutil.run "application path"
To further elaborate on sateesh response, the following ways:
launch application using Systemutil
Systemutil.Run "C:\Program\YourApplication.exe"
some other tips: https://www.learnqtp.com/ways-to-launch-your-application.
HP UFT menu: Run > Record and run settings
Thanks I appreciate your help, we figured out the issue. We used Keyboard strokes for the objects which do not have tag names or recognizing the objects as a single SWFObject.

whats the name of this windows phone 7 element?

hi sometimes i get at the top of the screen a small message like: this is only a trial version, when i click on it, it get invisible.
what is the name of this form element? want to use it too
i think it is not a popup
If it comes with an incredibly annoying sound, then it's a MessageBox.
It not, then it's maybe some kind of child window - see http://wildermuth.com/2010/08/17/Using_ChildWindow_in_Windows_Phone_7_Projects
Without any kind of visual reference it's difficult to tell, but you may be referring to a "Toast". There is no specific API in the current version of the framework, though the Mango tools for version 7.1 that are now available include the ShellToast method for this.
If you're developing a 7.0 app for the currently available devices then you can use the ToastRequestTrigger from the Prism libraries for WP7.

Resources