Re: [IronPython] Users Digest, Vol 59, Issue 1 /how to work with delegates in IronPython/

2009-06-01 Thread Vadim Khaskel

Michael,

here is my scenario:

I have a list - messageBuffer that captures messages. Once this list gets a new 
message, event generated and combobox ads

a new item.

based on your example 

my combobox will do: self._comboBoxA.Event += function 

Is this just Event or any specific event, I understand that you wrote it in 
general form.

thank you for response,

Vadim


Message: 1
 Date: Sun, 31 May 2009 22:51:54 +0100
 From: Michael Foord fuzzy...@voidspace.org.uk
 Subject: Re: [IronPython] how to work with delegates in IronPython
 To: Discussion of IronPython users@lists.ironpython.com
 Message-ID: 4a22fbfa.3010...@voidspace.org.uk
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 
 Vadim Khaskel wrote:
  Hello everybody,
 
  Could somebody help to setup simple delegate in IronPython.
 
  I just need to generate event when list structure gets filled with data,
 
 The standard technique is:
 
 # check delegate signature
 def function(sender, event):
 # do something
 
 instance.Event += function
 
 What is the list event you want to hook up to?
 
 Thanks
 
 Michael Foord
 
  and update GUI element.
 
  thanks a lot,
 
  V.
_
Insert movie times and more without leaving Hotmail®.
http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tutorial_QuickAdd1_052009___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


[IronPython] how to work with delegates in IronPython

2009-05-29 Thread Vadim Khaskel

Hello everybody,

Could somebody help to setup simple delegate in IronPython.

I just need to generate event when list structure gets filled with data, 

and update GUI element.

thanks a lot,

V.

_
Hotmail® has a new way to see what's up with your friends.
http://windowslive.com/Tutorial/Hotmail/WhatsNew?ocid=TXT_TAGLM_WL_HM_Tutorial_WhatsNew1_052009___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


[IronPython] adding image to simple GUI

2009-05-14 Thread Vadim Khaskel

It should take a second or two, but I see this message:

Value cannot be null.
Parameter name docData

it happens when I select BackgroundImage control for any gui component in 
IronPython Visual Studio.

What do I do wrong?

thanks for help,

V.

_
Hotmail® goes with you. 
http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] Users Digest, Vol 58, Issue 3

2009-05-03 Thread Vadim Khaskel

My multi threaded server is working fine, I just want to find out the way to 
redirect server's messages to rich text box for example.

thank you,

V.

 From: users-requ...@lists.ironpython.com
 Subject: Users Digest, Vol 58, Issue 3
 To: users@lists.ironpython.com
 Date: Sun, 3 May 2009 13:06:49 -0700
 
 Send Users mailing list submissions to
   users@lists.ironpython.com
 
 To subscribe or unsubscribe via the World Wide Web, visit
   http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
 or, via email, send a message with subject or body 'help' to
   users-requ...@lists.ironpython.com
 
 You can reach the person managing the list at
   users-ow...@lists.ironpython.com
 
 When replying, please edit your Subject line so it is more specific
 than Re: Contents of Users digest...
 
 
 Today's Topics:
 
1. ASP.Net Dynamic Language Support Download Location? (Adam Brand)
2. Adding GUI to multi threaded server (Vadim Khaskel)
3. Re: ASP.Net Dynamic Language Support Download Location?
   (Dody Gunawinata)
4. Re: ASP.Net Dynamic Language Support Download Location?
   (Jimmy Schementi)
5. Re: Adding GUI to multi threaded server (Michael Foord)
6. Re: .exe is not pre-compiled (Curt Hagenlocher)
7. Re: Pure Python zipimport (Jeff Hardy)
 
 
 --
 
 Message: 1
 Date: Sat, 2 May 2009 14:53:26 -0700
 From: Adam Brand ad...@silverkeytech.com
 Subject: [IronPython] ASP.Net Dynamic Language Support Download
   Location?
 To: 'Discussion of IronPython' users@lists.ironpython.com
 Message-ID: 029301c9cb70$6cce39c0$466aad...@com
 Content-Type: text/plain; charset=us-ascii
 
 Sorry if this sounds like a newbie question, but where can I get the
 September 2008 ASP.Net Dynamic Language Support files?
 
  
 
 I looked here:
 http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=17613 but
 for the life of me I can't see any link to the actual binaries. All I see
 are two examples and some documentation.
 
  
 
 Thanks,
 
 Adam
 
 -- next part --
 An HTML attachment was scrubbed...
 URL: 
 http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20090502/9b525f66/attachment.html
 
 --
 
 Message: 2
 Date: Sun, 3 May 2009 01:12:22 +
 From: Vadim Khaskel vkhas...@hotmail.com
 Subject: [IronPython] Adding GUI to multi threaded server
 To: users@lists.ironpython.com
 Message-ID: bay101-w4991960cf0ea410d4413a7ca...@phx.gbl
 Content-Type: text/plain; charset=iso-8859-1
 
 
 Hello everybody,
 
 I'm trying to add GUI to Multi-threaded server, is there good resource or 
 example (even better) how to do that?
 
 thank you,
 
 V.
 
 _
 Hotmail? has a new way to see what's up with your friends.
 http://windowslive.com/Tutorial/Hotmail/WhatsNew?ocid=TXT_TAGLM_WL_HM_Tutorial_WhatsNew1_052009
 -- next part --
 An HTML attachment was scrubbed...
 URL: 
 http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20090503/6877ff78/attachment-0001.htm
 
 --
 
 Message: 3
 Date: Sun, 3 May 2009 10:23:21 +0300
 From: Dody Gunawinata empirebuil...@gmail.com
 Subject: Re: [IronPython] ASP.Net Dynamic Language Support Download
   Location?
 To: Discussion of IronPython users@lists.ironpython.com
 Message-ID:
   8cd017b80905030023m4153eab6ufeda421e582c3...@mail.gmail.com
 Content-Type: text/plain; charset=windows-1252
 
 FYI, ASP.Net Dynamic Language release in September 2008 does not work with
 .Net 3.5 libraries.
 
 On Sun, May 3, 2009 at 12:53 AM, Adam Brand ad...@silverkeytech.com wrote:
 
   Sorry if this sounds like a newbie question, but where can I get the
  September 2008 ASP.Net Dynamic Language Support files?
 
 
 
  I looked here:
  http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=17613but 
  for the life of me I can?t see any link to the actual binaries. All I
  see are two examples and some documentation.
 
 
 
  Thanks,
 
  Adam
 
  ___
  Users mailing list
  Users@lists.ironpython.com
  http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
 
 
 
 
 -- 
 nomadlife.org
 -- next part --
 An HTML attachment was scrubbed...
 URL: 
 http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20090503/1212bc47/attachment-0001.htm
 
 --
 
 Message: 4
 Date: Sun, 3 May 2009 10:02:29 +
 From: Jimmy Schementi jimmy.scheme...@microsoft.com
 Subject: Re: [IronPython] ASP.Net Dynamic Language Support Download
   Location?
 To: Discussion of IronPython users@lists.ironpython.com
 Message-ID:
   
 0047ecbfa2e0df4a834aa369282a5afc016b1...@tk5ex14mbxc106.redmond.corp.microsoft.com
   
 Content-Type: text/plain; charset=us-ascii
 
 The binaries are in the ASP.NET

[IronPython] Adding GUI to multi threaded server

2009-05-02 Thread Vadim Khaskel

Hello everybody,

I'm trying to add GUI to Multi-threaded server, is there good resource or 
example (even better) how to do that?

thank you,

V.

_
Hotmail® has a new way to see what's up with your friends.
http://windowslive.com/Tutorial/Hotmail/WhatsNew?ocid=TXT_TAGLM_WL_HM_Tutorial_WhatsNew1_052009___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


[IronPython] .exe is not pre-compiled

2009-05-01 Thread Vadim Khaskel

I'm trying to import C-python module and getting the following ecxeption:

C:\Documents and Settings\vkhask\My Documents\IronPython 
Studio\pygnu\pygnu\bin\Debug\pygnu.exe is not pre-compiled module; try again 
after deleting it.

Please let me know what is the work around if you saw something like this.

thanks a lot,

Vadim

_
Insert movie times and more without leaving Hotmail®.
http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tutorial_QuickAdd1_052009___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


