History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-3404
Type: Bug Bug
Status: Resolved Resolved
Resolution: Duplicate
Priority: -- --
Assignee: Benjamin Shine
Reporter: Sarah Allen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

when you modify a css file, you need to touch the lzx for it to re-compile

Created: 08/Jan/07 06:15 PM   Updated: 18/Jan/07 05:29 PM
Component/s: LFC - CSS
Affects Version/s: 3.4
Fix Version/s: 3.4

Time Tracking:
Not Specified

Severity: Major
Runtime: N/A
Fix in hand: False


 Description  « Hide
test.lzx
<canvas>
    <stylesheet src="test.css"/>
    <view x="10" y="10" width="10" height="10" bgcolor="$style{'mycolor'}"/>
</canvas>

test.css:
view {
    mycolor:#ffff00;
}

change test.css to specify a different mycolor and re-compile lzx app... notice the view is still yellow
touch test.lzx and re-compile: notice the color change

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Benjamin Shine - 18/Jan/07 05:29 PM
Duplicate LPP-2733