$ ./factor -run=listener
( scratchpad ) ui
<interactive>:1
ui
^
Word not found in current vocabulary search path
"delegate" f
"name" "ui"
The following restarts are available:
:1 Use the word IN: ui HOOK: ui ui-backend ( -- )
Type :help for debugging help.
( scratchpad ) :1
( scratchpad ) :c
[ call -> stop ]
[
ui-notify-flag get lower-flag [ update-ui ] ui-try
-> update-ui-loop
]
[ swap >c call -> c> drop ]
[
>r datastack r>
swap slip ->
>r datastack r>
2dup [ length ] compare sgn {
{ -1 [ trim-datastacks nip relative-underflow ] }
{ 0 [ 2drop ] }
{ 1 [ trim-datastacks drop relative-overflow ] }
} case
]
[ >r call -> r> ]
[ notify-queued -> layout-queued redraw-worlds ]
[ [ >r pop-back r> call ] 2keep -> dlist-slurp ]
[ >r >r call -> r> r> ]
[
dup (open-window) -> dup world-title over set-title
request-focus
]
(open-window)/windows-ui-backend
create-window
CreateWindowExW
[
self error-thread set-global
continuation -> error-continuation set-global rethrow
]
( scratchpad )
2008/5/21 Slava Pestov <[EMAIL PROTECTED]>:
>
> On May 21, 2008, at 3:24 AM, Victor M. wrote:
>
> > It works ok. So What's the problem? The GUI? The OpenGL interface?
>
> The GUI is the problem here, yes.
>
> Try entering 'ui' in the listener and tell us what error message you
> get. Also, do :c after to get a call stack trace.
>
> You could try this with the binary package also.
>
> Slava
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk