Scribble 1.2
  • Order of the Butterfly
    Order of the Butterfly
    r-tea
    Posts: 300 from 2005/3/27
    From: Poland, Zdzies...
    Any idea how to make Scribble 1.2 open default session at startup?
    Mac mini G4@1,5GHz silent upgrade + Xerox Phaser 3140 + EPSON Perfection 1240U
    Commodore C64C + 2 x 1541II + Datasette + SD-Box

    I miss draggable screens... and do you? I know I'm in a minority unfortunately.
  • »07.03.14 - 19:16
    Profile
  • MorphOS Developer
    Nadir
    Posts: 157 from 2003/3/17
    Make a default project and tie a session to it in the project settings.

    /Nicholai
  • »08.03.14 - 16:14
    Profile
  • Just looking around
    sarakhan
    Posts: 1 from 2014/12/10
    Now MophOS?SDK?doesn't work and it was my fault, but somebody can post the reference on startup-sequence of SDK? It lays between TurboPrint assign and AddAudioModes.
    Cut down your exam stress by using our latest cert killer and high quality 501-01 braindumps and 640-875 dumps.
  • »10.12.14 - 17:37
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    pegasos-sigi2
    Posts: 265 from 2006/8/31
    Quote:

    sarakhan wrote:
    Now MophOS?SDK?doesn't work and it was my fault, but somebody can post the reference on startup-sequence of SDK? It lays between TurboPrint assign and AddAudioModes.



    1.) The MorphOS SDK isn't includet in MorphOS 3.x. per default.
    You must download and install it for your selfe.

    2.) Dont't change anything in the startup-sequence.
    It ends up in a non working system.







    ;
    ; MorphOS startup-sequence
    ;
    ; Copyright © 2002-2012 The MorphOS Development Team, All Rights Reserved.
    ;
    ; This script is executed on system boot. Do *NOT* modify this file!
    ; Use S:user-startup instead.
    ;
    ; $VER: startup-sequence 1.12
    ;

    Failat 21

    Version >NIL:

    Resident >NIL: MOSSYS:C/Assign PURE
    Resident >NIL: MOSSYS:C/Execute PURE

    MakeDir RAM:T
    Assign T: RAM:T

    MakeDir >NIL: RAM:ENV RAM:Clipboards
    Copy >NIL: ENVARC: RAM:ENV ALL NOREQ DONTOVERWRITE
    Assign ENV: RAM:ENV

    if exists SYS:Locale NOREQ
    Assign LOCALE: SYS:Locale
    if exists SYS:Locale/Help NOREQ
    Assign HELP: SYS:Locale/Help
    endif
    endif

    if exists MOSSYS:Locale NOREQ
    Assign LOCALE: MOSSYS:Locale ADD
    if exists MOSSYS:Locale/Help NOREQ
    Assign HELP: MOSSYS:Locale/Help ADD
    endif
    endif


    Assign KEYMAPS: DEVS:Keymaps DEFER
    Assign CLIPS: RAM:Clipboards
    Assign PRINTERS: DEVS:Printers DEFER
    Assign REXX: S: DEFER
    Assign MUI: SYS:Applications/MUI DEFER

    LoadMonDrvs

    if exists "MOSSYS:Devs/DOSDrivers/CON" NOREQ
    Assign >NIL: CON: DISMOUNT
    endif

    Mount >NIL: MOSSYS:Devs/DOSDrivers/~(#?.info) DEVS:DOSDrivers/~(#?.info)

    SetEnv Workbench $Workbench
    SetEnv Kickstart $Kickstart
    UnSet Workbench
    UnSet Kickstart

    AddDataTypes REFRESH QUIET

    ConClip

    Path >NIL: C: SYS:Utilities S:

    IPrefs

    if not exists ENV:NOTRANCE NOREQ
    Run <>NIL: DETACH QUIET Trance
    endif

    RexxMast >NIL:

    Assign >NIL: TurboPrint: MOSSYS:TP
    if exists "TurboPrint:configs/_Last_" NOREQ
    Run <>NIL: TurboPrint:turbo/ttp
    endif

    AddAudioModes >NIL: REFRESH QUIET

    if not exists ENV:MorphOSSDK NOREQ
    if exists SYS:Development NOREQ
    SetEnv MorphOSSDK SYS:Development
    endif
    endif
    if exists ENV:MorphOSSDK NOREQ
    Assign SDK: "$MorphOSSDK"
    if exists SDK:Startup NOREQ
    Execute >NIL: SDK:Startup
    endif
    endif

    if exists S:User-Startup NOREQ
    Execute >NIL: S:User-Startup
    endif

    Resident >NIL: Execute REMOVE
    Resident >NIL: Assign REMOVE

    LoadWB

    EndCLI >NIL:
    Spreedy - The spreedsheet editor of MorphOS
    Calimero - Do you know about the new DTP Program for MorphOS ?
  • »10.12.14 - 19:26
    Profile