Any ETA of merge?
Nothing is guaranteed to be merged/pulled in. We need to review all pull requests and decide whether they should be included or not.
Of course, but when that review will happen?
There are also no ETA’s on code reviews for pull requests. They will be done when possible.
I’m keeping two versions of the widget library on my system – one that’s “official” downloaded from CoronaLabs github repository, and one that’s “Frankenstein” made up of changes I and others have made to the widget framework.
When CL releases a new version I’ll have to merge whatever they haven’t included to get my new “Frankenstein” version.
If you want fixes and changes that are being made, that’s probably what you’ll have to do. I don’t expect official updates any more often than we get new SDK releases. (If I’m wrong about that, good news for us!)
Jay
Hi Jay,
That is a lot of work, but probably the only way.
Yeah, the problem is that I have to keep an “official” copy around for use when recording my tutorial videos – and I keep the “good” version around for when I’m writing my own apps.
Jay
The idea is that the github repo will be kept up to date with the latest daily build widget version. So they will always be in sync
Yeah, but I use the last public release for my recordings and the daily builds for my own stuff – so I’m still keeping two copies of things around.
Jay
PS - But that’s good to know about the daily builds.
It’s fantastic that the widget 2.0 library is opensourced. It’s great, because I think it is a little ‘buggy’.
Anyway I’m having an issue (including the DEMO’s of Official listViews1,2 & 3 from Corona Sample Code folder)
I’ve made a simple test, pulling data from my own MySQL database and then fetching its data into a tableView widget. All runs like a charm but when I try to make a simple ‘TAP’, OR ‘PRESS’ (clicking fast and releasing) ,the listener ‘onRowTouch’ simply doesn’t execute at all…It happens in the Simulator and obviously in my iPhone device.
The problem is that I have to do a long press for a second to get the listener working… (i’ve just made a transition showing the row.index identifier…)
Any help? It’s a known bug? I tried to make my own listeners without luck. The same behavior. It seems like clicking fast on any row, only have effects on scrolling the TableView…
Thanks,
Cristian.
Hey Christian. Your using the latest public build right? So I presume your using the widget 2.0 code from github?
Yes, I’m using the widget 2.0 from github and build 2013.1076. And without luck. :unsure:
We have made several improvements to our tableView code (via daily builds) since the github code was updated. We will sync that up this week and you should see a lot of improvements
Great news! :lol:
Thanks Danny.
Any news on github sync for widgets?
Thanks!
The Github sync hasn’t been done yet, however the Daily Builds have had many Widget fixes, including the topic of this thread.
A tap now stops the scrolling of a tableview without sending a tap event.
You can see quite a lot of Widget 2.0 fixes in the notes of build 1103 and 1106.
It’s fantastic that the widget 2.0 library is opensourced. It’s great, because I think it is a little ‘buggy’.
Anyway I’m having an issue (including the DEMO’s of Official listViews1,2 & 3 from Corona Sample Code folder)
I’ve made a simple test, pulling data from my own MySQL database and then fetching its data into a tableView widget. All runs like a charm but when I try to make a simple ‘TAP’, OR ‘PRESS’ (clicking fast and releasing) ,the listener ‘onRowTouch’ simply doesn’t execute at all…It happens in the Simulator and obviously in my iPhone device.
The problem is that I have to do a long press for a second to get the listener working… (i’ve just made a transition showing the row.index identifier…)
Any help? It’s a known bug? I tried to make my own listeners without luck. The same behavior. It seems like clicking fast on any row, only have effects on scrolling the TableView…
Thanks,
Cristian.
Hey Christian. Your using the latest public build right? So I presume your using the widget 2.0 code from github?
Yes, I’m using the widget 2.0 from github and build 2013.1076. And without luck. :unsure:
We have made several improvements to our tableView code (via daily builds) since the github code was updated. We will sync that up this week and you should see a lot of improvements