Hi every body,
So, i have a modulaire application using swing and pivot that contans :
1 - a core jar
2 - a module jar developed with pivot
3- A launch jar
the core jar contans a common image ressource and i want to use this common
in my module jar but that not work for exemple :
In the core jar i have a background.jpg in the ma.core.common,.img
package and ma.core.common.bxml.ConfirmationDialog.bxml
In the module jar i have this
<ImageView image="@??? Path to background.jpg" styles="{fill:true,
preserveAspectRatio:false}"/>
and
<bxml:include inline="true" src="Path to ConfirmationDialog.bxml"/>
can you help me ?
Jamal