Displaying 2 results from an estimated 2 matches for "04ea".
Did you mean:
04e
2001 Jul 12
0
BadMatch on X_CreateCursor (cvs 010712)
...7df8:Call GDI.440:
SETDIBITS(0x0bf4,0x0cbc,0x0000,0x0020,146f:0028,146f:0000,0x0000)
ret=05cf:04db ds=01ef
trace:x11drv:X11DRV_CreateBitmap (00000cbc) 32x32 1 bpp
080a7df8:Ret GDI.440: SETDIBITS() retval=0x0020 ret=05cf:04db ds=01ef
080a7df8:Call GDI.82: GETOBJECT(0x0cbc,0x000e,01ef:6e60) ret=05cf:04ea
ds=01ef
080a7df8:Ret GDI.82: GETOBJECT() retval=0x000e ret=05cf:04ea ds=01ef
080a7df8:Call KERNEL.16: GLOBALREALLOC(0x146e,0x00000080,0x0000)
ret=05cf:0500 ds=01ef
080a7df8:Ret KERNEL.16: GLOBALREALLOC() retval=0x146e ret=05cf:0500
ds=01ef
080a7df8:Call GDI.74: GETBITMAPBITS(0x0cbc,0x00000080,146...
2013 Nov 14
10
Render to clear textbox
There has to be a better way to do this. What I am trying is not working,
and seems convoluted. Essentially, a controller method is called, and exits
by rendering a partial the purpose of which is to simply clear a textbox in
the view. So I am calling the partial which established the textbox -- but
it doesn''t work (i.e. it doesn''t clear the textbox). Does anyone know of a