You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to eto-...@googlegroups.com
Doing this:
opfDialog = new OpenFileDialog()
{
Title = "Select Image to Load",
Filters =
{
new FileDialogFilter("Image Files (.png)", ".png")
}
};
'System.Collections.Generic.IEnumerable<Eto.Forms.IFileDialogFilter>' does not contain a definition for 'Add'.
Took this example from the repo.
Using 2.0.7
Do i need a newer version of Eto ?
curtis
unread,
Jul 2, 2015, 3:56:33 PM7/2/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to eto-...@googlegroups.com, rafael...@gmail.com
Hi Rafael,
Yeah, sorry - that sample is for the develop branch (soon to be 2.1) which has an updated api to make it more consistent with the rest of the framework. In 2.0.7, you can add 'new []' like so: