Thank you now it work!!!
Thomas Heller ha scritto:
> lux wrote:
> > Hi to all,
> > i need to traslate this struct in python using ctypes
> >
> > struct Soptions
> > {
> > char chVolumeLabel[128];
> > __int32 nSessionToImport;
> &g
Hi to all,
i need to traslate this struct in python using ctypes
struct Soptions
{
char chVolumeLabel[128];
__int32 nSessionToImport;
BS_BOOL bJolietFileSystem;
BS_BOOL bBootable;
TCHAR chBootImage[_MAX_PATH];
BS_BOOL bFinalize;
BS_BOOL bTestBurn;
BS_BOOL bPerformOPC;
BS_BOOL bV
Thanks,
I think that the solution for my problem is only to use an
AcceleratorTable.
In this way I can capture the key pressed event
without the "button problem"
Luca
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
how to enable EVT_CHAR or EVT_KEY_DOWN in a wxButton?
Thank's, Luca
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I have a wxFrame with some TextCtrl,
if I minimize the Frame when normalize it
lost the Focus and I must click to give the focus to textCtrl again
How can resolve?
Thank's,
Luca
--
http://mail.python.org/mailman/listinfo/python-list
Hi to all,
I need to handle EVT_CHAR in a wxGrid when wxCellEditor is activated,
but I don't know how.
Can anyone help me?
Thank's,
Luca
--
http://mail.python.org/mailman/listinfo/python-list
TANKS!!!
Now it work!!!
Luca
--
http://mail.python.org/mailman/listinfo/python-list
Can you try this code?
If you press only the TAB key
the focus go from the TextCtrl to the Grid (I suppose)
but onGridFocus in not called.
any idea?
Luca.
##
import wx
import wx.grid
app = wx.PySimpleApp()
f = wx.Frame(None, -1, "")
p = wx.Panel(f, -1)
s = wx.BoxSizer(wx.VERT
Hi,
How can I capture the EVT_SET_FOCUS on a wxGrid?
Tank's in advance
Luca
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I've a dfb written in VisualFox,
I need to send a "pack" and "reindex"
but in odbc is not supported...
Anybody know how to do this?
TIA,
Luca
--
http://mail.python.org/mailman/listinfo/python-list
Salve a tutti,
sono alle prese con delle stampe su
stampanti ad aghi...
Per stampare puro testo la soluzione piĆ¹ gettonata
sembra essere
f = open("LPT1:")
f.write("bla bla")
f.close()
devo dire che funziona benissimo, ma mi piacerebbe
essere slegato falla parallela (sempre meno frequente)
e invi
Hi,
how to modify the Enter key behavior
in order to be equal to the Tab Key.
I need navigate between the ctrl
only with the Enter Key.
Tanks, Luca
PS: sorry for my English
--
http://mail.python.org/mailman/listinfo/python-list
Hi all,
I'm using wxPython and I need to block
the cursor (focus) in a TextCtrl until the field
value is valid.
I've look EVT_KILL_FOCUS but I can't stop the
focus beavoir (no focus to next field)
Any ideas?
Tanks a lot and sorry for my english.
--
http://mail.python.org/mailman/listinfo/pytho
13 matches
Mail list logo