Cerca nel sito

Il Sondaggione!!

Librogame Magnifico 2024, inizia la finalissima: vota il miglior LG dell'anno!

LGC 3.1

Re: LGC 3.1

edit: sostituito dal post sotto!

mi trovate anche su http://temalibero.forumfree.it/
le foto dei miei doppioni su flickr

SkarnTasKai
MeGATrON
Barone del Sole
ranks
useravatar
Offline
2057 Messaggi
Info utenti nei messaggi
Administrator has disabled public posting

Re: LGC 3.1

Shaman ha scritto:

Considera che il codice di questo editor è vecchio di alcuni anni e sicuramente certe imperfezioni sono rimaste. Ad alcune si può ovviare semplicemente, altre richiedono di metterci mano pesantemente.
Io ora come ora non riesco a riprodurre il problema ma immagino sia dovuto a qualche problema con i tag di paragrafo <p>

Se puoi:
scrivi il testo
clicca sul tastino <> per vedere il sorgente e copiatelo a parte (non serve tutto, solo da <body> a <body>
clicca sul tastino <> per tornare alla visualizzazione normale
cancella il carattere incriminato così da far riprodurre il bug
clicca sul tastino <> per vedere il sorgente e copiatelo a parte (non serve tutto, solo da <body> a <body>

così abbiamo un'evidenza dell'accaduto lato "sorgente",

grazie!

allora: il bug compare SOLO nell'entità "rules" e SOLO nel racconto che sto scrivendo per il concorso dei corti (quindi da regolamento non lo posso postare), e in più se provo a generare il sorgente e poi tornare indietro mi perde di nuovo tutti gli a capo.

invece in un libro nuovo l'errore non si verifica, e neppure in un altro racconto che stavo scrivendo.

non so che fare...

mi trovate anche su http://temalibero.forumfree.it/
le foto dei miei doppioni su flickr

SkarnTasKai
MeGATrON
Barone del Sole
ranks
useravatar
Offline
2057 Messaggi
Info utenti nei messaggi
Administrator has disabled public posting

Re: LGC 3.1

E' un egno. Chiaramente.

Un' idea, un concetto, un' idea, finche' resta un' idea e' soltanto un' astrazione.
Se potessi mangiare un' idea avrei fatto la mia rivoluzione.

Yaztromo
re fuso
Barone del Sole
ranks
useravatar
Offline
4444 Messaggi
Info utenti nei messaggi
Administrator has disabled public posting

Re: LGC 3.1

yikes

se ti fidi fai cosi
fai una copia del file
elimina tutti i paragrafi tranne rules e le altre entità standard
salvalo e inviamelo per email

Matteo
Autore dell'Editor per la narrativa interattiva LibroGameCreator 3

Shaman
Avatar dello Shuffle
Amministratore
useravatar
Offline
1914 Messaggi
Info utenti nei messaggi
Administrator has disabled public posting

Re: LGC 3.1

prima di generare il sorgente (o di dare backspace, tanto il comportamento è lo stesso..):

Codice:

<html>

  <head>
    <style type="text/css">
      <!--
        body { font-size: 18pt; margin-top: 0px; padding-right: 0px; background-color: white; margin-bottom: 0px; padding-bottom: 0px; background-repeat: repeat; padding-left: 0px; margin-right: 0px; padding-top: 0px; font-family: Georgia; margin-left: 0px; background-attachment: scroll; color: black }
        .info { color: green; font-weight: bold }
        .chapterheader { color: black; font-size: 1.5em; text-align: center }
        p { text-indent: 0; margin-bottom: 0; margin-left: 0; margin-top: 0; margin-right: 0 }
        a { color: red }
        .attribute { color: blue; font-weight: bold }
        a.chapterlink { color: red; font-weight: bold }
        .enemy { color: red; font-weight: bold }
        .chapter { margin-top: 0; padding-right: 0; border-bottom-color: white; border-right-style: solid; border-bottom-style: solid; margin-bottom: 0; border-top-style: solid; padding-bottom: 0; padding-left: 0; margin-right: 0; border-left-style: solid; padding-top: 0; border-bottom-width: 1px; margin-left: 0; border-top-width: 1px; border-left-color: white; border-top-color: white; border-left-width: 1px; border-right-color: white; border-right-width: 1px }
      -->
    </style>
   
  </head>
  <body>
    queste sono le regole del mio librogame

ho cancellato quelle originali
  </body>
</html>

dopo aver generato il sorgente o dato backspace:

Codice:

<html>

  <head>
    <style type="text/css">
      <!--
        body { font-size: 18pt; margin-top: 0px; padding-right: 0px; background-color: white; margin-bottom: 0px; padding-bottom: 0px; background-repeat: repeat; padding-left: 0px; margin-right: 0px; padding-top: 0px; font-family: Georgia; margin-left: 0px; background-attachment: scroll; color: black }
        .info { color: green; font-weight: bold }
        .chapterheader { font-size: 1.5em; color: black; text-align: center }
        p { text-indent: 0; margin-bottom: 0; margin-left: 0; margin-top: 0; margin-right: 0 }
        a { color: red }
        .attribute { color: blue; font-weight: bold }
        a.chapterlink { color: red; font-weight: bold }
        .enemy { color: red; font-weight: bold }
        .chapter { margin-top: 0; padding-right: 0; border-bottom-color: white; border-right-style: solid; border-bottom-style: solid; margin-bottom: 0; border-top-style: solid; padding-bottom: 0; padding-left: 0; margin-right: 0; border-left-style: solid; padding-top: 0; border-bottom-width: 1px; margin-left: 0; border-top-width: 1px; border-left-color: white; border-top-color: white; border-left-width: 1px; border-right-color: white; border-right-width: 1px }
      -->
    </style>
   
  </head>
  <body>
    queste sono le regole del mio librogame ho cancellato quelle originali
  </body>
</html>

nei paragrafi; prima:

Codice:

<html>

  <head>
    <style type="text/css">
      <!--
        body { font-size: 18pt; margin-top: 0px; padding-right: 0px; background-color: white; margin-bottom: 0px; padding-bottom: 0px; background-repeat: repeat; padding-left: 0px; margin-right: 0px; padding-top: 0px; font-family: Georgia; margin-left: 0px; background-attachment: scroll; color: black }
        .info { color: green; font-weight: bold }
        .chapterheader { font-size: 1.5em; color: black; text-align: center }
        p { text-indent: 0; margin-bottom: 0; margin-left: 0; margin-top: 0; margin-right: 0 }
        a { color: red }
        .attribute { color: blue; font-weight: bold }
        a.chapterlink { color: red; font-weight: bold }
        .enemy { color: red; font-weight: bold }
        .chapter { margin-top: 0; padding-right: 0; border-bottom-color: white; border-right-style: solid; border-bottom-style: solid; margin-bottom: 0; border-top-style: solid; padding-bottom: 0; padding-left: 0; margin-right: 0; border-left-style: solid; padding-top: 0; border-bottom-width: 1px; margin-left: 0; border-top-width: 1px; border-left-color: white; border-top-color: white; border-left-width: 1px; border-right-color: white; border-right-width: 1px }
      -->
    </style>
   
  </head>
  <body>
    <p>
      questo invece &#232; un paragrafo
    </p>
    <p>
     
    </p>
    <p>
      e la cosa non succede
    </p>
  </body>
</html>

e dopo:

Codice:

<html>

  <head>
    <style type="text/css">
      <!--
        body { font-size: 18pt; margin-top: 0px; padding-right: 0px; background-color: white; margin-bottom: 0px; padding-bottom: 0px; background-repeat: repeat; padding-left: 0px; margin-right: 0px; padding-top: 0px; font-family: Georgia; margin-left: 0px; background-attachment: scroll; color: black }
        .info { color: green; font-weight: bold }
        .chapterheader { color: black; font-size: 1.5em; text-align: center }
        p { text-indent: 0; margin-bottom: 0; margin-left: 0; margin-top: 0; margin-right: 0 }
        a { color: red }
        .attribute { color: blue; font-weight: bold }
        a.chapterlink { color: red; font-weight: bold }
        .enemy { color: red; font-weight: bold }
        .chapter { margin-top: 0; padding-right: 0; border-bottom-color: white; border-right-style: solid; border-bottom-style: solid; margin-bottom: 0; border-top-style: solid; padding-bottom: 0; padding-left: 0; margin-right: 0; border-left-style: solid; padding-top: 0; border-bottom-width: 1px; margin-left: 0; border-top-width: 1px; border-left-color: white; border-top-color: white; border-left-width: 1px; border-right-color: white; border-right-width: 1px }
      -->
    </style>
   
  </head>
  <body>
    <p>
      questo invece &#232; un paragrafo
    </p>
    <p>
     
    </p>
    <p>
      e la cosa non succed
    </p>
  </body>
</html>

per qualche strana ragione nelle regole non mette i tag <p>.

mi trovate anche su http://temalibero.forumfree.it/
le foto dei miei doppioni su flickr

SkarnTasKai
MeGATrON
Barone del Sole
ranks
useravatar
Offline
2057 Messaggi
Info utenti nei messaggi
Administrator has disabled public posting

Re: LGC 3.1

ah, aggiungo: si può avere un tasto o una voce del menu "seleziona tutto"? (e magari un bel menu contestuale sul clic destro...)

mi trovate anche su http://temalibero.forumfree.it/
le foto dei miei doppioni su flickr

SkarnTasKai
MeGATrON
Barone del Sole
ranks
useravatar
Offline
2057 Messaggi
Info utenti nei messaggi
Administrator has disabled public posting

Re: LGC 3.1

Ho creato un nuovo file
Scritto da zero le regole e i <p> ci sono
Copiaincollato da testo e i <p> ci sono
Con che versione hai scritto il file? Potrebbe essere un bug delle versioni precedenti che ha rovinato quel testo.
Per risolvere il problema per ora puoi
- cancellare le regole
- vai nel sorgente con <>
- scrivi <p>testo</p>
- poi torni con <> al testo vero
- lo cancelli e ci incolli le tue regole
dovrebbe creare tutti i <p></p> automaticamente

Matteo
Autore dell'Editor per la narrativa interattiva LibroGameCreator 3

Shaman
Avatar dello Shuffle
Amministratore
useravatar
Offline
1914 Messaggi
Info utenti nei messaggi
Administrator has disabled public posting

Re: LGC 3.1

Seleziona tutto finziona con CTRL+A comunque metterò un menu pop up nell'editor

Matteo
Autore dell'Editor per la narrativa interattiva LibroGameCreator 3

Shaman
Avatar dello Shuffle
Amministratore
useravatar
Offline
1914 Messaggi
Info utenti nei messaggi
Administrator has disabled public posting

Re: LGC 3.1

Shaman ha scritto:

Ho creato un nuovo file
Scritto da zero le regole e i <p> ci sono
Copiaincollato da testo e i <p> ci sono
Con che versione hai scritto il file? Potrebbe essere un bug delle versioni precedenti che ha rovinato quel testo.
Per risolvere il problema per ora puoi
- cancellare le regole
- vai nel sorgente con <>
- scrivi <p>testo</p>
- poi torni con <> al testo vero
- lo cancelli e ci incolli le tue regole
dovrebbe creare tutti i <p></p> automaticamente

sinceramente non ricordo con che versione lo avessi iniziato, comunque ora funziona.

grazie!

mi trovate anche su http://temalibero.forumfree.it/
le foto dei miei doppioni su flickr

SkarnTasKai
MeGATrON
Barone del Sole
ranks
useravatar
Offline
2057 Messaggi
Info utenti nei messaggi
Administrator has disabled public posting

Re: LGC 3.1

Ottimo!
Speriamo sia stato risolutore e non si verifichi ancora.

Matteo
Autore dell'Editor per la narrativa interattiva LibroGameCreator 3

Shaman
Avatar dello Shuffle
Amministratore
useravatar
Offline
1914 Messaggi
Info utenti nei messaggi
Administrator has disabled public posting

Info Forum

Statistiche Forum:
 
Totale Discussioni:
5748
Totale Sondaggi:
100
Totale Messaggi:
154073
Messaggi di questa settimana:
40
Info Utenti:
 
Totale Utenti:
9789
Ultimo Utente Registrato:
hazelmark