[GitHub] [royale-asjs] aharui commented on issue #665: DateField icon is hidden

2020-01-28 Thread GitBox
aharui commented on issue #665: DateField icon is hidden URL: https://github.com/apache/royale-asjs/issues/665#issuecomment-579632739 Is there a reason you must use a .png file? Depending on the font you use, you may be able to use a special Unicode character like this one:  It

[GitHub] [royale-asjs] aharui commented on issue #665: DateField icon is hidden

2020-01-19 Thread GitBox
aharui commented on issue #665: DateField icon is hidden URL: https://github.com/apache/royale-asjs/issues/665#issuecomment-576112056 I think you want to create a custom DateFieldView. You should be able to combine both `org.apache.royale.html.beads.DateFieldView` and

[GitHub] [royale-asjs] aharui commented on issue #665: DateField icon is hidden

2020-01-16 Thread GitBox
aharui commented on issue #665: DateField icon is hidden URL: https://github.com/apache/royale-asjs/issues/665#issuecomment-575514919 I believe that Royale currently defaults to a down arrow character because it is available in more fonts and is more efficient than loading an image. If

[GitHub] [royale-asjs] aharui commented on issue #665: DateField icon is hidden

2020-01-16 Thread GitBox
aharui commented on issue #665: DateField icon is hidden URL: https://github.com/apache/royale-asjs/issues/665#issuecomment-575473632 Yes, try that and see if that helps. This is an automated message from the Apache Git

[GitHub] [royale-asjs] aharui commented on issue #665: DateField icon is hidden

2020-01-16 Thread GitBox
aharui commented on issue #665: DateField icon is hidden URL: https://github.com/apache/royale-asjs/issues/665#issuecomment-575472757 After line 151 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [royale-asjs] aharui commented on issue #665: DateField icon is hidden

2020-01-16 Thread GitBox
aharui commented on issue #665: DateField icon is hidden URL: https://github.com/apache/royale-asjs/issues/665#issuecomment-575468540 Did you see the usage of isAbsolute in DateFieldView? Somewhere in MaskedDateField, a TextInput is created. Right after creation, try adding

[GitHub] [royale-asjs] aharui commented on issue #665: DateField icon is hidden

2020-01-09 Thread GitBox
aharui commented on issue #665: DateField icon is hidden URL: https://github.com/apache/royale-asjs/issues/665#issuecomment-572691810 VDI is still not working. One guess is that when you replace the TextInput, you need to set isAbsolute=false. You can see an example in