Compiler Silently Failing

2020-10-09 Thread Yishay Weiss
I have a project that I'm trying to build in ant. Ant is reporting success, the compiler is not showing any errors and yet I don't see the bin/js-debug folder being created. I'm also not seeing the following lines which I see in successful builds: [mxmlc] Oct 09, 2020 9:57:18 PM

Re: compc - target=JS

2020-10-09 Thread Josh Tynjala
The main difference is that a SWF .swc file contains just the bytecode, and a JS .swc file includes both bytecode and .js files. However, as I explained in my previous email, a library compiled for SWF and a library compiled for JS need to have different bytecode because the compiler options are

Re: Jewel ComboBox behaviour with many rows

2020-10-09 Thread Hugo Ferreira
Fantastic ! Thank you. As I know Royale, more I like. Carlos Rovira escreveu no dia sexta, 9/10/2020 à(s) 11:48: > Hi Hugo, > > although you have 200 rows by default you only have 5 rows. > You can control number of rows in the popup list through presentation model > bead "rowCount": > > > > >

Re: Jewel ComboBox behaviour with many rows

2020-10-09 Thread Carlos Rovira
Hi Hugo, although you have 200 rows by default you only have 5 rows. You can control number of rows in the popup list through presentation model bead "rowCount": El vie., 9 oct. 2020 a las 11:13, Hugo Ferreira () escribió: > Hi, > > I'm using now the Jewel ComboBox (by the way, the filter

Jewel ComboBox behaviour with many rows

2020-10-09 Thread Hugo Ferreira
Hi, I'm using now the Jewel ComboBox (by the way, the filter bead is very, very good) and I'm facing a problem. I have a ComboBox with around 200 rows. What happens is the the list instead of growing to down with a verticall scroll (like Jewel DropDownList), the list occupais all the screen.

Re: compc - target=JS

2020-10-09 Thread Christofer Dutz
So how about we add a 3rd option "SWC"? It does seem as if there's generally: - "SWF" for a SWF application - "RoyaleJS" for a JS Application - "SWC" for a library Or is there a difference between a "js" and a "swf" library? Chris Am 08.10.20, 22:43 schrieb "Yishay Weiss" : Great