[Ironpython-users] nejoba. a regional microblog created with ironpython in asp.net is now open source :)

2014-04-06 Thread Bernd Viehmann
. --                 IT-Viehmann Bernd Viehmann Mahrweg 46; 41836 Hückelhoven Tel.: 02433 9640 100 Fax: 02433 9640 109 www.it-viehmann.de

[Ironpython-users] multi-core programming with iron-python

2014-01-17 Thread Bernd Viehmann
python. I want to write a script which will read data from a ado.net data-table in memory. it should be able to use all cores available on the host. thanks much and regards bernd -- Mit freundlichen Grüßen Bernd Viehmann Mahrweg 46 41836 Hückelhoven Tel.: 02433 9640 100 Fax: 0243

Re: [Ironpython-users] Build-Problem : ASP.NET with IronPython 2.7.4

2014-01-17 Thread Bernd Viehmann
f the > ASP.NET support was in Microsoft.Scripting.AspNet, so you could see of > those types are in there. > > - Jeff > > On Fri, Jan 17, 2014 at 7:15 AM, Bernd Viehmann > wrote: > > Hi, > > > > i am playing and have tried to create an ASP.NET project with IronPython > >

[Ironpython-users] Build-Problem : ASP.NET with IronPython 2.7.4

2014-01-16 Thread Bernd Viehmann
Hi, i am playing and have tried to create an ASP.NET project with IronPython 2.7.4. I have copied the dlls to the bin-folder in my project. But in the platform-folder of the 2.7.4. version there is dll missing: Microsoft.Web.Scripting. This dll is used in the old dynamic.language-support example-

Re: [Ironpython-users] Last Call for 2.7.4

2013-07-26 Thread Bernd Viehmann
l around August 17-18. > > - Jeff > > ___ > Ironpython-users mailing list > Ironpython-users@python.org > http://mail.python.org/mailman/listinfo/ironpython-users > > -- Mit freundlichen Grüßen Bernd Viehmann Mahrweg 46 41836 Hückelhoven Tel.: 02433 9640 100 Fax: 02433 9640 109

Re: [Ironpython-users] Event handler for dynamic added Controls

2013-03-29 Thread Bernd Viehmann
Upps, please forget the question. It has nothing to do with iron-python. in asp.net you always have to bind dynamic event-handlers in Page_Init or Page_Load handlers. Must be done that way always Kind regards Bernd 2013/3/29 Bernd Viehmann > Hello, > > I am working on a AS

[Ironpython-users] Event handler for dynamic added Controls

2013-03-29 Thread Bernd Viehmann
Hello, I am working on a ASP.NET web-application written in IronPython. I have to create some widgets dynamically in the code-behind file. Unfortunately the Click-Handler is not called when i click a dynamic-created LinkButton. Here is the code: --...

[Ironpython-users] ASP.NET with ironpython

2013-02-18 Thread Bernd Viehmann
un to work with ipy. thanks to the guys who made it :-) Mit freundlichen Grüßen Bernd Viehmann Mahrweg 46 41836 Hückelhoven Tel.: 02433 9640 100 Fax: 02433 9640 109 ___ Ironpython-users mailing list Ironpython-users@python.org http://mail.python.o

[Ironpython-users] Need to create a DOT.NET Object[]

2013-02-15 Thread Bernd Viehmann
. Any suggestions?? Mit freundlichen Grüßen Bernd Viehmann Mahrweg 46 41836 Hückelhoven Tel.: 02433 9640 100 Fax: 02433 9640 109 ___ Ironpython-users mailing list Ironpython-users@python.org http://mail.python.org/mailman/listinfo/ironpython-users

Re: [Ironpython-users] IronPython Mobile Support

2012-02-15 Thread Bernd Viehmann
Hello. Is there any web-resource to get an idea how to develop mobile solutions with iron-python. That would be very interesting for me. Thanks and kind regards Bernd Viehmann 2012/2/15 Jeff Hardy > On Tue, Feb 14, 2012 at 6:29 PM, Dino Viehland > wrote: > > There's still

[Ironpython-users] q: how to configure site-packages folder for ironpython/asp.net

2011-10-24 Thread Bernd Viehmann
hon25\\Lib\\site-packages') Anyone here who can tell me what's wrong? And BTW does someone here tried the mongo-db with ipy and the clr-driver? Thanks much for your help & kind regards Bernd -- Mit freundlichen Grüßen Bernd Viehmann Mahrweg 46 41836 Hückelhoven T

[Ironpython-users] Did somebody has some tips and tricks for building a facebook-app in ASP.NET with iron-python

2011-08-24 Thread Bernd Viehmann
Hello again. I have to create a simple facebook-app and want to use ironpython for it. Are there any suggestions what modules or libs would be the best way of doing that in ipy. I have googled to get some answers before but i am confused by the big amount of solutions. There are solutions made

[Ironpython-users] ASP.NET base class question: Inherit from ScriptPage?

2011-08-24 Thread Bernd Viehmann
Hello, is it possible to create an extended version of ScriptPage? In C# I normally extend System.Web.UI.Page to put my helper-tools on the page. As far as I know ScriptPage is the root-class for IronPython Webforms. I would like to do the same with my ipy-ASP.NET application. So my question

Re: [Ironpython-users] Q: Protecting my source in an ASP.NET IronPython application possible?

2011-07-20 Thread Bernd Viehmann
Hi Jeff and Jimmy, taking the business-logic in a separate module is my usual style of working, but I didn't see that the pyc-script-hint will work for me. So for me there is no need of compiled-code-behind-files. Thanks much & kind regards Bernd Am 20.07.2011 17:29, schrieb Jimmy Schemen

Re: [Ironpython-users] Q: Protecting my source in an ASP.NET IronPython application possible?

2011-07-20 Thread Bernd Viehmann
c.py. Cool thing about protecting intellectual property coded in IronPython is that compiled with pyc.py code look already weird and not so easy to understand. Applying another layer of obfuscation will do great job to protect your code. rox On 7/20/2011 2:57 PM, Bernd Viehmann wrote: Hi, I am

[Ironpython-users] Q: Protecting my source in an ASP.NET IronPython application possible?

2011-07-20 Thread Bernd Viehmann
Hi, I am quit new here, so : My name is Bernd Viehmann, I live in Germany ( near the city Aachen by the German/Dutch border ) and I am a web developer interested in Iron Python. I am just going to start a commercial ASP:NET application with Iron Python. I have planned to use ASP.NET 4.0