qed | 2 Feb 2009 07:46
Picon

Treeview "select" bug


The Treeview control wants to select its first item when it gains focus for
the first time (after the application starts running) via a mouse-click
whether the user clicked on the first item or a different item. If the user
did not select the first item, then the control incorrectly generates two
"select" events, one for the first item, and another one for the actual item
that the user clicked on. 

The .NET Treeview control does not exhibit this behavior.

Version: Mono Winforms 2.2
OS: Win XP (haven't tested this on other platforms, but they possibly have
this bug too)
--

-- 
View this message in context: http://www.nabble.com/Treeview-%22select%22-bug-tp21784923p21784923.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Carlos Alberto Cortez | 2 Feb 2009 08:00
Picon

Re: Treeview "select" bug

This sounds like a bug. Please fill a bug report. Thanks!

Carlos.

2009/2/2 qed <naotilus <at> gmail.com>

The Treeview control wants to select its first item when it gains focus for
the first time (after the application starts running) via a mouse-click
whether the user clicked on the first item or a different item. If the user
did not select the first item, then the control incorrectly generates two
"select" events, one for the first item, and another one for the actual item
that the user clicked on.

The .NET Treeview control does not exhibit this behavior.

Version: Mono Winforms 2.2
OS: Win XP (haven't tested this on other platforms, but they possibly have
this bug too)
--
View this message in context: http://www.nabble.com/Treeview-%22select%22-bug-tp21784923p21784923.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list
Stifu | 2 Feb 2009 09:49
Picon
Favicon
Gravatar

Re: Treeview "select" bug


I reported a similar bug about Treeview selection not being cancelable
(making it so you could select multiple nodes), and it's been fixed in 2.4.
Please check with the 2.4 preview
(http://mono.ximian.com/monobuild/preview/download-preview/) that the bug is
still there before reporting it.

qed wrote:
> 
> The Treeview control wants to select its first item when it gains focus
> for the first time (after the application starts running) via a
> mouse-click whether the user clicked on the first item or a different
> item. If the user did not select the first item, then the control
> incorrectly generates two "select" events, one for the first item, and
> another one for the actual item that the user clicked on. 
> 
> The .NET Treeview control does not exhibit this behavior.
> 
> Version: Mono Winforms 2.2
> OS: Win XP (haven't tested this on other platforms, but they possibly have
> this bug too)
> 

--

-- 
View this message in context: http://www.nabble.com/Treeview-%22select%22-bug-tp21784923p21786049.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Stifu | 3 Feb 2009 09:48
Picon
Favicon
Gravatar

Re: Please help me I fill it is simple but I can't do it !!!! mono-winforms


If I understood you right, you're looking for a Windows.Forms designer. There
isn't one at the moment (or rather, it's a work in progress). That said,
MonoDevelop has a GTK# designer (but that'd require rewriting the UI of your
app).
See this page about the WinForms designer:
http://mono-project.com/WinForms_Designer

mohammed_aid wrote:
> 
> hello,
> 
> Actually I have 6 years experience in .NET and C# programming but here my
> problem is that I have one of my projects developed by C#3 and .Net3.5 and
> I have tested it by MOMA and it was ok. after I opened the project using
> MONO2.0.1 it runs ok. and until now I did not have any problem.
> but the miserable thing is that I cant see the windows forms itself, just
> I can see the .cs and .designer.cs files only.
> 
> please tell me how can I see these forms in this environment if there is
> any library that I have to install or any choices that I can choose.
> 
> please try to tell me as soon as possible because I am working on my
> master research and now I have stopped my work in this point.
> 
> 
> thank you in advance.
> 
> regards for the best MONO project's members. 
> 

--

-- 
View this message in context: http://www.nabble.com/Please-help-me-I-fill-it-is-simple-but-I-can%27t-do-it-%21%21%21%21-mono-winforms-tp21805017p21805894.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

mohammed_aid | 3 Feb 2009 09:59
Picon
Favicon

Re: Please help me I fill it is simple but I can't do it !!!! mono-winforms


yes I think you understand the problem. so the solution is either I go back
to windows to resolve the problem and after I compile in windows I restart
to Linux again to run the program or to change the windows forms to GTK#
forms, am I right?

thank you for your help

Stifu wrote:
> 
> If I understood you right, you're looking for a Windows.Forms designer.
> There isn't one at the moment (or rather, it's a work in progress). That
> said, MonoDevelop has a GTK# designer (but that'd require rewriting the UI
> of your app).
> See this page about the WinForms designer:
> http://mono-project.com/WinForms_Designer
> 
> 
> mohammed_aid wrote:
>> 
>> hello,
>> 
>> Actually I have 6 years experience in .NET and C# programming but here my
>> problem is that I have one of my projects developed by C#3 and .Net3.5
>> and I have tested it by MOMA and it was ok. after I opened the project
>> using MONO2.0.1 it runs ok. and until now I did not have any problem.
>> but the miserable thing is that I cant see the windows forms itself, just
>> I can see the .cs and .designer.cs files only.
>> 
>> please tell me how can I see these forms in this environment if there is
>> any library that I have to install or any choices that I can choose.
>> 
>> please try to tell me as soon as possible because I am working on my
>> master research and now I have stopped my work in this point.
>> 
>> 
>> thank you in advance.
>> 
>> regards for the best MONO project's members. 
>> 
> 
> 

--

-- 
View this message in context: http://www.nabble.com/Please-help-me-I-fill-it-is-simple-but-I-can%27t-do-it-%21%21%21%21-mono-winforms-tp21805017p21805945.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Stifu | 3 Feb 2009 10:15
Picon
Favicon
Gravatar

