How to start making a splash screen using codename one?
1,132 views
Skip to first unread message
redz
unread,
Oct 4, 2012, 10:19:58 AM10/4/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to codenameone...@googlegroups.com
I'm havin' a hard time in making a splash screen. How can I do it?
Shai Almog
unread,
Oct 5, 2012, 11:06:03 AM10/5/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to codenameone...@googlegroups.com, bonzerr...@yahoo.com.ph
Just create a form and show it. If you are using the GUI builder just create the splash in the first form and define the main application form in the "Next Form" property of that form. See the Timezone demo and Tipster demo where we do just that.
prabin shrestha
unread,
Nov 18, 2012, 5:01:14 AM11/18/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to codenameone...@googlegroups.com, bonzerr...@yahoo.com.ph
May i override paint(Graphics g) method and animate here to show as a splash screen?Does it work properly?
Shai Almog
unread,
Nov 18, 2012, 2:04:59 PM11/18/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to codenameone...@googlegroups.com, bonzerr...@yahoo.com.ph
Please try not to open old unrelated threads.
You can always override paint(), it will work. But its probably not a good idea unless you really know what you are doing.