I'll try to reproduce this after the weekend. Can you file an issue?
You are using NetBeans right?
--
You received this message because you are subscribed to the Google Groups
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to co
No it is a fresh project, really confusing.
On Friday, August 5, 2016 at 2:12:49 PM UTC+8, Shai Almog wrote:
>
> You didn't change the build.xml or project in any way right?
>
--
You received this message because you are subscribed to the Google Groups
"CodenameOne Discussions" group.
To unsub
You didn't change the build.xml or project in any way right?
--
You received this message because you are subscribed to the Google Groups
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to codenameone-discussions+unsubscr...@googl
Just one file, containing:
package userclasses.nativeinterfaces;
import java.io.*;
public class TextToSpeechImpl implements
userclasses.nativeinterfaces.TextToSpeech{
public void say(final String param) {
}
public boolean isSupported() {
return true;
}
}
O
Odd.
What do you have under the native/javase directory?
--
You received this message because you are subscribed to the Google Groups
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to codenameone-discussions+unsubscr...@googlegro
Oops of course it can, I use them alot, so whats going on ?
On Wednesday, August 3, 2016 at 3:59:20 AM UTC+8, Gareth Murfin wrote:
>
> I have implemented a small text to speech library for cn1, it all builds
> apart from J2SE where it says:
>
> buildNativeIOS:
> createIosZip:
> Zipping ios native