Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

vconsole error report: request-file

 [1/7] from: jasonic:nomadics at: 12-Oct-2001 14:15


> I would like to hear your comments, bugreports etc.
..ok Here'e one file: http://www.rebol.cz/~cyphre/vconsole.r version: 0.0.4
>>> udata: request-file
opens request-file but does not respond to SELECT button then opens rebol shell with this report: ** Script Error: tail expected series argument of type: series port ** Where: go-bottom ** Near: ctx-text/view*/caret: tail ctx-text/view*/caret tmp: (second caret-to-offset v-con tail ctx-text/view*/caret)
>>
There is no problem in default rebol shell, for example
>> udata: request-file
== [%/C/rebol/view/user.r]
>> udata
== [%/C/rebol/view/user.r]
>>
But request-date works OK in both vconsole + rebol shell :-)
>> thedate: request-date
== 12-Oct-2001
>> thedate
== 12-Oct-2001
>>
- Jason

 [2/7] from: gchiu:compkarori at: 13-Oct-2001 10:08


> ** Script Error: tail expected series argument of type: > series port
<<quoted lines omitted: 3>>
> ctx-text/view*/caret) > >>
Snap! I had the same problem when I clicked on a field that I had added to a layout. Wondering what was wrong with my layout! Also, in the ordinary console, View events are disabled, but seem to be enabled in vconsole. -- Graham Chiu

 [3/7] from: cyphre:seznam:cz at: 13-Oct-2001 3:39


Hi Graham and Jason, Thanks for your reports. I know where is problem...this will be fixed in the next release(approx. in 3-5 days ;-) ) regards, Cyphre P.S. Graham, I was very busy at work so sorry for the even bigger delay with color-text. Finally during the weekend I will have time for reboling ;)

 [4/7] from: philb:upnaway at: 13-Oct-2001 10:00


Hi Cyphre, bug report (Win98) start normal rebol console ... do http://www.rebol.cz/~cyphre/vconsole.r list-dir press close window & return to normal rebol console do http://www.rebol.cz/~cyphre/vconsole.r ** Internal Error: Stack overflow ** Near: v-con/view/new v-f Also is it possible to change the font for the console (I would prefer a fixed width one)? Cheers Phil
> I would like to hear your comments, bugreports etc.
...ok Here'e one file: http://www.rebol.cz/~cyphre/vconsole.r version: 0.0.4
>>> udata: request-file
opens request-file but does not respond to SELECT button then opens rebol shell with this report: ** Script Error: tail expected series argument of type: series port ** Where: go-bottom ** Near: ctx-text/view*/caret: tail ctx-text/view*/caret tmp: (second caret-to-offset v-con tail ctx-text/view*/caret)
>>
There is no problem in default rebol shell, for example
>> udata: request-file
== [%/C/rebol/view/user.r]
>> udata
== [%/C/rebol/view/user.r]
>>
But request-date works OK in both vconsole + rebol shell :-)
>> thedate: request-date
== 12-Oct-2001
>> thedate
== 12-Oct-2001
>>
- Jason

 [5/7] from: gchiu:compkarori at: 13-Oct-2001 17:45


On Sat, 13 Oct 2001 03:39:21 +0200 "Cyphre" <[cyphre--seznam--cz]> wrote:
> Hi Graham and Jason, > > Thanks for your reports. I know where is problem...this > will be fixed in the > next release(approx. in 3-5 days ;-) )
Also,noticed that sometimes lose the first character typed in the console. But, it's nice not having the Desktop complain that can't find rebol/local/local/index.r :)
> P.S. Graham, I was very busy at work so sorry for the > even bigger delay with > color-text. Finally during the weekend I will have time > for reboling ;)
No problem. I'm spending the time now making my game board resizeable and an object ( nearly finished ). -- Graham Chiu

 [6/7] from: cyphre:seznam:cz at: 14-Oct-2001 11:23


Hi Graham,
> Also,noticed that sometimes lose the first character typed > in the console. >
I'll look into it ;-)
> But, it's nice not having the Desktop complain that can't > find rebol/local/local/index.r :)
<<quoted lines omitted: 5>>
> No problem. I'm spending the time now making my game board > resizeable and an object ( nearly finished ).
Great :) I believe you found some inspiration in the "resizable" code I had sent you. I'm looking forward to your new GO client! regards, Cyphre

 [7/7] from: cyphre:seznam:cz at: 14-Oct-2001 11:17


Hi Phil, Thanks for your reports. I'll look into it asap. Regarding fonts: Ofcourse you can change your vconsole font as you like (for now using little hack ;-) ): just type for example(in windows) into vconsole: v-con/font/name: "fixedsys" ..and the font will change. In the next version there will be little prefs gui for changing the fonts etc. regards Cyphre

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted