Can't view DatePresenter's Picker View anymore

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Can't view DatePresenter's Picker View anymore

KlausK-2
Hi,

I have a strange problem on my comp. I created w window with a
DatePresenter Picker View in it. If I try to open it I get a Systemfault.

<<<
"Failed to create window (16r2: Das System kann die angegebene Datei nicht
finden.)"
(The System can't find the specified file.)

DateTimePicker(View)>>unhookWindowCreate:
DateTimePicker(View)>>createAt:extent:
MessageSend(MessageSendAbstract)>>value
[] in MessageSequenceAbstract>>value
OrderedCollection>>do:
MessageSequence>>messagesDo:
MessageSequence(MessageSequenceAbstract)>>value
DateTimePicker(View)>>state:
DateTimePicker(STBViewProxy)>>restoreView
DateTimePicker(STBViewProxy)>>restoreTopView
[] in DateTimePicker(STBViewProxy)>>stbFixup:at:
[] in STBInFiler>>evaluateDeferredActions
OrderedCollection>>do:
STLInFiler(STBInFiler)>>evaluateDeferredActions
STLInFiler(STBInFiler)>>next
Object class>>literalReadFrom:context:
Object class>>fromLiteralStoreArray:context:
ResourceIdentifier>>loadWithContext:
DatePresenter class(Presenter class)>>loadViewResource:inContext:
DatePresenter(Presenter)>>createView:
DatePresenter class(Presenter class)>>create:on:
DatePresenter class(Presenter class)>>create:
DatePresenter class(Presenter class)>>show:
ClassHierarchySelector(ClassSelector)>>showPresenter:
MessageSend>>forwardTo:withArguments:
MessageSend(MessageSendAbstract)>>forwardTo:
CommandDescription>>performAgainst:
[] in Command>>value
BlockClosure>>ifCurtailed:
BlockClosure>>ensure:
Command>>value
ShellView>>performCommand:
ClassBrowserShell(Shell)>>performCommand:
CommandQuery>>perform
DelegatingCommandPolicy(CommandPolicy)>>route:
[] in TreeView(View)>>onCommand:
BlockClosure>>ifCurtailed:
BlockClosure>>ensure:
Cursor>>showWhile:
TreeView(View)>>onCommand:
TreeView(View)>>wmCommand:wParam:lParam:
TreeView(View)>>dispatchMessage:wParam:lParam:
[] in InputState>>wndProc:message:wParam:lParam:cookie:
BlockClosure>>ifCurtailed:
ProcessorScheduler>>callback:evaluate:
InputState>>wndProc:message:wParam:lParam:cookie:
InputState>>pumpMessage:
InputState>>loopWhile:
InputState>>mainLoop
[] in InputState>>forkMain
>>>

in "View>>basicCreateAt: position extent: extentPoint" the call to
^UserLibrary default
"an UserLibrary(16r77E00000 - 'C:\WINNT\system32\USER32.dll')" returns
NIL!

This happens if I use a fresh image too.

I hope someone has a Idea.

Cheers
Klaus


Reply | Threaded
Open this post in threaded view
|

Re: Can't view DatePresenter's Picker View anymore

Andreas Brodbeck-4
KlausK wrote:

> Hi,
>
> I have a strange problem on my comp. I created w window with a
> DatePresenter Picker View in it. If I try to open it I get a Systemfault.
>
> <<<
> "Failed to create window (16r2: Das System kann die angegebene Datei nicht
> finden.)"
> (The System can't find the specified file.)
>
> DateTimePicker(View)>>unhookWindowCreate:
> DateTimePicker(View)>>createAt:extent:
> MessageSend(MessageSendAbstract)>>value
> [] in MessageSequenceAbstract>>value
>
 > [...]
 >
> in "View>>basicCreateAt: position extent: extentPoint" the call to
> ^UserLibrary default
> "an UserLibrary(16r77E00000 - 'C:\WINNT\system32\USER32.dll')" returns
> NIL!
>
> This happens if I use a fresh image too.
>
> I hope someone has a Idea.
>

Do you use Windows2000? I had the same problem, and as Dolphin is not
fully supported under Windows2000 (the deployed apps are, though) I
migrated to Windows XP. Works perfect, since then.

Andreas


Reply | Threaded
Open this post in threaded view
|

Re: Can't view DatePresenter's Picker View anymore

KlausK-2
Thanks for answering, I searched for DatePicker and found a thread of that
theme...
There is a path that works fine.
The funny thing is that I created the view on the same machine that didn't
wanted that view after a couple of days.

Cheers,
Klaus