Hello,
this simple project with Form0 and Form1 crashed when going back to Form0.
Form0 includes a ILedDigits with Format set to Int32.
When going back to Int16 (the default) everything works well.
I tested on gen4-uLCD-43DCT-CLB and gen4-uLCD-24-DT with same result.
Is there a workarond or bugfix available?
Sincerely,
Dirk
This is the project file:
Version 0.0
Platform Gen4-uLCD-43DCT-CLB-L
PlatRes 272x480
Depends
end
Options
Genie
Speed 9600
Checksum No
ResponseSize 2
Multidrop No
Destination 1
DestBank 0
MainForm 0
SndBuf 0
ButtonDisable No
SignedDigits No
MaxString 75
ComPort 0
ComTX1pinIdx 0
ComRX1pinIdx 0
FileSystem FATfs
FlashEraseOption Optimal
SPIenable 0
SPIsdo 3
SPIsdi 2
SPIsck 1
FlashGT16MB No
end
Form
Name Form0
Alias Form0
Bgtype Color
Color BLACK
Image (None)
Source.Height 0
Source.Left 0
Source.Top 0
Source.Width 0
OnActivate ''
OnCreate ''
OnRepeat ''
OnTouchMoving ''
OnTouchPressed ''
OnTouchReleased ''
end
iLedDigits
Name ILedDigits0
Alias ILedDigits0
ColorActive clLime
ColorInactive 0x181818
DecimalPlace 3
Digits 7
DPisComma No
Format Int32
LeadingZero No
Left 84
ShowDP Yes
Signed Yes
Size 2
Spacing 1
Top 24
OnChanged ''
end
iMediaButton
Name IMediaButton0
Alias IMediaButton0
BackGroundColor BLACK
Font FONT3
FontMagnification 1
Height 80
InnerGradColor SILVER
LedOffColor SILVER
LedOnColor LIGHTSTEELBLUE
Left 400
Matrix -1
Momentary Yes
OuterGradColor STEELBLUE
OuterGradWidth 10
RingWidth 0
Style 'Square Raised Sunken'
Symbol 'Inc Horz'
SymbolColor RED
Text Text
Top 192
Width 80
OnChanged Form1Activate
end
Form
Name Form1
Alias Form1
Bgtype Color
Color BLACK
Image (None)
Source.Height 0
Source.Left 0
Source.Top 0
Source.Width 0
OnActivate ''
OnCreate ''
OnRepeat ''
OnTouchMoving ''
OnTouchPressed ''
OnTouchReleased ''
end
iMediaButton
Name IMediaButton1
Alias IMediaButton1
BackGroundColor BLACK
Font FONT3
FontMagnification 1
Height 80
InnerGradColor SILVER
LedOffColor SILVER
LedOnColor LIGHTSTEELBLUE
Left 0
Matrix -1
Momentary Yes
OuterGradColor STEELBLUE
OuterGradWidth 10
RingWidth 0
Style 'Square Raised Sunken'
Symbol 'Dec Horz'
SymbolColor RED
Text Text
Top 192
Width 80
OnChanged Form0Activate
end
iLedDigits
Name ILedDigits4
Alias ILedDigits4
ColorActive WHEAT
ColorInactive 0x181818
DecimalPlace 3
Digits 8
DPisComma No
Format Int16
LeadingZero No
Left 200
ShowDP Yes
Signed Yes
Size 2
Spacing 0
Top 100
OnChanged ''
end
this simple project with Form0 and Form1 crashed when going back to Form0.
Form0 includes a ILedDigits with Format set to Int32.
When going back to Int16 (the default) everything works well.
I tested on gen4-uLCD-43DCT-CLB and gen4-uLCD-24-DT with same result.
Is there a workarond or bugfix available?
Sincerely,
Dirk
This is the project file:
Version 0.0
Platform Gen4-uLCD-43DCT-CLB-L
PlatRes 272x480
Depends
end
Options
Genie
Speed 9600
Checksum No
ResponseSize 2
Multidrop No
Destination 1
DestBank 0
MainForm 0
SndBuf 0
ButtonDisable No
SignedDigits No
MaxString 75
ComPort 0
ComTX1pinIdx 0
ComRX1pinIdx 0
FileSystem FATfs
FlashEraseOption Optimal
SPIenable 0
SPIsdo 3
SPIsdi 2
SPIsck 1
FlashGT16MB No
end
Form
Name Form0
Alias Form0
Bgtype Color
Color BLACK
Image (None)
Source.Height 0
Source.Left 0
Source.Top 0
Source.Width 0
OnActivate ''
OnCreate ''
OnRepeat ''
OnTouchMoving ''
OnTouchPressed ''
OnTouchReleased ''
end
iLedDigits
Name ILedDigits0
Alias ILedDigits0
ColorActive clLime
ColorInactive 0x181818
DecimalPlace 3
Digits 7
DPisComma No
Format Int32
LeadingZero No
Left 84
ShowDP Yes
Signed Yes
Size 2
Spacing 1
Top 24
OnChanged ''
end
iMediaButton
Name IMediaButton0
Alias IMediaButton0
BackGroundColor BLACK
Font FONT3
FontMagnification 1
Height 80
InnerGradColor SILVER
LedOffColor SILVER
LedOnColor LIGHTSTEELBLUE
Left 400
Matrix -1
Momentary Yes
OuterGradColor STEELBLUE
OuterGradWidth 10
RingWidth 0
Style 'Square Raised Sunken'
Symbol 'Inc Horz'
SymbolColor RED
Text Text
Top 192
Width 80
OnChanged Form1Activate
end
Form
Name Form1
Alias Form1
Bgtype Color
Color BLACK
Image (None)
Source.Height 0
Source.Left 0
Source.Top 0
Source.Width 0
OnActivate ''
OnCreate ''
OnRepeat ''
OnTouchMoving ''
OnTouchPressed ''
OnTouchReleased ''
end
iMediaButton
Name IMediaButton1
Alias IMediaButton1
BackGroundColor BLACK
Font FONT3
FontMagnification 1
Height 80
InnerGradColor SILVER
LedOffColor SILVER
LedOnColor LIGHTSTEELBLUE
Left 0
Matrix -1
Momentary Yes
OuterGradColor STEELBLUE
OuterGradWidth 10
RingWidth 0
Style 'Square Raised Sunken'
Symbol 'Dec Horz'
SymbolColor RED
Text Text
Top 192
Width 80
OnChanged Form0Activate
end
iLedDigits
Name ILedDigits4
Alias ILedDigits4
ColorActive WHEAT
ColorInactive 0x181818
DecimalPlace 3
Digits 8
DPisComma No
Format Int16
LeadingZero No
Left 200
ShowDP Yes
Signed Yes
Size 2
Spacing 0
Top 100
OnChanged ''
end
Comment