-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hot reload not working in netbeans 8.2 or 15 using java 1.8.92 or jdk-11.0.16.1_1 #3633
Comments
Can someone provide any support about this issue please? |
Since this is happening with Ant and our focus is on CSS I'm not sure if this will get much of a priority. |
this means that this option just work using css? could you tell me what the means this using maven project OpenJDK 11 and netbeans 15? [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ forcesos-javase --- the option hot reload don't appear in Simulator but using netbeans 8.2 the hot reload is enable using jdk 1.8.192 could you tell me the cause? |
The "Hot reload" feature is actually different than the theme reloading feature. "Hot reload" is used to reload the app when changes are made to the Java or Kotlin source code. The theme editor changes should be applied automatically after you click "OK" in the "Edit" dialog window, and the window closes. If they do not get applied, then it is likely that the component has some styles added to it explicitly, using |
I always have restarted the simulator to apply my changes in the theme.res. Editting directly from the simulator an pressing ok button doesn't work properly |
my question is. Ant structure project support this feature in simulator? |
When I press Edit from the simulator the Uiid doesn't update in the theme.res. Why? the hot reload just work using css ?
any support please?
The text was updated successfully, but these errors were encountered: