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

Key: BOO-717
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Rodrigo B. de Oliveira
Reporter: Jussi Hartzell
Votes: 0
Watchers: 0
Operations

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

Initialization of Object assigned to an variable isn't working properly

Created: 09/Apr/06 04:21 AM   Updated: 18/Nov/07 10:07 AM
Component/s: Compiler
Affects Version/s: 0.8
Fix Version/s: 0.8.1

Time Tracking:
Not Specified

Environment: Windows XP Pro, SharpDevelop 2.0 Beta 2 and Boo Compiler version 0.7.6.2206 (CLR v2.0.50727.42)


 Description  « Hide
This doesn't work

textColumn = DataGridViewTextBoxColumn
name = textColumn(DataPropertyName: "Name")

But this does

textColumn = DataGridViewTextBoxColumn
name = textColumn()

and this

name = DataGridViewTextBoxColumn(DataPropertyName: "Name")



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Rodrigo B. de Oliveira - 18/Nov/07 10:07 AM
Fixed in the repository.