This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's Your Projects subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. Project Ideas/Start New Projects => Your Projects
Author Message
Weregoose
Authentic INTJ


Super Elite (Last Title)


Joined: 25 Nov 2004
Posts: 3976

Posted: 16 Oct 2005 02:23:50 pm    Post subject:

Quote:
Is it just me or are your font tags not working?
That was on purpose—I used soft hyphens (no pixel width) to cancel the effects of the tags. It was to present which tags should replace the symbol.

Last edited by Guest on 16 Oct 2005 02:24:48 pm; edited 1 time in total
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 16 Oct 2005 02:33:50 pm    Post subject:

Smart man... I'll add those in now.

Sir Robin, I can't find any way to keep track of whether or not u're in a quote. Do ya know how I'd be able to do that?
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 16 Oct 2005 02:45:05 pm    Post subject:

keep a boolean variable for the purpose. If the character is a quote, switch the variable. If the character is a new line, make it false.
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 16 Oct 2005 03:21:14 pm    Post subject:

Good idea!

Supergoose: how did u get that widthless character? I'm also thinking "If▒" -> "If[widthlesscharacter]".
Wait, nvm... I'll do: "If▒" -> "If@" or any other junk character, convert all spaces, then convert the @s back to spaces.


Last edited by Guest on 16 Oct 2005 03:25:47 pm; edited 1 time in total
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 16 Oct 2005 03:32:14 pm    Post subject:

What's wrong with my way? *hurt*
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 16 Oct 2005 03:44:21 pm    Post subject:

lol... there's nothing wrong with your way: there's something wrong with the way I tried your way.
I can't do it: I'm a JS n00b. I tried doing var inquote=new Boolean(), but that's as far as I got. You're still in the "Thanks for the Help" section :biggrin: .


Edit: k3wlster! It's alive!


Code:
If A:Disp "Neat Blocks Rool!

becomes

Quote:
[font="courier new"]If A
Disp "Neat░Blocks░Rool!


Converted into BBCode by Brazucs


Last edited by Guest on 16 Oct 2005 05:14:37 pm; edited 1 time in total
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 17 Oct 2005 08:19:57 am    Post subject:

Why does it say 'wrap in [quote] tags?' [ codebox ] would probably be a better choice...
Back to top
leofox
INF student


Super Elite (Last Title)


Joined: 11 Apr 2004
Posts: 3562

Posted: 17 Oct 2005 08:48:29 am    Post subject:

because codeboxes don't support markup tags
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 17 Oct 2005 11:07:39 am    Post subject:

yeah, I put an explanation in the green Notes section.
Back to top
Weregoose
Authentic INTJ


Super Elite (Last Title)


Joined: 25 Nov 2004
Posts: 3976

Posted: 17 Oct 2005 12:05:23 pm    Post subject:

[­CODEBOX] supports markup.

Quote tags are nice because they don't have a fixed height. Both choices should be optional.
Back to top
elfprince13
Retired


Super Elite (Last Title)


Joined: 11 Apr 2005
Posts: 3500

Posted: 17 Oct 2005 12:05:31 pm    Post subject:

this is looking pretty awesome. I added it to my bookmarks folder....
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 17 Oct 2005 01:21:46 pm    Post subject:

woot!


Code:
[font="courier new"]<span style='font-size:9pt;line-height:100%'>[color=darkblue]If A
Disp "Neat░Blocks░Rool!
Test Code

Test Code

Test Code

Test Code

Test Code

Test Code

Test Code
[/color][/font]</span>

<span style='font-size:7pt;line-height:100%'>Converted into BBCode by [url="http://brazucs.unitedti.org/codeconverter.html"]Brazucs[/url]</span>

Wo... size 0 is really tiny!


Last edited by Guest on 17 Oct 2005 01:29:16 pm; edited 1 time in total
Back to top
elfprince13
Retired


Super Elite (Last Title)


Joined: 11 Apr 2005
Posts: 3500

Posted: 17 Oct 2005 02:05:29 pm    Post subject:

whatis supposed to be size 0?
Back to top
Weregoose
Authentic INTJ


Super Elite (Last Title)


Joined: 25 Nov 2004
Posts: 3976

Posted: 17 Oct 2005 02:08:25 pm    Post subject:

"Converted into BBCode by Brazucs" is enveloped with [­size=0]. It doesn't work like it's supposed to...


Code:
[font="verdana"]<span style='font-size:13pt;line-height:100%'>6[/font]<span style='font-size:12pt;line-height:100%'>5</span><span style='font-size:11pt;line-height:100%'>4</span><span style='font-size:10pt;line-height:100%'>3</span><span style='font-size:9pt;line-height:100%'>2</span><span style='font-size:8pt;line-height:100%'>1</span><span style='font-size:7pt;line-height:100%'>0</span><span style='font-size:6pt;line-height:100%'>-1</span>...
</span>[­font=verdana][­size=6]6[/size][­size=5]5[/size][­size=4]4[/size]...[/font]
­
­
­
­
­
­
­
Soft hyphens (Alt+173) or white text on a row will allow line breaks to occur.

Size tags only take effect when nested between font tags. Also, multiple line breaks are disallowed.

Finally, CODEBOX doesn't wrap long lines of text like CODE or QUOTE.


Last edited by Guest on 17 Oct 2005 02:26:47 pm; edited 1 time in total
Back to top
Ray Kremer


Member


Joined: 16 Feb 2004
Posts: 237

Posted: 17 Oct 2005 03:11:01 pm    Post subject:

Unicode escape sequences, that's how people have been doing the store arrows and such? I should've known it was something so simple, I even made a cheat sheet of useful escape sequences for myself a while back.
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 17 Oct 2005 03:24:01 pm    Post subject:

I'll add in the CODEBOX option tonight, along with any other characters I can find for other TI-Graph Link version (e.g. 82, 89, etc).

::Download TGL for 89::


Last edited by Guest on 17 Oct 2005 03:39:26 pm; edited 1 time in total
Back to top
elfprince13
Retired


Super Elite (Last Title)


Joined: 11 Apr 2005
Posts: 3500

Posted: 17 Oct 2005 03:30:05 pm    Post subject:

't would be nice to install all the .ttf files installed by various TI apps, onto the UTI server. There are several available from the TI ftp site. The rest are installed by TI-Connect and Graph-Link
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 17 Oct 2005 04:12:09 pm    Post subject:

Math Unicode Chars
There are many, many characters on the 89: a whole charmap!

Here's what I've found so far from:
::Another huge list - like "ª is - (negative sign)"::

Hmmm... I seem to be the superscript T and superscript r. Is the a [SUP] tag?


Last edited by Guest on 09 Nov 2005 04:41:28 pm; edited 1 time in total
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 17 Oct 2005 11:10:17 pm    Post subject:

Eek! Some of those are 83/+ repeats... I'll make a checkbox for 89/92+ code.

Also, I couldn't get my QUOTE-CODEBOX radio buttons working. Anyone know how I'd be able to fix that?
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 18 Oct 2005 08:01:20 am    Post subject:

Don't make them check boxes.

Also, the way you have it now, when the window is not at full size the text for options tends to overlap with the input box for the graph-link code.
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    » Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
» View previous topic :: View next topic  
Page 2 of 10 » All times are UTC - 5 Hours

 

Advertisement