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 Discussions
I see when you go to delete used images the editor must scan StateMachine these days too, which is great, but ive just refactored a ton of logic into their on class for each screen, now delete unused images doesnt scan them files. Its a long shot but wondering if theres a way to make it scan them all ?
Shai Almog
unread,
Mar 5, 2019, 11:00:16 PM3/5/19
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 Discussions
No. We try not to scan anymore. It's impractical to scan the sources for image names.
Gareth Murfin
unread,
Mar 26, 2019, 8:55:20 AM3/26/19
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 Discussions
why impractical? anyway i whipped up a java app to put all code into StateMachine.java temporarily then I can remove unused images then restore StateMachine.java :) thanks.