Sign in
Tales from the Smart Client
John Gossman's observations on Avalon development
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
No tags have been created or used yet.
Archive
Archives
January 2009
(1)
November 2008
(1)
October 2008
(1)
August 2008
(2)
July 2008
(2)
June 2008
(1)
May 2008
(8)
February 2008
(2)
May 2007
(1)
November 2006
(1)
October 2006
(1)
September 2006
(1)
August 2006
(1)
April 2006
(2)
March 2006
(5)
February 2006
(6)
January 2006
(2)
October 2005
(16)
September 2005
(7)
August 2005
(4)
July 2005
(3)
June 2005
(2)
May 2005
(11)
April 2005
(8)
March 2005
(11)
February 2005
(4)
January 2005
(20)
October 2004
(12)
September 2004
(7)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Tales from the Smart Client
Python fun
Posted
over 8 years ago
by
JohnGossman
1
Comments
I've been home sick for a few days. Between sleeps, generally pinned down by a cat, I've been fairly productive. I bought a couple of books: "Dive into Python" by Mark Pilgrim, and "Programming Python" by Mark Lutz, and installed ActivePython and IronPython...
Tales from the Smart Client
Hosting Python in an Avalon TextBox
Posted
over 8 years ago
by
JohnGossman
1
Comments
The PythonProcessor class from my last post is designed to be hosted in an GUI text editor. I used an Avalon TextBox, as so: namespace AddInConsole { using System; using System.Globalization; using System.IO; using System.Text; using System.Windows;...
Tales from the Smart Client
Further fun hosting IronPython
Posted
over 8 years ago
by
JohnGossman
1
Comments
When I first got my Python host working, I could type expressions and they would run...but I couldn't see the output. I had to dig a little bit, but found that Python was sending its output to sys.stdout, which at startup is set to a PythonFile wrapping...
Tales from the Smart Client
Automating the hosting application using IronPython
Posted
over 8 years ago
by
JohnGossman
1
Comments
With the code below I could host an Avalon TextBox in my application, type Python expressions and see the results. What I still could not do (when I first finished the code) was execute code back in my application. I needed to give the Python code an...
Tales from the Smart Client
XAML comments by Mr. Clifton
Posted
over 8 years ago
by
JohnGossman
0
Comments
http://myxaml.com/marcclifton/archive/2005/04/25/1938.aspx His comments are right on, a sensible end note to the more confrontationl tone of the thread he refers to. We struggled for a long time over somewhat conflicting visions of XAML: as a declarative...
Tales from the Smart Client
Boxely
Posted
over 8 years ago
by
JohnGossman
0
Comments
I really enjoyed reading Mr. Hewitt's notes on Boxely , the new UI toolkit being used for AIM. The thought process he went through designing Boxely is very reminiscent of parts of my history with Avalon/XAML development. Like me, Joe is in the anti-CSS...
Tales from the Smart Client
Avalon Text samples
Posted
over 8 years ago
by
JohnGossman
0
Comments
Fil Fortes has been running a nice series on Avalon Text. Don't try this in your father's browser: http://fortes.com/work
Tales from the Smart Client
Adobe buys Macromedia!
Posted
over 8 years ago
by
JohnGossman
0
Comments
Adobe's investor site isn't responding, but Macromedia has the news too .
Page 1 of 1 (8 items)