when i tried to call "Display.getInstance().execute()" method it is asking URL but here i have byte array(byte[]).. so how can i use "Display.getInstance().execute()" for byte array(byte[]).
On Wednesday, February 14, 2018 at 10:58:41 AM UTC+5:30, Shai Almog wrote: > > Why are you calling Resources.open? > Try Display.getInstance().execute(). > > Resources.open works with "resource files" not files. > -- 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 [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/3c249258-0567-437c-a2ec-010429f9eb5a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
