search for: wnd

Displaying 20 results from an estimated 27 matches for "wnd".

Did you mean: and
2001 Oct 01
1
Latest CVS of wine won't compile
Hi! I tried to compile the latest CVS version (fetched this morning) of wine, but compilation fails with: gcc -c -I. -I. -I../../include -I../../include -O2 -m486 -fno-strength-reduce -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o wnd.o wnd.c In file included from ../../include/wine/winuser16.h:5, from ttydrv.h:19, from wnd.c:10: ../../include/winuser.h:29: warning: type defaults to `int' in declaration of `BOOL' ../../include/winuser.h:29: warning: `__stdcall__' attribute directive...
2009 Jan 18
0
FreePhoneLine Java app troubleshooting, would love some help!
...: Registration success: 200 OK UA: Registration success: 200 OK java.io.FileNotFoundException: C:\windows\profiles\fern\FreePhoneLine\temp.txt (File not found) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(Unknown Source) at xc.g(xc.java) at vonix.ua.MainWnd.c(MainWnd.java) at vonix.ua.MainWnd.b(MainWnd.java) at vonix.ua.MainWnd.a(MainWnd.java) at vonix.ua.MainWnd.d(MainWnd.java) at vonix.ua.p.run(p.java) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThrea...
2001 Aug 12
2
WND structures
hi all, executing a certain program with wine, we get several crashes, in the RDW_UpdateRgns function (winetop/windows/painting.c) and in a DLL of the program itself. the program always crashes after the creation of a subwindow, and the problem appears to be the same, that is, somewhere before the crash the window tree structure gets corrupted. in order to find the exact point in which this
2012 Mar 08
6
how to modify the tickment of x-axis
hi I plot a series of observation data every minutes in a day as the attachment below plot(wnd,type='l',lty=1,col='red',lwd=1,xlab=xxlab,ylab=yylab,ylim=YY) In the figure, the x-axis tickment is the number of data How can I change it fore example 1h 2h 3h 4h and so on ? -- TANG Jie Email: totangjie at gmail.com Tel: 0086-2154896104 Shanghai Typhoon Institute,China
2013 Jun 08
1
Need help on window() function of the 'zoo' package
Hi,   I observed that if I use window() function available with the 'zoo' package to extract a portion of my times series and if that time series data is stored in some 'zoo' object with only 1 column, then the resulting zoo object is becoming vector.   Here is my observation:   > library(zoo) > Dat <- matrix(1:3, nc = 1) > Dat      [,1] [1,]    1 [2,]    2 [3,]    3
2009 Nov 12
1
trap window pop up when running 'bugs' in R
...k [0101E380H] HostWindows.Idle [00004A86H] .focus BOOLEAN FALSE .tick Controllers.TickMsg Fields .w HostWindows.Window NIL HostMenus.TimerTick [00003422H] .lParam INTEGER 0 .ops Controllers.PollOpsMsg Fields .wParam INTEGER 1 .wnd INTEGER 2097602 Kernel.Try [00003A61H] .a INTEGER 2097602 .b INTEGER 1 .c INTEGER 0 .h PROCEDURE HostMenus.TimerTick HostMenus.ApplWinHandler [00003841H] .Proc PROCEDURE NIL .hit BOOLEAN FALSE .lParam INTEGER 0 .m...
2012 Jun 06
1
error calling Winbugs using R2WinBugs to run a multi-level model
...656 Services.StdHook.Step [0000034DH] .h Services.StdHook [0248E380H] HostWindows.Idle [00004A86H] .focus BOOLEAN FALSE .tick Controllers.TickMsg Fields .w HostWindows.Window NIL HostMenus.TimerTick [00003422H] .lParam INTEGER 0 .ops Controllers.PollOpsMsg Fields .wParam INTEGER 1 .wnd INTEGER 1311298 Kernel.Try [00003A61H] .a INTEGER 1311298 .b INTEGER 1 .c INTEGER 0 .h PROCEDURE HostMenus.TimerTick HostMenus.ApplWinHandler [00003841H] .Proc PROCEDURE NIL .hit BOOLEAN FALSE .lParam INTEGER 0 .message INTEGER 275 .res INTEGER 1664639202 .s ARRAY 256 OF SHORTCHAR &...
2006 Apr 05
1
NUT and debuggers (was: newhidups crashes intermittently (double free or corruption))
...ope the file doesn't fill up my disk :-) > > It is probably better to try to run it from gdb, and then get a > traceback when it fails. > > But if it really if memory corruption, it may have happened at any time > before it is detected. > > Did anybody ever try compiling wnd running ith a memory debugger (dmalloc, > valgrind, ...) Russell did (and traced) some things: grep "valgrind" and you'll have a bunch of traces... Arnaud
2001 Aug 07
3
Troubles with Farpoint Spread controls
...from Farpoint). The crash occurs during a WM_PAINT. By exploring the builind of the window, the control it is showing is a scrollbar (lpszClass="SPR32D30ScrlBar"). A very strange behaviour is that the window does not appear to be linked in the parent/sibling structure. I mean: the WND has a parent. The first child of the parent is not the WND, and the child does not have any sibling. Can anyone provide help and or suggestions? Thank you all in advance. Marco -- Marco Bizzarri - Responsabile Tecnico - Icube S.r.l. Sede: Via Ridolfi 15 - 56124 Pisa (PI), Italia E-mail: m....
2009 Dec 16
1
WinBUGS - R2WinBUGS problem
...187 Services.StdHook.Step [0000034DH] .h Services.StdHook [0101E380H] HostWindows.Idle [00004A86H] .focus BOOLEAN FALSE .tick Controllers.TickMsg Fields .w HostWindows.Window NIL HostMenus.TimerTick [00003422H] .lParam INTEGER 0 .ops Controllers.PollOpsMsg Fields .wParam INTEGER 1 .wnd INTEGER 1770006 Kernel.Try [00003A61H] .a INTEGER 1770006 .b INTEGER 1 .c INTEGER 0 .h PROCEDURE HostMenus.TimerTick HostMenus.ApplWinHandler [00003841H] .Proc PROCEDURE NIL .hit BOOLEAN FALSE .lParam INTEGER 0 .message INTEGER 275 .res INTEGER 4243644 .s ARRAY 256 OF SHORTCHAR &quo...
2002 Feb 21
1
Help tracing WINE funcion..
...[rick@pc99 wine]$ grep -nri --include *.c setcapture * to get all the c files with set capture. So now that I've added more traces, that command outputs (basically): controls/button.c:234: TRACE_(win)("Calling SetCapture in button.c\n"); controls/button.c:235: SetCapture( hWnd ); controls/button.c:236: TRACE_(win)("Done with SetCapture in button.c\n"); controls/combo.c:1197: TRACE_(win)("Calling SetCapture (combo.c)\n"); controls/combo.c:1198: SetCapture(lphc->hWndLBox); controls/combo.c:1778: TRACE_(win)("Calling SetCaptur...
2001 Aug 10
1
A bug in WIN_SetWindowLong ?
Hi all. While debugging some program, I discovered what looks like a bug. Please be patient if I'm wrong. In the WIN_SetWindowLong function, in order to get the address of wExtra, there is: ptr = (LONG *)(((char *)wndPtr->wExtra) + offset); but this takes the *CONTENT* of wndPtr->wExtra. The correct code should be ptr = (LONG *)(((char *)&wndPtr->wExtra) + offset); Am I wrong ? Bye Marco -- Marco Bizzarri - Responsabile Tecnico - Icube S.r.l. Sede: Via Ridolfi 15 - 56124 Pisa (PI),...
2001 Aug 31
1
GetWindowLongA
...debugger (TurboDebugger 5.5, the most decent we found, if you know a better *free* choice, please let us know) refuses to trace into USER32.DLL. any suggestion? are there more possibilities that wine's GetWindowLongA is buggy, or the bug is elsewhere (i.e. some other function corrupts the *WND structure or inits it with wrong values)? thanks in advance -- Pietro Giorgianni giorgian@icube.it
2001 Sep 04
0
Presumed bug found in SCROLL_GetPtrScrollInfo
...inked to Far Point's Spread32 library; the application crashes when referencing a NULL pointer returned by GlobalLock, but obviously it runs perfectly under win98SE (see previous post about GetWindowLongA) . The behaviour of SCROLL_GetPtrScrollInfo, with nBar parameter = SB_CTL, is to return wndPtr->wExtra as it were a pointer. Actually we found that, in this case, the application stores in wndPtr->wExtra[0] a handle; so, tricking with wine's code, we obtained the pointer from the handle (using GlobalLock), making the app working (almost) correctly. Before releasing a patch, we...
2004 Apr 20
3
[Full-Disclosure] IETF Draft - Fix for TCP vulnerability (fwd)
Forwarded message: > From full-disclosure-admin@lists.netsys.com Wed Apr 21 11:49:12 2004 > To: full-disclosure@lists.netsys.com > From: Darren Bounds <dbounds@intrusense.com> > Subject: [Full-Disclosure] IETF Draft - Fix for TCP vulnerability > Date: Tue, 20 Apr 2004 18:19:58 -0400 > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > >
2001 Mar 04
3
Window position in managed mode
When starting, for example, FreeCell in managed more, the program opens with the top of the window out of the top of my screen (i.e. the top corner of my desktop coincides with the top-left of the menu bar). It's not a huge problem, but I can't move the program... -- ------------------------------------------------- Richard Spandit Firmly on the Linux wagon SuSE 6.3, KDE 2.0
2007 May 05
0
[1012] trunk/wxruby2/doc/textile: Added docs for AUI Advanced User Interface classes
...ger_setmanagedwindow +* "AuiManager#show_hint":#AuiManager_showhint +* "AuiManager#un_init":#AuiManager_uninit +* "AuiManager#update":#AuiManager_update + +</div> + + + +h3(#AuiManager_wxauimanager). AuiManager.new + + *AuiManager.new*(%(arg-type)Window% managed_wnd = nil, + %(arg-type)unsigned int% flags = AUI_MGR_DEFAULT) + +Constructor. managed_wnd specifies the Frame which should be managed. +flags specifies options which allow the frame management behavior +to be modified. + + *destructor*() + +h3(#AuiManager_addpane). AuiManager#add_pa...
2004 Aug 06
2
icecast+liveice in normal user fail
I would like to use icecast and liveice as my normal account. If I do so, using xmms, I can access the relayed radios I have defined, but I cannot listen th the playlist liveice is broadcasting on /disk. XMMS tells me that the specified stream could not be found. If I launch icecast as root however, it works fine. I've searched through the logs and checked the file permissions but I
2003 Jan 29
2
acs_map
I'm having trouble compiling wine on a newish box. The problem is a missing symbol 'acs_map' cropping up in dlls/ttydrv/graphics.o. The symbol is not directly in the relevant source file so it seems to be from a macro or typedef but extensive grepping has not identified the source. I suspect the problem is a package missing in the distro (dRock 1.6.0) but have not been able to
2002 Apr 10
0
FoxPro Regressions - followup from Feb
...ssed. >> ----------------------------------- >> Non-Working (wine-2002-02-20 cvs) >> trace:win:SetCapture Calling Event_Capture >> trace:win:EVENT_Capture (0x20021) Window #!! -Maybe? >> trace:win:EVENT_Capture About to Return from Event Capture!!! >> Prev(0) Wnd(131105) >> >> 0806d550:Ret user32.SetCapture() retval=00000000 ret=0065fe45 > >From the return adress (0065fe45) you can see that the SetCapture() >is called from your application, not from wine code. >In 9 out of 10 cases this would be done within the ha...