-
I'm testing on an iPad 1 running iOS 5.1. There is a concurrency problem where a crash occurs in `MLPAutoCompleteFetchOperation` because `sentinelSemaphore` is signalled in `-[MLPAutoCompleteFetchOpe…
-
```
What steps will reproduce the problem?
1. Paste the following code in the start() of a new HelloWorld codenameone
project:
if(current != null)
{
current.show();
…
-
```
I created my own AppException. When throwing that exception with a message and
catching it (with try/catch), ex.getMessage() is null.
I can see this behavior only in the newVM of iOS, android i…
-
```
I created my own AppException. When throwing that exception with a message and
catching it (with try/catch), ex.getMessage() is null.
I can see this behavior only in the newVM of iOS, android i…
-
Hi Sebastien,
today I had a problem using the ACTF... and maybe I have a feature request. I'm not sure... I just try to explain, what I did.
(possibly this also was a topic of our old https://github.…
-
```
I created my own AppException. When throwing that exception with a message and
catching it (with try/catch), ex.getMessage() is null.
I can see this behavior only in the newVM of iOS, android i…
-
```
I created my own AppException. When throwing that exception with a message and
catching it (with try/catch), ex.getMessage() is null.
I can see this behavior only in the newVM of iOS, android i…
-
Not sure if it's the same problem #2 has, but I thought I'll write this down in case you want to take a look or if somebody else runs into this.
I'm manually adding the view, so I'm using the initWith…
-
```
What steps will reproduce the problem?
1. Check in the Ldap Connector an Overridable field (for example LDAP Filter
for Retrieving Accounts)
2. Edit Ldap Resource
What is the expected output?
Re…
-
Hi,
I integrated your project and I can't seem to get it to work.
My tableview doesn't show up. I created only a textfield in my storyboard
and i'm getting response from my google places api but the …