04-19-2024, 11:25 PM
+1 coming along nicely, is the h for font height or that not ready yet?
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever
|
Got so drunk for St. Patricks Day, I programmed something in graphics...
|
|
04-19-2024, 11:25 PM
+1 coming along nicely, is the h for font height or that not ready yet?
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever
Thanks! Hey wait, where's my +1 ???
Font sizing is on hold, for a bit, until the established foundation passes pressure testing. If what's coded now isn't 100% sound, the different sizes will throw it into complete chaos, so bad I won't even be able to hire Maxwell Smart to save the day. Oh wait, he's in prison. Apparently he was brought up on charges for sexually harassing 99 when his shoe phone was upgraded to a camera model. Pete
"Hey wait, where's my +1 ???"
opps, should be there now btw 5 star rating thanks to me (and no one else) 1900+ views!! that many people really care about pete getting drunk? i think not, i hope not more points might come from outlining your goals for this thread and is it too late to rename it? it appears to be start of advanced editor? how do links tie in with 'project' word you've used @pete
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever
04-20-2024, 07:13 PM
LOL on the view count. I was thinking the same thing. Has the country gone to crap so bad that bots now excessively crawl posts 10x more when elements of debauchery are involved?
I did a slight upgrade, just now, to address a multiple shell issue and added a way to delete up lines. Pete - Debaucher, debaker, decandlestick maker.
04-21-2024, 07:31 PM
(This post was last modified: 04-21-2024, 07:34 PM by Kernelpanic.)
04-22-2024, 10:20 PM
The amount of alcohol I consume in a year consists of maybe a 12-pack of beer and a bottle of wine. Scotch and other types of whiskey, about a bottle a decade. That said, my favorite beer is Heineken and I'll never transition to Bud Light!
Oh, updated the app to include the ability to remove or edit hyperlinks. Pete
04-25-2024, 12:42 AM
04-25-2024, 02:07 AM
it's scrolling down but not up for me.
seems pretty easy to load and save files on popup, then I can test bigger files? can it handle more than page of text?
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever
Code: (Select All) If m.wh > 0 Then m.mousekey$ = Chr$(0) + "P" Else m.mousekey$ = Chr$(0) + "H"@bplus Fixed this line. I had two "P" instead of a "P" and "H" Still hungover, I guess! Yes, it can handle more than one page. No limit, except memory. Links are 255 max for now. I could expand that to 60,000+ by just using one more matrix space per character. I'm experiencing a bug when I go back to the larger text field. I'll post one with a larger field, as soon as I track down what's causing the issue. Thanks! Pete
I can't tell these days if I'm getting too old, or getting to complicated. Simple wrap routines are a decent challenge, but I'm adding in variable size fonts and a matrix string to keep those attributes in memory. Well, a code snippet is worth a thousand words, so here you go...
Code: (Select All)
It simply word wraps the 7 9-characters or less lines into a 6-line block. You have to keep pressing keys to get it to advance. All the added crap is for debugging purposes. The bottom of the screen would be the actual display. It is set up for pixels, so when I change the sizes, my next bit of testing, it should wrap according to size, and not character count. Edit: Okay, changing the font of 1-character from 16 to 20 works, so this looks promising... Code: (Select All)
Pete |
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| SVG graphics demos | James D Jarvis | 4 | 896 |
03-25-2025, 12:41 AM Last Post: James D Jarvis |
|
| ^^0^^---- What do you graphics guys think? | Pete | 9 | 1,827 |
04-05-2024, 07:26 PM Last Post: TheBOB |
|
| Oh when will this drunken binge end? Another graphics routine. | Pete | 3 | 921 |
03-31-2024, 08:29 AM Last Post: Pete |
|
| simple 2D vector graphics part 25 | madscijr | 0 | 571 |
11-18-2022, 04:25 PM Last Post: madscijr |
|
| simple 2D vector graphics part 19 | madscijr | 1 | 671 |
11-18-2022, 05:12 AM Last Post: Pete |
|