[codenameone-discussions] Re: theme.res file in iphone

2018-12-05 Thread Shai Almog
This shouldn't be a problem. Notice we recommend having a very simple theme as the base so you can show a progress/download UI then add the second theme as an addThemeProps. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubs

[codenameone-discussions] Re: theme.res file in iphone

2018-12-05 Thread Fuad Nassar
yes by using these functions > // 1) > /** > * > * @param Url : direct link that can be downloading theme.res file > * @param name : name theme file to saving that in FileSystemStorage > e.g theme.res > * @return path in FileSystemStorage for theme downloaded >

[codenameone-discussions] Re: theme.res file in iphone

2018-12-05 Thread Fuad Nassar
> > yes by using these functions > // 1) /** * * @param Url : direct link that can be downloading theme.res file * @param name : name theme file to saving that in FileSystemStorage e.g theme.res * @return path in FileSystemStorage for theme downloaded */ p

[codenameone-discussions] Re: theme.res file in iphone

2018-12-04 Thread Shai Almog
Do you mean downloading the theme.res file dynamically on first load of the app? You can do that. If you mean to unzip the IPA/APK and replace theme.res within it that won't work. These bundles are signed. -- You received this message because you are subscribed to the Google Groups "CodenameO

[codenameone-discussions] Re: theme.res file in iphone

2018-12-04 Thread Fuad Nassar
i have a simple idea that will build any project including size theme.res more 50mb with a free account ^^ This would increase the powering of codename one and it will bring more developers for it -- You received this message because you are subscribed to the Google Groups "CodenameOne Disc

[codenameone-discussions] Re: theme.res file in iphone

2018-12-02 Thread Shai Almog
Hi, yes. You can unzip the IPA and the theme.res file will be there. When we used to have GUI builder files there that was a problem and we added some rudimentary password protection functionality to the file. However, since the file only packages images/localization and theme in newer projects