[IronPython] creatiing .exe file with ipy.exe v. 1.1

2008-08-27 Thread Vadim Khaskel

 
Here is the command line output:
 
C:\Pycipy.exe pyc.py /main:Program.py Form1.py help.py routineM.py 
/target:winexe /r:System.Drawing /r:System.Windows.FormsInput Files:
Program.pyForm1.pyhelp.pyroutineM.pyResource 
Files:Output:Program.exeTarget:WindowApplication
C:\Pyc
 
 
On the machine where I developing this program Program.exe works perfectly.
 
I transfer this file along with Ironpython.dll, IronMath.dll, Program.pdb to 
another machine, and try to start it there...
and nothing happens, not even error message. (I tried to start it from cmd line 
too)
 
appreciate any hint,
 
Vadim
 
 
 
 
 
 Message: 5 Date: Tue, 26 Aug 2008 20:53:16 +0100 From: Michael Foord 
 [EMAIL PROTECTED] Subject: Re: [IronPython] ipy.exe location? To: 
 Discussion of IronPython users@lists.ironpython.com Message-ID: [EMAIL 
 PROTECTED] Content-Type: text/plain; charset=ISO-8859-1; format=flowed 
 Vadim Khaskel wrote:  Where to find ipy.exe in order to use   ipy.exe 
 pyc.py ...   is it available in IronPython Studio? I have no idea if it 
 is included in IronPython Studio (probably?), but the easiest way of 
 obtaining it is downloading IronPython: 
 http://www.codeplex.com/IronPython Note that you should use the appropriate 
 version of IronPython for the version of pyc you are using - there are 
 versions of pyc for both IronPython 1  2. Also note that if you intend to 
 run pyc on code generated by the IronPython Studio winforms / wpf designers 
 then they will need some manual tweaking in order to work. Michael
_
Be the filmmaker you always wanted to be—learn how to burn a DVD with Windows®.
http://clk.atdmt.com/MRT/go/108588797/direct/01/___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


[IronPython] ipy.exe location?

2008-08-26 Thread Vadim Khaskel

Where to find ipy.exe in order to use 
 
ipy.exe pyc.py ...
 
is it available in IronPython Studio?
 
thanks,
 
Vadim
_
Get thousands of games on your PC, your mobile phone, and the web with Windows®.
http://clk.atdmt.com/MRT/go/108588800/direct/01/___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


[IronPython] if you intend to run pyc on code generated by the

2008-08-26 Thread Vadim Khaskel

 
I would love to know what are those manual twiking you mentioned in previous 
email.
 
Is there any documented info.
 
 
Thanks a lot,
 
Vadim
 
Message: 5Date: Tue, 26 Aug 2008 20:53:16 +0100From: Michael Foord [EMAIL 
PROTECTED]Subject: Re: [IronPython] ipy.exe location?To: Discussion of 
IronPython users@lists.ironpython.comMessage-ID: [EMAIL 
PROTECTED]Content-Type: text/plain; charset=ISO-8859-1; format=flowed Vadim 
Khaskel wrote: Where to find ipy.exe in order to use  ipy.exe pyc.py ...  
is it available in IronPython Studio? I have no idea if it is included in 
IronPython Studio (probably?), but the easiest way of obtaining it is 
downloading IronPython: http://www.codeplex.com/IronPython Note that you should 
use the appropriate version of IronPython for the version of pyc you are using 
- there are versions of pyc for both IronPython 1  2. Also note that if you 
intend to run pyc on code generated by the IronPython Studio winforms / wpf 
designers then they will need some manual tweaking in order to work. Michael
_
Talk to your Yahoo! Friends via Windows Live Messenger.  Find out how.
http://www.windowslive.com/explore/messenger?ocid=TXT_TAGLM_WL_messenger_yahoo_082008___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


[IronPython] trying to run .exe on another computer

2008-08-25 Thread Vadim Khaskel

Hi all,
 
I'm trying to run executive file (myapp.exe) of my application found in debug 
folder along with myapp.pdb, IronMath.dll, IronPython.dll. So I'm trying to run 
this .exe file on another PC. ...I can not do that - nothing happens, not even 
single error message pops up. Please advise.
 
thanks a lot,
 
Vadim
_
Talk to your Yahoo! Friends via Windows Live Messenger.  Find out how.
http://www.windowslive.com/explore/messenger?ocid=TXT_TAGLM_WL_messenger_yahoo_082008___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] Users Digest, Vol 49, Issue 74 (3. Re: trying to run .exe on another computer (Michael Foord))

2008-08-25 Thread Vadim Khaskel

I would appreciate if somebody can tell me how to compie windows app as a 
console application 
 
thanks,
 
V. From: [EMAIL PROTECTED] Subject: Users Digest, Vol 49, Issue 74 To: 
users@lists.ironpython.com Date: Mon, 25 Aug 2008 11:03:21 -0700  Send Users 
mailing list submissions to users@lists.ironpython.com  To subscribe or 
unsubscribe via the World Wide Web, visit 
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com or, via email, 
send a message with subject or body 'help' to [EMAIL PROTECTED]  You can 
reach the person managing the list at [EMAIL PROTECTED]  When replying, 
please edit your Subject line so it is more specific than Re: Contents of 
Users digest...   Today's Topics:  1. Re: _scriptEngine.Shutdown ( ) 
(Curt Hagenlocher) 2. trying to run .exe on another computer (Vadim Khaskel) 
3. Re: trying to run .exe on another computer (Michael Foord) 4. Re: Re strict 
imports (Michael Foord) 5. Re: CodeContext (Tomas Matousek)   
--  
Message: 1 Date: Mon, 25 Aug 2008 09:47:23 -0700 From: Curt Hagenlocher 
[EMAIL PROTECTED] Subject: Re: [IronPython] _scriptEngine.Shutdown ( ) To: 
Discussion of IronPython users@lists.ironpython.com Message-ID: [EMAIL 
PROTECTED] Content-Type: text/plain; charset=iso-8859-1  I don't have an 
answer for you yet, but I am following up on this internally.  On Sun, Aug 
24, 2008 at 12:27 PM, Huzaifa [EMAIL PROTECTED] wrote:right but it 
is not available in the latest code for ipy 2.0. Curt Hagenlocher 
wrote: I'm afraid I don't quite see the question in there :).
 The purpose of ScriptEngine.Shutdown is to support functionality like   
Python's sys.exitfunc. On Sat, Aug 23, 2008 at 8:44 PM, Huzaifa 
[EMAIL PROTECTED] wrote:   scriptEngine.Shutdown ( )
 Is this method replaced ,if yes then with without. --   View 
this message in context:
http://www.nabble.com/_scriptEngine.Shutdown-%28-%29-tp19127524p19127524.html 
  Sent from the IronPython mailing list archive at Nabble.com. 
___   Users mailing list   
Users@lists.ironpython.com   
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com   
___   Users mailing list   
Users@lists.ironpython.com   
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com   
--  View this message in context:  
http://www.nabble.com/_scriptEngine.Shutdown-%28-%29-tp19127524p19133851.html 
 Sent from the IronPython mailing list archive at Nabble.com.   
___  Users mailing list  
Users@lists.ironpython.com  
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com  
-- next part -- An HTML attachment was scrubbed... 
URL: 
http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20080825/ec5213ce/attachment-0001.htm
  --  Message: 2 Date: Mon, 25 Aug 2008 
17:23:47 + From: Vadim Khaskel [EMAIL PROTECTED] Subject: [IronPython] 
trying to run .exe on another computer To: users@lists.ironpython.com 
Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; 
charset=iso-8859-1   Hi all,  I'm trying to run executive file 
(myapp.exe) of my application found in debug folder along with myapp.pdb, 
IronMath.dll, IronPython.dll. So I'm trying to run this .exe file on another 
PC. ...I can not do that - nothing happens, not even single error message pops 
up. Please advise.  thanks a lot,  Vadim 
_ Talk to your 
Yahoo! Friends via Windows Live Messenger. Find out how. 
http://www.windowslive.com/explore/messenger?ocid=TXT_TAGLM_WL_messenger_yahoo_082008
 -- next part -- An HTML attachment was scrubbed... 
URL: 
http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20080825/09a17c7a/attachment-0001.htm
  --  Message: 3 Date: Mon, 25 Aug 2008 
