Request-file on Linux

Discussion in 'Rebol' started by MaxV, Sep 12, 2012.

  1. MaxV

    MaxV Member

    Hello,
    I'm working on https://github.com/angerangel/rebolide and if you download the rebolide.r file, you'll find a brand-new IDE for Rebol with syntax color, resizable.
    On Linux I have few bugs, one on the font (I'm confident to resolve soon) and one on request-file.
    Usually request-file works well, but with rebolide.r something goes wrong.
    If you click on OPEN and click on a file in the file list of reques-file, you'll receive the following message:
    Code:
    ** Script Error: Cannot use subtract on block! value
    ** Where: pane
    ** Near: subface/offset: subface/old-offset: id - 1
    
    Can you figure out what involve the bug? No one script used by rebolide.r redefine id.
  2. Graham

    Graham Developer Staff Member

    So, are you saying it works on windows but not on linux?
  3. MaxV

    MaxV Member

    Yes, but the problem is the other panels that complicate VID, so a simple request-file crashes...
  4. Graham

    Graham Developer Staff Member

    I'm not a linux user but is there such a thing as a system file requester on linux? Rebol uses the windows file requester.
  5. MaxV

    MaxV Member

    No, on linux it has a rebol interface that is messed by some VID modification of the special TAB panel or else.
  6. Graham

    Graham Developer Staff Member

    and it works without the rebol-ide?
  7. MaxV

    MaxV Member

    Yes... :mad:

Share This Page