2008-01-01から1年間の記事一覧

履歴

A First Application:"Hello, World" Building a wxPython Application Overview A Working Example Adding the edit component Adding a menu Practical event handling More magic Possible extensions Working with Windows Overview Laying out Visual E…

Working with Windows

Adding a few more controls 多数のコントロールの完全なリストは(スタートメニューの) demo and help の中の wxPython にありますが、 ここでは良く使われるものを紹介します。

wxPython 学習計画

A First Application:"Hello, World" Building a wxPython Application Overview A Working Example Adding the edit component Adding a menu Practical event handling More magic Possible extensions Working with Windows Overview Laying out Visual E…

A Working Example

Our first label within a panel 例を元に、ラベル*1を 含むパネル*2を持った 単一フレームの作成を始めましょう。 # このデザインは分かりやすいのでこの How To の小さなエディタのセクションを # 読んでいれば特に問題は無いでしょう。 import wx class F…

Validators

ダイアログボックスなどの入力フォームを作成するときに、フォームへのデータの読み込み、 データの正当性チェック、およびフォームからのデータの取り出しを簡単にするために wxValidator が利用できます。

Working with Windows

wxPython 学習計画

A First Application:"Hello, World" Building a wxPython Application Overview A Working Example Adding the edit component Adding a menu Practical event handling More magic Possible extensions Working with Windows Overview Laying out Visual E…

Sizers

サイザー サイザー( wxSizer のサブクラス)はウィンドウまたはフレームでエレメントの見た目の編集を 取り扱うために使用します。サイザーは次のようなことをします。

wxPython 学習計画

A First Application:"Hello, World" Building a wxPython Application Overview A Working Example Adding the edit component Adding a menu Practical event handling More magic Possible extensions Working with Windows Overview Laying out Visual E…

Working with Windows

ウィンドウの処理 このセクションでは、入力フォームの構築や種々のウィジェット、コントロールの仕様を含む ウィンドウの取り扱いについて紹介します。

More magic

さらなる魔法(?)

wxPython 学習計画

A First Application:"Hello, World" Building a wxPython Application Overview A Working Example Adding the edit component Adding a menu Practical event handling More magic Possible extensions Working with Windows Overview Laying out Visual E…

wxPython 学習計画

気付いたら2月でした。予定していた範囲まで学習が進んでいません。 とりあえず来週の月曜日の朝イチで学習計画を立て直そうと思います。 Getting Started のどこまでやるか 1日30分やるとしてどれくらいの期間で終えられるか

Practical event handling

イベントハンドリングの実習wxPytohn ではイベントに反応することをイベントハンドリングと呼びます。 柔軟なイベントハンドリングは wxPython の強みのひとつです。 まず基本的なイベントハンドリングを紹介し、後に Advanced Topics で詳細について話しま…

wxPython 学習計画

仕事で行き詰ったり他所のプロジェクトから質問が来たりプログラミング以外にやる仕事があったりと なかなか忙しくなってきました。1月中に基本的なところをやり終えられるだろうか果たして。

Building a wxPython Application

wxPython Getting Started のサンプルを引き続き。訳は適当です。よく分からないところは飛ばしてます。

wxPython - Getting Started

5. A First Application: "Hello, World"コメント形式で駄訳してみました。

wxPython 学習計画

まずはざっくりと。正直まだペース配分が見えてませんが。仕事もあるし。 1月中に基礎を学習 2月中はリソースエディタの学習 3月末にアプリリリース(社内)

wxPython 学習計画

基本構造 リソースエディタ アプリのリリース こんな感じか。 何を作るかについてはぼんやりと、プログラマ以外がゲームアプリをビルドするのを サポートするツールを作ろうかと考えていますが、学習しながら他にこれは必要とか 思ったものがあればそちらに…

技術目標2008年1〜3月

思うところあって目標を明確にして頑張ってみようと思い立ちましたのでここに書き留めておきます。 明確な目標といって改まって考えてみるとなかなかネタが無いのですが とりあえず wxPython でなんか仕事で使うようなツールを作るとでもしておきます。