18:28:39 +0100 From: Michael Foord [EMAIL PROTECTED] Subject: Re: 
[IronPython] trying to run .exe on another computer To: Discussion of 
IronPython users@lists.ironpython.com Message-ID: [EMAIL PROTECTED] 
Content-Type: text/plain; charset=ISO-8859-1; format=flowed  Vadim Khaskel 
wrote:  Hi all,I'm trying to run executive file (myapp.exe) of my 
application found   in debug folder along with myapp.pdb, IronMath.dll, 
IronPython.dll. So   I'm trying to run this .exe file on another PC. ...I can 
not do that -   nothing happens, not even single error message pops up. 
Please advise.How did you create myapp.exe? What happens if you run it 
from the  command line?  (If you created it from IronPython Studio and you 
still get nothing from  the command line - try compiling it as a console 
application instead of  a windows application and then rerunning.)  Michael 
  thanks a lot,Vadim

Re: [IronPython] Users Digest, Vol 49, Issue 76

2008-08-25 Thread Vadim Khaskel

sesh,
 
as I pointed out in previous email, I tryed to run it from cmd line and nothing 
happened...
 
I think the reason is that mentioned by you dlls are missing except two.
 
Could you direct me, where those dlls can be found... I don't find them on my 
machine
 
thanks a lot,
 
Vadim From: [EMAIL PROTECTED] Subject: Users Digest, Vol 49, Issue 76 To: 
users@lists.ironpython.com Date: Mon, 25 Aug 2008 14:39:51 -0700  Send Users 
mailing list submissions to users@lists.ironpython.com  To subscribe or 
unsubscribe via the World Wide Web, visit 
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com or, via email, 
send a message with subject or body 'help' to [EMAIL PROTECTED]  You can 
reach the person managing the list at [EMAIL PROTECTED]  When replying, 
please edit your Subject line so it is more specific than Re: Contents of 
Users digest...   Today's Topics:  1. Re: Users Digest, Vol 49, Issue 74 
(3. Re: trying to run .exe on another computer (Michael Foord)) (Seshadri 
Pillailokam Vijayaraghavan)   
--  
Message: 1 Date: Mon, 25 Aug 2008 14:39:48 -0700 From: Seshadri Pillailokam 
Vijayaraghavan [EMAIL PROTECTED] Subject: Re: [IronPython] Users Digest, Vol 
49, Issue 74 (3. Re: trying to run .exe on another computer (Michael Foord)) 
To: Discussion of IronPython users@lists.ironpython.com Message-ID: [EMAIL 
PROTECTED]  Content-Type: text/plain; charset=us-ascii  In the current 
context, I think invoking the exe from a command prompt would be good enough to 
see any startup error messages. BTW, apart from the 2 dlls you have mentioned, 
you most probably need Microsoft.Scripting.dll, Microsoft.Scripting.Core.dll 
and IronPython.Modules.dll in the same folder for things to work.  Thanks 
sesh  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vadim 
Khaskel Sent: Monday, August 25, 2008 2:36 PM To: users@lists.ironpython.com 
Subject: Re: [IronPython] Users Digest, Vol 49, Issue 74 (3. Re: trying to run 
.exe on another computer (Michael Foord))  I would appreciate if somebody can 
tell me how to compie windows app as a console application  thanks,  V.  
 From: [EMAIL PROTECTED]  Subject: Users Digest, Vol 49, Issue 74  To: 
users@lists.ironpython.com  Date: Mon, 25 Aug 2008 11:03:21 -0700   Send 
Users mailing list submissions to  users@lists.ironpython.com   To 
subscribe or unsubscribe via the World Wide Web, visit  
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com  or, via email, 
send a message with subject or body 'help' to  [EMAIL PROTECTED]   You 
can reach the person managing the list at  [EMAIL PROTECTED]   When 
replying, please edit your Subject line so it is more specific  than Re: 
Contents of Users digest...Today's Topics:   1. Re: 
_scriptEngine.Shutdown ( ) (Curt Hagenlocher)  2. trying to run .exe on 
another computer (Vadim Khaskel)  3. Re: trying to run .exe on another 
computer (Michael Foord)  4. Re: Re strict imports (Michael Foord)  5. Re: 
CodeContext (Tomas Matousek)
--   
Message: 1  Date: Mon, 25 Aug 2008 09:47:23 -0700  From: Curt Hagenlocher 
[EMAIL PROTECTED]  Subject: Re: [IronPython] _scriptEngine.Shutdown ( )  
To: Discussion of IronPython users@lists.ironpython.com  Message-ID:  
[EMAIL PROTECTED]  Content-Type: text/plain; charset=iso-8859-1   I 
don't have an answer for you yet, but I am following up on this  internally. 
  On Sun, Aug 24, 2008 at 12:27 PM, Huzaifa [EMAIL PROTECTED] wrote:   
   right but it is not available in the latest code for ipy 2.0. 
Curt Hagenlocher wrote:   I'm afraid I don't quite see the 
question in there :).   The purpose of ScriptEngine.Shutdown is to 
support functionality likePython's sys.exitfunc.   On Sat, 
Aug 23, 2008 at 8:44 PM, Huzaifa [EMAIL PROTECTED] wrote: 
 scriptEngine.Shutdown ( )   Is this method replaced ,if yes 
then with without.   --View this message in context:  

http://www.nabble.com/_scriptEngine.Shutdown-%28-%29-tp19127524p19127524.html 
   Sent from the IronPython mailing list archive at Nabble.com. 
  ___Users mailing 
listUsers@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
  ___Users mailing list 
   Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
   --   View this message in context:   
http://www.nabble.com/_scriptEngine.Shutdown-%28-%29-tp19127524p19133851.html 
  Sent from the IronPython mailing list archive at Nabble.com. 
___   Users mailing list   
Users@lists.ironpython.com   
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
-- next part --  An HTML attachment was scrubbed... 
 URL

[IronPython] comments in a code

2008-01-27 Thread Vadim Khaskel



Hi All,

I just wanted to share / ask how to fix with the following
thing in IronPython Studio.

It looks like comments - in a code have tendency to
disappear after a next project building cycle.

Please let me know if there is a fix for that.

Thank you,

Vadim


_
Shed those extra pounds with MSN and The Biggest Loser!
http://biggestloser.msn.com/___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] Users Digest, Vol 42, Issue 25

