Bilbosax edited a comment on issue #1074: URL: https://github.com/apache/royale-asjs/issues/1074#issuecomment-782151261
Carlos, I have great news! The ToggleButtonBar appears to work correctly as far as I can tell, in ALL situations. But I am at a loss and I need you to educate me. This is my first web app, so I am sure that there are things going on in the browser as well as the compiler that I am completely unaware of. Instead of starting with my original project and tearing it down to find the error, I started with the zipped project I attached earlier that was compiling correctly with the latest build and started adding to it from the original project. I copied one file at a time from my original project to the one that was compiling correctly, and by the time I was done, I had copied the entire original project over to the new project and it was working like a charm. Two identical projects, yet one works, and one does not. So I started thinking that perhaps it was a cache issue as you mentioned earlier in this thread. I went to Google's website and read exactly how to clear the browser cache and followed the steps, but it did not work. I still had a situation where I had two identical projects under different names, but one worked and one did not. Finally, I thought that perhaps the compiler was not updating or overwritting the ToggleButtonBar in the bin directory correctly. I deleted the bin directory to let the compiler write to it fresh, and voila, it worked! So long story short, I had to delete the bin directory to make the ToggleButtonBar work. So my question is this: Is it common to need to delete the bin folder occasionally in web design, or is there perhaps a small glitch in the compiler that needs to be addressed regarding the ToggleButtonBar? I find it odd that I have no problems with any of the other components, but I do with the ToggleButtonBar. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
