Fry

562
Reputation
185 views

Registered User

Name Fry
Member for 1 year
Seen Nov 23 at 0:35
Website
Location Portland, OR
Age 29
As soon as I find my lucky seven-leaf clover, my code will be perfect
Nov
13
accepted Progress button for Windows Forms
Nov
10
accepted wxPython won’t close Frame with a parent who is a window handle
Nov
10
answered wxPython won’t close Frame with a parent who is a window handle
Nov
6
revised Compile a .pyw file so it can be run like .pyc without console
Ttile clarification
Nov
6
comment Compile a .pyw file so it can be run like .pyc without console
ah, so you are suggesting to wrap my top pyw file in a wrapper that just calls top. Can you put that in the form of an answer? :)
Nov
6
comment Compile a .pyw file so it can be run like .pyc without console
Hi Todd, that is the case, I'd rather edit the file handling on user's machines as little as possible.
Nov
6
comment Compile a .pyw file so it can be run like .pyc without console
Well, In essence, that's what I did, but when it's has a pyc extension, I get the console window which is what I'm trying to avoid.
Nov
6
comment Compile a .pyw file so it can be run like .pyc without console
This may be useful if I can't find an alternative, but I really don't want to have to set the associations.
Nov
6
comment Compile a .pyw file so it can be run like .pyc without console
Updated with additional information
Nov
6
revised Compile a .pyw file so it can be run like .pyc without console
Python Version added
Nov
6
asked Compile a .pyw file so it can be run like .pyc without console
Nov
4
comment The status code returned from the server was 413
+1 for patience and helpfulness!
Oct
8
awarded  Popular Question
Oct
7
comment Close Python when Parent is closed
Thanks for the advice, I polled the api instead of AP and that seems to work very well. Thanks for starting me down a working path :)
Oct
7
comment Close Python when Parent is closed
With this method I was able to detect whether the window was open without directly asking the AP. I still have to actually kill the app, but I think that will be the easy part. Thanks!
Oct
5
comment Close Python when Parent is closed
It's kinda hard to say; communication between the two is pretty much a one way street. PP tells AP what to do and asks for information back at the appropriate time, but AP is a GUI so Polls might get blocked through COM, so I'm not sure I want to do that constantly. In python if a parent is closed, should that trigger an event with the child?
Oct
5
revised Close Python when Parent is closed
COM
Oct
5
asked Close Python when Parent is closed
Sep
30
awarded  Yearling
Sep
16
comment Add control to Asp page and position in C#
Perfect! Thanks :)
Sep
16
comment Add control to Asp page and position in C#
re:edit I don't think that saying Hi or thank you deterred in any way from the question so I reverted. Thanks for your interest though!
Sep
16
asked Add control to Asp page and position in C#
Sep
16
comment How can I display a tooltip over a button using Winforms?
@ julianz Actually, this works well for having specialized tooltips which can be dynamic if you want depending on state (minus of course the creation - forgive me, I was just trying to fit it all into one block.) As for other responses on a similar vein... yshuditelu and Dylan Beattie were similar albeit without the instantiation.
Sep
16
revised How can I display a tooltip over a button using Winforms?
Wow... this is *really* tedious
Sep
16
comment How can I display a tooltip over a button using Winforms?
I guess the explanation doesn't match the code, Where in the explanation I said do display it and in the code I initialized it as well. My bad. :P
Aug
5
comment How do you force refresh of a wx.Panel?
It's the hiding and showing part that was not executing
Aug
5
comment How do you force refresh of a wx.Panel?
Again, I thank you
Aug
5
asked How do you force refresh of a wx.Panel?
Aug
4
comment Opening a wx.Frame in Python via a new thread
Perfect - I had thought of something similar to this before I tried threading but I just coudln't put all the pieces together... Thanks!
Aug
4
asked Opening a wx.Frame in Python via a new thread
Jul
23
comment What’s your favorite “programmer” cartoon?
I actually have this one posted on my office wall as well as the horse flow chart from graph jam :)
Jul
23
revised Import Text File into generic Database using SQL
Dropped failed attempt
Jul
23
awarded  Notable Question
Jul
8
comment for statement and i.find in list
Ending quotes FTW!
Jun
18
awarded  Nice Answer
Jun
5
comment In wx.Python, how would I get the window handle (hwnd) to my frame and set its style?
Agreed, but there doesn't seem to be a way to close the window and not have the parent refuse to close later.
Jun
5
comment wxPython won’t close Frame with a parent who is a window handle
Thanks, but reparenting doesn't work. The earliest I know that the form is closing is in the OnClose event, which reparenting there seems to have no effect
Jun
4
asked In wx.Python, how would I get the window handle (hwnd) to my frame and set its style?
Jun
2
comment wxPython won’t close Frame with a parent who is a window handle
I can't seem to find a way to implement your suggestions in Python. Right now I've just set the handle window to be destroyed on the Python program's exit. I can't seem to find any more info anywhere else
Jun
2
revised wxPython won’t close Frame with a parent who is a window handle
Grammar
Jun
2
comment wxPython won’t close Frame with a parent who is a window handle
I've tried both close and destroy. I'm not sure I understand what you mean by "Dropping down to win32 API", could you elaborate?
Jun
2
answered [C#] What is the best way to handle mutliple view/tab-ish GUI elements
Jun
2
asked wxPython won’t close Frame with a parent who is a window handle