yang_dx
10-07-2005, 03:10 AM
I recently met some problem about the resource and source of a view.
If I use the <resource name=”n” src=”path”>, is it means that this resource must be compiled in my lps app
Which means it will make the app size much bigger?
When I tried to use the view.setSource(url), it works well, but there is no getSource() method to get the current url of source.
What should I do if I want to get the source url set by setSource()?
If I use the <resource name=”n” src=”path”>, is it means that this resource must be compiled in my lps app
Which means it will make the app size much bigger?
When I tried to use the view.setSource(url), it works well, but there is no getSource() method to get the current url of source.
What should I do if I want to get the source url set by setSource()?