Codename one: Buttons got changed after library updation - codenameone

I have built app using codename one.It was working fine but after library updated its suddenly got changed having problems in my buttons.Button text automatically cleared.I am not able to see any text on button.
I have built UI using codename one designer.
help me to solve this issue?
Thanks in advance

It seems to be a regression triggered by a previous fix to a different regression. I committed a fix for it here: https://github.com/codenameone/CodenameOne/commit/98754e015c2a462dceb7bafbf4cd292ec9d73ed2
We should push out an update that should be on the servers in a couple of hours.

Related

How to freeze columns on both side of angular material data table?

I'm using md-data-table where i have achieved fixed headers but somehow fixed columns is not working in my favor. Can someone please help me as i'm almost dead of searching an appropriate solution where both the functionalities will work.
Below is the link which i'm refering for my development.
http://danielnagy.me/md-data-table/
Make a separate table that contains the data you want fixed. and align it with your other table. I’ve done the same in one of my projects and it works just fine.
A few issues are are raised on the github project you mentioned concerning fixed columns and there are a few workarounds you can attempt there if you want.
https://github.com/daniel-nagy/md-data-table/issues/311
https://github.com/daniel-nagy/md-data-table/issues/396

Winforms application using Devexpress not starting after registering

This is really weird issue; I tried everything I can but nothing resolved my problem. I was running trial version of the Devexpress XtraEditors suite and my Winforms app was running without any problems. Yesterday I registered my trial version of DevExpress and the application will run for a second, display the Devexpress logo for a minute and then shuts down automatically.
No error/exception is thrown but the application is closed right after that logo is shown.
Any idea how can I resolve this? I already contacted Devexpress but dropping a line here as well might help me too.
Try clearing the lines(starting with DevExpress) from the lisences.licx file and see if you can run the project.
This post fixed my problem, if anyone else is experiencing the problem, please refer to this post https://www.devexpress.com/Support/Center/Question/Details/A705

Why Ext.grid.plugin.RowEditing not working properly while using extended store?

I'm facing an issue using Ext.grid.plugin.RowEditing inside an ExtJS 4.1.1 MVC application. As far as I know, I have to provide my own Ext.data.Store extension for use inside an Ext MVC architecture, but doing this, form fields displayed inside the editing ruler remain empty, even though the corresponding record is fully filled. Indeed, before installing the plugin in my MVC project, I made a quick test in which the store is instanciated from the core class and everything works correctly.
I have googled a bit about that and found some quite close topics, but nothing that could help me so far. So, I hope anyone here has encountered the same problem.
Update
I have tried to reproduce this bug here http://jsfiddle.net/hcNgP/ with no success. I currently suspect my version of ExtJS (Ext.getVersion() gives me 4.1.1.1). I'll go back here with more details as soon as possible. Thanks everyone.
Not sure what you mean by extended store, but here is a full example that works as designed.
http://jsfiddle.net/dbrin/uu56M/

AVAudioSessionDelegate beginInterruption is not called iOS 6.0.1

I am creating an iPhone application with music player. I used AVPlayer for creating music player. The issue is beginInterruption method is not called in iOS 6.0.1 when a phone call arrives. But endInterruptionWithFlags:flags called. In lesser versions of iOS it is working fine. And one more thing I noticed is, if a phone call come when the app is in background, beginInterruption method is called!! But not when the app is active.
When I searched, I found the same issue is noted by some other also, and they stated as it is the bug with apple. And the issue is fixed in iOS 6.1.
So, what should I do? Should I try to fix the issue manually or tell the users to update the OS? At the same time, why it is working when the app is background? Any idea? Please help.
Thanks in advance.

Disable the Test-flight build updating window

I have added test-flight SDK into my project.when I upload build on test-flight and download that build using test-flight shorten link,i get the test-flight updating window even if my build is new one.I want disable that test-flight screen which is appearing inside my application.if any one known about this please help me.thanks in advance.
I had the same problem that I reported to Tesflight. It is apparently a known bug.
A workaround is to completely turn off in app update with the following line:
[TestFlight setOptions:#{#"disableInAppUpdates":#YES}];
It only works with the 1.1 version of the SDK thus far.
I found that if I didn't increase my ios application target version number, I would always get the faulty update window.

Resources