Re: Please help me I fill it is simple but I can't do it !!!! mono-winforms


The 3rd solution could be to try the work-in-progress WinForms designer (as
explained on the link I gave), but I don't know how usable or mature it is.
I'll wait for it to be included in a stable release myself.
Personally, I develop my app on Windows with SharpDevelop, then try the exe
on Linux. Mono for Windows is helpful for debugging purposes too, as some
Mono bugs are there on all platforms.

mohammed_aid wrote:
> 
> yes I think you understand the problem. so the solution is either I go
> back to windows to resolve the problem and after I compile in windows I
> restart to Linux again to run the program or to change the windows forms
> to GTK# forms, am I right?
> 
> thank you for your help
> 

--

-- 
View this message in context: http://www.nabble.com/Please-help-me-I-fill-it-is-simple-but-I-can%27t-do-it-%21%21%21%21-mono-winforms-tp21805017p21806246.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

mohammed_aid | 3 Feb 2009 11:04
Picon
Favicon

Re: Please help me I fill it is simple but I can't do it !!!! mono-winforms


Really I appreciate your help highly. 
I will try to work with your advice.

best regards and thank you so much.

Stifu wrote:
> 
> The 3rd solution could be to try the work-in-progress WinForms designer
> (as explained on the link I gave), but I don't know how usable or mature
> it is. I'll wait for it to be included in a stable release myself.
> Personally, I develop my app on Windows with SharpDevelop, then try the
> exe on Linux. Mono for Windows is helpful for debugging purposes too, as
> some Mono bugs are there on all platforms.
> 
> 
> mohammed_aid wrote:
>> 
>> yes I think you understand the problem. so the solution is either I go
>> back to windows to resolve the problem and after I compile in windows I
>> restart to Linux again to run the program or to change the windows forms
>> to GTK# forms, am I right?
>> 
>> thank you for your help
>> 
> 
> 

--

-- 
View this message in context: http://www.nabble.com/Please-help-me-I-fill-it-is-simple-but-I-can%27t-do-it-%21%21%21%21-mono-winforms-tp21805017p21806910.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

mohammed_aid | 4 Feb 2009 04:15
Picon
Favicon

Can I execute the exe file of visual studio project on linux+MONO ?


hello everybody,

this is the second day for me in this forum and really I am very happy with
you all.

today I have small problem which is I can't run the executable file which
released by visual studio on Linux Fedora with MONO 2.

is it possible to do that ?

if not please suggest any solution to help me because my project was
developed by visual studio and I have used winforms inside it that is way I
could not modify it on MonoDevelop and I do not want to convert it to GTK#
forms.

thank you in advance.

best regards.
--

-- 
View this message in context: http://www.nabble.com/Can-I-execute-the-exe-file-of-visual-studio-project-on-linux%2BMONO---tp21823667p21823667.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Carlos Alberto Cortez | 4 Feb 2009 04:29
Picon

Re: Can I execute the exe file of visual studio project on linux+MONO ?


Yes, you can run winforms apps in linux.

Basically you take the .exe produced by Visual Studio (usually under MyProjectName/MyProjectName/bin/Release) and then you have to run it (from the console):

mono MyProjectName.exe

Carlos.

2009/2/3 mohammed_aid <mohammed_aid <at> yahoo.com>

hello everybody,

this is the second day for me in this forum and really I am very happy with
you all.

today I have small problem which is I can't run the executable file which
released by visual studio on Linux Fedora with MONO 2.

is it possible to do that ?

if not please suggest any solution to help me because my project was
developed by visual studio and I have used winforms inside it that is way I
could not modify it on MonoDevelop and I do not want to convert it to GTK#
forms.

thank you in advance.

best regards.
--
View this message in context: http://www.nabble.com/Can-I-execute-the-exe-file-of-visual-studio-project-on-linux%2BMONO---tp21823667p21823667.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list
mohammed_aid | 4 Feb 2009 05:01
Picon
Favicon

Re: Can I execute the exe file of visual studio project on linux+MONO ?


really I appreciate your help. it is the fastest and the forum.

I tried it and it is working very well.

thank you so much.

Carlos Alberto wrote:
> 
> Yes, you can run winforms apps in linux.
> 
> Basically you take the .exe produced by Visual Studio (usually under
> MyProjectName/MyProjectName/bin/Release) and then you have to run it (from
> the console):
> 
> mono MyProjectName.exe
> 
> Carlos.
> 
> 2009/2/3 mohammed_aid <mohammed_aid <at> yahoo.com>
> 
>>
>> hello everybody,
>>
>> this is the second day for me in this forum and really I am very happy
>> with
>> you all.
>>
>> today I have small problem which is I can't run the executable file which
>> released by visual studio on Linux Fedora with MONO 2.
>>
>> is it possible to do that ?
>>
>> if not please suggest any solution to help me because my project was
>> developed by visual studio and I have used winforms inside it that is way
>> I
>> could not modify it on MonoDevelop and I do not want to convert it to
>> GTK#
>> forms.
>>
>> thank you in advance.
>>
>> best regards.
>> --
>> View this message in context:
>> http://www.nabble.com/Can-I-execute-the-exe-file-of-visual-studio-project-on-linux%2BMONO---tp21823667p21823667.html
>> Sent from the Mono - WinForms mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>>
> 
> _______________________________________________
> Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list
> 
> 

--

-- 
View this message in context: http://www.nabble.com/Can-I-execute-the-exe-file-of-visual-studio-project-on-linux%2BMONO---tp21823667p21824061.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list


Gmane