The port is based on an older port that predated the native: font scheme.
This is probably something we need to add.
--
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, se
I would generally avoid the module approach as it might conflict with the
project settings.
With this approach I would just copy the updated jar files into place in
the IDEA project.
--
You received this message because you are subscribed to the Google Groups
"CodenameOne Discussions" group.
T
The mistake is doing the network connection on construction instead of when
the form is shown. Forms have a show event that you can override or listen
to.
--
You received this message because you are subscribed to the Google Groups
"CodenameOne Discussions" group.
To unsubscribe from this grou
Works if I include a ttf file with the app.
--
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...@googlegroups.com.
Visi
My form had its own Enabled checkbox turned off! Checking that, now the
background shows. I knew it was going to be something lame.
Thank you!
On Sunday, July 3, 2016 at 8:59:53 PM UTC-4, Bryan Buchanan wrote:
>
>
> oops - sent same image twice
> On Monday, July 4, 2016 at 10:58:52 AM U
oops - sent same image twice
On Monday, July 4, 2016 at 10:58:52 AM UTC+10, Bryan Buchanan wrote:
>
> See attached. Works fine a for me.
>
> On Monday, July 4, 2016 at 10:42:53 AM UTC+10, cha...@moondustapp.com
> wrote:
>>
>> I tried overriding transparency with 0, and with 255, too. Didn't
I tried overriding transparency with 0, and with 255, too. Didn't help.
Thank you!
On Sunday, July 3, 2016 at 7:05:59 PM UTC-4, Gareth Murfin wrote:
>
>
> try not ticking derive transparency, and make sure transparency is 0
>
> On Monday, July 4, 2016 at 5:50:39 AM UTC+8, cha...@moondusta
dont think i can recreate this now, perhaps it has been fixed your side,
will see what my client says. By delay i meant a timer which waits a bit
until keyboard is definitely shut before calling showform. Also the
keyboard flash appears to be fixed also! Super happy right now, just hope
its sam
Ah yes forgot about that, cool idea.
On Sunday, July 3, 2016 at 1:20:02 PM UTC+8, Shai Almog wrote:
>
> The new GUI builder is written in Codename One so internal frames aren't
> really available. We'll try to make it more flexible though
>
--
You received this message because you are subscribe
try not ticking derive transparency, and make sure transparency is 0
On Monday, July 4, 2016 at 5:50:39 AM UTC+8, cha...@moondustapp.com wrote:
>
> I have a form which I would like to use as a splash screen, showing an
> image.
>
>
> I added a JPEG as a multi-image, maintaining the default DPIs.
I have a form which I would like to use as a splash screen, showing an
image.
I added a JPEG as a multi-image, maintaining the default DPIs.
I created a new style in the default theme, with the component name equal
to the UIID of the form I'm targeting.
In the "background" tab of the sty
True Type fonts don't seem to work on Windows phone.
The first screenshot is from Android, the second from Lumia 640 WP10.
Form hi = new Form("Welcome");
hi.setLayout(new BoxLayout(BoxLayout.Y_AXIS));
hi.setScrollableX(false);
hi.setScrollableY(true);
Label l = ne
Thanks Steve - my bad - I forgot those.
You're right - I created a new project and just made sure the settings via
the UI were OK, but as you note, those settings needed to be added manually.
On Monday, July 4, 2016 at 3:36:25 AM UTC+10, Steve Hannah wrote:
>
> I think there may be a problem in
I think there may be a problem in our settings UI code for updating the
build hints on UWP. Can you post all of your uwp.* and windows.* build
hints?
Basically you just want to have:
windows.buildType=Debug
windows.platforms=ARM
(Anything else, you should get rid of).
Steve
On Sun, Jul 3, 2016
I just did a build, using the Windows setting Mobile Debug Build and the
generated zip contains:
unzip -l
c5af7aa4-a672-4440-889e-0978dd4db26a-1467532227154-UWPApp_1.0.1.0_Test.zip
Archive:
c5af7aa4-a672-4440-889e-0978dd4db26a-1467532227154-UWPApp_1.0.1.0_Test.zip
Length DateTime
15 matches
Mail list logo