Author |
Message |
Topic: [Bug 3.34] #SAY Breaks ANSI Colour Syntax |
Derar
Replies: 0
Views: 3314
|
Forum: CMUD General Discussion Posted: Sat May 21, 2011 3:16 pm Subject: [Bug 3.34] #SAY Breaks ANSI Colour Syntax |
Since the last update, copy/paste Colour Syntax codes stopped working for me in some cases. I've narrowed it down to how the #SAY command appears to be outputting ANSI. While it correctly displays the ... |
Topic: Trying to optimize UI with lots of buttons/images |
Derar
Replies: 14
Views: 27836
|
Forum: CMUD General Discussion Posted: Tue Apr 12, 2011 12:53 am Subject: Trying to optimize UI with lots of buttons/images |
Actually, I think the main problem here is that your button captions appear to be function calls.
I also run a lot of buttons & gauges, and I had a number of them with their captions tied to fu ... |
Topic: [3.22] Disabled Paths Still Show in Speedwalks List |
Derar
Replies: 2
Views: 4521
|
Forum: CMUD General Discussion Posted: Sun Nov 14, 2010 8:12 pm Subject: [3.22] Disabled Paths Still Show in Speedwalks List |
Disabled Path settings still show up and are usable in the Speedwalks listing (Actions->Speedwalk to Path, or Ctrl+s).
This is true if the Path setting itself is disabled, or for Path settings s ... |
Topic: [3.30] #PICK/%pick Screen Anchoring |
Derar
Replies: 2
Views: 8448
|
Forum: CMUD Beta Forum Posted: Sat Oct 02, 2010 3:46 pm Subject: [3.30] #PICK/%pick Screen Anchoring |
In a dual-monitor scenario, the Pick window is anchoring to the primary monitor every time by default. Prompt & YesNo anchor to the CMud window and follow it without issue. Even if I drag the pick ... |
Topic: Cmud Lockup and Crash |
Derar
Replies: 16
Views: 23678
|
Forum: CMUD Beta Forum Posted: Sat Oct 02, 2010 3:35 pm Subject: Cmud Lockup and Crash |
The vagueness of the exception error is no fault of CMud's, it's an error generated by the operating system. Typically (at least in my experience with CMud), it's an error that pops up when you max ou ... |
Topic: 3.24 Unidentified Bug |
Derar
Replies: 18
Views: 19148
|
Forum: CMUD Beta Forum Posted: Thu Sep 02, 2010 4:23 am Subject: 3.24 Unidentified Bug |
It's a thought. I had wanted to use a database from the get-go. The problem is that databases remain beyond my knowledge, and I would be edging into a pond of something I've never encountered before. ... |
Topic: 3.24 Unidentified Bug |
Derar
Replies: 18
Views: 19148
|
Forum: CMUD Beta Forum Posted: Wed Sep 01, 2010 8:17 pm Subject: 3.24 Unidentified Bug |
If you're getting into doing a complete rehash, might I suggest looking at a separate SQLite database to store all your data?
An SQL database is perfect for the kind of volume of data you're dealin ... |
Topic: [3.23a] Datatypes behaving weirdly - %push example |
Derar
Replies: 2
Views: 4717
|
Forum: CMUD Beta Forum Posted: Mon Aug 30, 2010 3:12 pm Subject: [3.23a] Datatypes behaving weirdly - %push example |
When using %push to add an item to the front of a list, if the destination list is a single-value variable, %push will expand the variable and create a new variable as a list named after that variable ... |
Topic: [3.22a] SQL Result Size Limitations? |
Derar
Replies: 5
Views: 8823
|
Forum: CMUD Beta Forum Posted: Wed Aug 25, 2010 5:27 pm Subject: [3.22a] SQL Result Size Limitations? |
Interesting, I always took Blob as big text, but I'll have to remember that.
I tried forcing the datatype on the concat by doing CAST(GROUP_CONCAT(TestCol, '|') AS TEXT) but that didn't do the tric ... |
Topic: [3.22a] SQL Result Size Limitations? |
Derar
Replies: 5
Views: 8823
|
Forum: CMUD Beta Forum Posted: Tue Aug 24, 2010 11:01 pm Subject: [3.22a] SQL Result Size Limitations? |
Blob is a valid SQLite definition, but the point is moot since SQLite isn't strictly typed anyway. I only used BLOB in the example, as well; in what I'm really working on the datatypes I sometimes pul ... |
Topic: [3.22a] SQL Result Size Limitations? |
Derar
Replies: 5
Views: 8823
|
Forum: CMUD Beta Forum Posted: Tue Aug 24, 2010 9:41 pm Subject: [3.22a] SQL Result Size Limitations? |
I seem to be running into an issue where individual result fields returned from SQL Select queries are capped at 255 characters.
Basically, it's much more efficient when working to create large ord ... |
Topic: [3.22] Strange unmatched braces bug |
Derar
Replies: 16
Views: 23480
|
Forum: CMUD Beta Forum Posted: Fri Aug 20, 2010 2:51 am Subject: [3.22] Strange unmatched braces bug |
I think you're thinking of %numitems, actually.
From #HELP countlist:
"Count the number of times each item appears in a string list and return a database record with the items as key properties, ... |
Topic: [3.22] Strange unmatched braces bug |
Derar
Replies: 16
Views: 23480
|
Forum: CMUD Beta Forum Posted: Thu Aug 19, 2010 1:57 pm Subject: [3.22] Strange unmatched braces bug |
Off the top of my head, %countlist should probably be added to the list of viable db functions.
Can't think of any others at the moment. |
Topic: Can't Connect To Mud |
Derar
Replies: 4
Views: 6694
|
Forum: CMUD Beta Forum Posted: Wed Aug 18, 2010 3:43 pm Subject: Can't Connect To Mud |
Once you've got the session opened and you're at the "white screen" stage, open up your settings editor edit the Window setting, and look at the Advanced tab - make sure "Window is Visible" is checked ... |
Topic: Suggestion: Disable/Enable States of Multi-State Buttons |
Derar
Replies: 8
Views: 13531
|
Forum: CMUD Beta Forum Posted: Sat Aug 14, 2010 3:54 pm Subject: Suggestion: Disable/Enable States of Multi-State Buttons |
You can accomplish what you want to do by setting the Button to be a Menu instead, and then enabling/disabling different menu settings within the menu class you assign to it. |
Topic: Cmud issues |
Derar
Replies: 6
Views: 9502
|
Forum: CMUD Beta Forum Posted: Sat Aug 14, 2010 1:23 am Subject: Cmud issues |
If you're running Vista (and I think 7 as well?) the UAC prevents CMud from being able to actually run the update because of permissions and what not.
There's an old post about it somewhere I think ... |
Topic: [3.22a] CMud Memory Management |
Derar
Replies: 9
Views: 12256
|
Forum: CMUD Beta Forum Posted: Thu Aug 12, 2010 2:11 pm Subject: [3.22a] CMud Memory Management |
I suspect you're probably right that it's not related to the memory usage issues. But it does raise a red flag or two.
Inherently, file size as it relates to disk consumption is not really an issue ... |
Topic: [3.22a NEW version] Really annoying scroll issue |
Derar
Replies: 24
Views: 35525
|
Forum: CMUD Beta Forum Posted: Wed Aug 11, 2010 9:42 pm Subject: [3.22a NEW version] Really annoying scroll issue |
Looks to happen both when I switch with alt-tab, or when I switch by clicking on the taskbar button for CMud.
Interestingly, if I click on the command line, and do some #SHOWS, I see nothing show u ... |
Topic: [3.22a] CMud Memory Management |
Derar
Replies: 9
Views: 12256
|
Forum: CMUD Beta Forum Posted: Wed Aug 11, 2010 9:34 pm Subject: [3.22a] CMud Memory Management |
Tech,
Yes, I try to use local variables wherever I can for calcluations/adjustments. In fact, if I am updating multiple records in a DB variable, I will typically copy the DB variable on to a local ... |
Topic: [3.22a] CMud Memory Management |
Derar
Replies: 9
Views: 12256
|
Forum: CMUD Beta Forum Posted: Wed Aug 11, 2010 12:37 am Subject: [3.22a] CMud Memory Management |
So, I made CMud eat up so much of my working memory today that it stopped working because it ran out of memory. When I checked the task manager, the memory consumption for CMud was 1.7GB.
Reproduci ... |
Topic: [3.22a NEW version] Really annoying scroll issue |
Derar
Replies: 24
Views: 35525
|
Forum: CMUD Beta Forum Posted: Tue Aug 10, 2010 10:32 pm Subject: [3.22a NEW version] Really annoying scroll issue |
To Reproduce:
1) Open untitled session in CMud
2) Open Package Editor. Add Clickable URLs package. Close package editor.
3) Send #SHOW http://www.zuggsoft.com
4) Click on the link.
5) Switch ba ... |
Topic: [3.22a] Package Editor Request |
Derar
Replies: 1
Views: 4479
|
Forum: CMUD Beta Forum Posted: Tue Aug 10, 2010 10:23 pm Subject: [3.22a] Package Editor Request |
With the addition of nested lists and how the json tab displays them, I'm getting into some pretty long editor readouts; the line counter in the package editor screen seems to never really have been m ... |
Topic: [3.22a] BUG - DB.key = @DB causes memory error |
Derar
Replies: 1
Views: 4154
|
Forum: CMUD Beta Forum Posted: Tue Aug 10, 2010 10:15 pm Subject: [3.22a] BUG - DB.key = @DB causes memory error |
This one's pretty easy to reproduce... using db.key syntax to assign a db variable to its own key blows stuff up.
TestDB = %json("{"Test1":1, "Test2":2, ... |
Topic: [3.22] Deep db.$local.key syntax |
Derar
Replies: 3
Views: 5700
|
Forum: CMUD Beta Forum Posted: Tue Aug 10, 2010 4:25 pm Subject: [3.22] Deep db.$local.key syntax |
If it's a forced choice, I would argue that the first option is the more sensible; I think it's a more intuitive action to descend through the nesting.
One would expect application of the second to ... |
Topic: Chatline capture trigger assistance please |
Derar
Replies: 5
Views: 6962
|
Forum: CMUD Beta Forum Posted: Tue Aug 10, 2010 2:36 pm Subject: Chatline capture trigger assistance please |
%w is not a regex reference, so your problem would appear to be that you're mixing pattern recognition "languages".
Try \w+ instead of %w.
Also, are you recolouring the text from the original, o ... |
|