2008-01-18 Thread Vadim Khaskel
/System.Drawing.dllSystem.Windows.Forms
Assembly Version: 2.0.0.0Win32 Version: 2.0.50727.1433 
(REDBITS.050727-1400)CodeBase: 
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dllAccessibility
Assembly Version: 2.0.0.0Win32 Version: 2.0.50727.1433 
(REDBITS.050727-1400)CodeBase: 
file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dllArtOfTest.WebAii
Assembly Version: 1.0.500.0Win32 Version: 1.0.500.0CodeBase: 
file:///C:/WINDOWS/assembly/GAC_MSIL/ArtOfTest.WebAii/1.0.500.0__4fd5f65be123776c/ArtOfTest.WebAii.dll
** JIT Debugging **To enable just-in-time (JIT) 
debugging, the .config file for thisapplication or computer (machine.config) 
must have thejitDebugging value set in the system.windows.forms section.The 
application must also be compiled with debuggingenabled.
For example:
configurationsystem.windows.forms jitDebugging=true //configuration
When JIT debugging is enabled, any unhandled exceptionwill be sent to the JIT 
debugger registered on the computerrather than be handled by this dialog box.
 
 
 
 
 
 
 
 From: [EMAIL PROTECTED] Subject: Users Digest, Vol 42, Issue 25 To: 
 users@lists.ironpython.com Date: Fri, 18 Jan 2008 16:08:50 -0800  Send 
 Users mailing list submissions to users@lists.ironpython.com  To subscribe 
 or unsubscribe via the World Wide Web, visit 
 http://lists.ironpython.com/listinfo.cgi/users-ironpython.com or, via email, 
 send a message with subject or body 'help' to [EMAIL PROTECTED]  You can 
 reach the person managing the list at [EMAIL PROTECTED]  When replying, 
 please edit your Subject line so it is more specific than Re: Contents of 
 Users digest...   Today's Topics:  1. invoking new form (Vadim 
 Khaskel) 2. Re: invoking new form (Dino Viehland)   
 --  
 Message: 1 Date: Fri, 18 Jan 2008 23:19:00 + From: Vadim Khaskel 
 [EMAIL PROTECTED] Subject: [IronPython] invoking new form To: 
 users@lists.ironpython.com Message-ID: [EMAIL PROTECTED] Content-Type: 
 text/plain; charset=windows-1252   Hi all,  I?m trying to invoke a 
 form from python module (mod1) (which is not in the same name space as Form1 
 class like this: #in mod1 def newWinOpen(): Application.Run(Form2()) #I 
 did import Form2 into this module#  Doesn?t work?  in my next attempt I 
 put mod1 where I calling Form2 put into the same namespace as Form1 and 
 Form2   In this case namespace class in Form1 doesn't see the mod1...   
 What is the right way to do that???  Thank you,  Vadim 
 _ Climb to 
 the top of the charts!? Play the word scramble challenge with star power. 
 http://club.live.com/star_shuffle.aspx?icid=starshuffle_wlmailtextlink_jan 
 -- next part -- An HTML attachment was scrubbed... 
 URL: 
 http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20080118/87e30be6/attachment.html
--  Message: 2 Date: Fri, 18 Jan 2008 
 15:22:41 -0800 From: Dino Viehland [EMAIL PROTECTED] Subject: Re: 
 [IronPython] invoking new form To: Discussion of IronPython 
 users@lists.ironpython.com Message-ID: [EMAIL PROTECTED]  
 Content-Type: text/plain; charset=us-ascii  What happens when you do 
 this? Is an exception thrown? Does it just hang waiting w/ nothing happening? 
 Also, are you doing this from the console or from modules which just get 
 executed stand alone (e.g. ipy foo.py)?  From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Vadim Khaskel Sent: Friday, January 
 18, 2008 3:19 PM To: users@lists.ironpython.com Subject: [IronPython] 
 invoking new form  Hi all,  I'm trying to invoke a form from python 
 module (mod1) (which is not in the same name space as Form1 class like this: 
 #in mod1 def newWinOpen(): Application.Run(Form2()) #I did import Form2 
 into this module#  Doesn't work...  in my next attempt I put mod1 where I 
 calling Form2 put into the same namespace as Form1 and Form2   In this 
 case namespace class in Form1 doesn't see the mod1...   What is the right 
 way to do that???  Thank you,  Vadim  
  Climb to the top of the charts! Play the 
 word scramble challenge with star power. Play 
 now!http://club.live.com/star_shuffle.aspx?icid=starshuffle_wlmailtextlink_jan
  -- next part -- An HTML attachment was scrubbed... 
 URL: 
 http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20080118/acd7c2df/attachment.html
--  
 ___ Users mailing list 
 Users@lists.ironpython.com 
 http://lists.ironpython.com/listinfo.cgi

[IronPython] invoking new form

2008-01-18 Thread Vadim Khaskel

Hi all,
 
I’m trying to invoke a form from python module (mod1) (which is not in the same 
name space as Form1 class  like this:
 #in mod1
def newWinOpen():
Application.Run(Form2()) #I did import Form2 into this module#
 
Doesn’t work…
 
in my next attempt I put mod1 where I calling Form2 put into the same namespace 
as Form1 and Form2
 
 
In this case namespace class in Form1 doesn't see the mod1...
 
 
What is the right way to do that???
 
Thank you,
 
Vadim
_
Climb to the top of the charts!  Play the word scramble challenge with star 
power.
http://club.live.com/star_shuffle.aspx?icid=starshuffle_wlmailtextlink_jan___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


[IronPython] Installing IronPython Studio

2008-01-17 Thread Vadim Khaskel

Hi all,
 
I try to install IronPython Studio and I have message instead that states the 
following:
 
The installation was interrupted before IronPython could be installed. You 
need to restart the installed to try again
 
I tried numerous times and after my PC was restarted too.
 
VS 2008 Shell isolated mode already installed, but the thing about it is that I 
don't see it in Programs list...
 
thanks for help,
 
Vadim
 
_
Connect and share in new ways with Windows Live.
http://www.windowslive.com/share.html?ocid=TXT_TAGHM_Wave2_sharelife_012008___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com