Automatic Height longer works on ItemTemplate since 6.2.0 SDK and more - titanium

I have a small problem with the itemtemplate since the update of the SDK 6.2.0 as well as the following SDK ...
before, with the parameter "Ti.UI.SIZE" the cell automatically adapted in height according to the contents.
Since the update, the cell takes the height of the phone screen (equivalent to a "Ti.UI.FILL")
Do you know how to get around the problem?
thank you very much

This was a bug in SDK 6.2.X which was fixed in SDK 6.3.0
https://jira.appcelerator.org/browse/TIMOB-25258

Related

Godot Problematic CustomStyle, how can fix this?

Godot version: 3.1 STABLE OS/device
including version: WINDOWS/OS
I’m making a movable window in my game, and I’ve used the popup() function. The fact is that I want to style it like a terminal, so I have made a custom style (StyleBoxFlat). The problem here is that the “title part” of the popup is becoming transparent. How I can fix this?
Illustration
Solution from post to Godot Github tracker:
Problem solved. I just Added the solution in the first post.

Aframe VR : Eyeoffset Settings

This SCREENSHOT gets loaded in my Oneplus 6 phone and is creating problem with the Stereoscopic vision, no one is able to create focus with such a high offset between left & right eyes.
Can anyone help me out in setting the eyeoffset parameters, since i haven't been able to figure them out neither on Aframe.io documentation nor Github
Or is there something that i can do from THREE.js Camera
The parameters for OnePlus 6 (A6000) are missing from the webvr-polyfill device database. You can fork the webvr-polyfill and database, add your device (you need to know dpi and bezel width) and see if the problem is solved in the examples. A-Frame will pick it up when we bump the polyfill version on next release. In the meantime you can do your own A-Frame build pointing to your webvr-polyfill fork.

Sencha Touch: How to update from 2.1 to 2.2?

I think I'm missing something very, very obvious and easy, but - how do I migrate my 2.1-app to 2.2? What do I have to copy or which script do I have to run?
Just be aware that the theming has changed between version 2.1 and 2.2. In particular the Picto icons, used for buttons, have now been replaced by fonts. Unfortunately it appears that the new Picto font doesn't contain entries for all the icons that were in the previous set and I haven't yet found a way to continue to use the old icons. As a result, your new version 2.2 app may therefore look different to your version 2.1 app.

Custom icon for each NSUserNotification?

Is there any way to provide custom icons for each NSUserNotification, instead of the default app logo? Like the iconData parameter in Growl.
I want to show "Someone has just posted something" with the photo of this "someone".
You still cannot change the (default) image showing your app's icon, but starting in OS X Mavericks you can in addition display an additional image using the new property contentImage, e.g. like this:
This new property isn't documented in the NSUserNotification class reference, but mentioned in the Foundation Release Notes for OS X 10.9.
Currently not (Mountain Lion). You should post a feature request.
I know this question has been dead for 5 years, but in case someone finds that question and is still looking for a solution, there is that one:
https://github.com/indragiek/NSUserNotificationPrivate
I've tested it in macOS Sierra and it still works. Just be warned, quoting the project creator:
This should go without saying, but using any of this will result in
your app being rejected from the MAS (Mac Apple Store) and potentially breaking if the
APIs change.
Looking for a related answer about NSUserNotifications I found your question. Officially it's not yet supported. But I wrote a little custom control you can use that may fit your needs. Take a look on this Github repository.

Missing icon in Windows 8 store

I've recently uploaded my first Windows 8 Store application (hurray!)
http://apps.microsoft.com/webpdp/app/doctor-pepper-tattoo/03ed51ee-c1a4-4fb5-b388-76a2ccf10061
The only problem is that although I have specified a valid Small logo (30x30) in app manifest, it does not appear in the Windows Store. This is the file (I hope it was not converted by TinyPic)
http://i50.tinypic.com/35k9b20.png
What could be the problem? Perhaps an unsupported PNG variant? I notice that there a quite a few other apps in the Store with a missing icon (urbaneous, Volksvagen Commerial Vehicles Turkey, etc) so they could be facing a similar issue.
Thanks,
Themos
Since you specified the file in app manifest it should appear when you install the application. If you had submitted the app while submission then it should have appeared on the marketplace. I do't know about the Windows 8 app procedure but since it should not much different from that of windows 7, this is only what I could comprehend. Please install and check the icons. I also hope that icon will be used when a user minimizes your tile to the smallest size on the start screen.
Did you specify the Store Logo in apppackage?
Go here so you can read more about app images.
This is most likely an error on Microsoft's part. You have to make a post on:
http://social.msdn.microsoft.com/Forums/en-US/windowsstore/threads
Or wait until MS updates their backend. There is no such thing as an unsupported png, and it can be a number of issues.
This will most likely be fixed before the actual MS Windows 8 release.