36 Topics

Member Avatar for WaltP

Inline Tags need to keep spacing for 2 reasons 1) they are the only way we can officially *quote* code 2) whether one line or an entire block of code, spacing can be important. It's CODE after all.

Member Avatar for Dani
0
230
Member Avatar for WaltP

We cannot copy and quote posts that contain tagged code without removing all indentation. Makes quoting code useless and difficult, unless there is a *user friendly way we should know via mental osmosis* that has not yet been documented.

Member Avatar for Ancient Dragon
0
221
Member Avatar for WaltP
Member Avatar for WaltP

Can someone (Dani?) please reset my PM count to zero since I have no messages and its claiming I have 1?

Member Avatar for Ancient Dragon
0
218
Member Avatar for WaltP

This is more of a rhetorical question, but... ... how is the article [Flame on: complex LUA and C++ cyber weapon fired at Israel, Iran and Syria](http://www.daniweb.com/software-development/news/424377/flame-on-complex-lua-and-c-cyber-weapon-fired-at-israel-iran-and-syria) related to [C: Access violation 0xC0000005:](http://www.daniweb.com/software-development/c/threads/427477/c-access-violation-0xc0000005#post1829060)???

Member Avatar for happygeek
0
107
Member Avatar for WaltP

Why can't I post a response without making it code? There is no code at all in a response I made and I cannot get it posted because I recieve the error: >If posting a code snippet, use the Code button in the editor toolbar >The code snippet in your …

Member Avatar for Dani
0
241
Member Avatar for WaltP

When I use **bold** followed immediately by *italic*, the WYSIWYG box shows the post properly. When posted it does not. **Bold***Italic* The above shows properly before posting.

Member Avatar for WaltP
0
140
Member Avatar for WaltP

I held these until the shakedown was fairly complete. Here are a few of the useful but dropped functions that IMO need to be reimplmented. But #1 is in fact a bug: 1) Any threads I post in are never marked NEW. For the threads I haven't posted in it's …

Member Avatar for Airshow
1
246
Member Avatar for WaltP

Over the past couple days I've marked ModPlace and Feedback Forums as READ several times and still get 'NEW' posts. ![dani2](/attachments/small/0/dani2.JPG)

Member Avatar for Dani
0
184
Member Avatar for WaltP

Using onMouseOver in a link - I am able to display a file's contents in a frame. - I can display an image file in an IMG tag But I can't figure out how to combine the two. What I want to do is onMouseOver display the contents of a …

Member Avatar for WaltP
0
177
Member Avatar for WaltP

Dani, are you playing around with the links for New Reply? When I middle-click on a thread title, the link opens in a TAB as it should. But the new-reply icons don't all of a sudden. I can't tell if it's you playing around or me because I screwed something …

Member Avatar for Dani
0
78
Member Avatar for WaltP

It is really difficult to make comments on multiple posts which happens often enough to be a pain in the ass since you removed the multi-quote button. PLEASE give it back!

Member Avatar for Ezzaral
1
188
Member Avatar for WaltP

I ran across [url=http://wpattinson.com/what.mp3]this song[/url] and would like to know who it is, what it is, and what language is it? It sounds German-like but not quite. Is it about football? (that's soccer for you NorteAmerican folks :icon_wink:) Thanks.

Member Avatar for FallonCurly
0
135
Member Avatar for WaltP

For years when people post that they are using Turbo-C/C++ they always get a heated response saying basically "[I]why are you using that piece of sh*t? Use Dev-C++ instead.[/I]" Dev-C++ was being recommended because it's newer, it followed the standard better, it's free, etc. A couple years ago, though, it …

Member Avatar for pseudorandom21
0
1K
Member Avatar for WaltP

When a post is moved, could you please change the post icon from the [i]purple new[/i] to the [i]grey nothing[/i] immediately? Leaving it a [i]purple new[/i] causes problems as we click on the 'new' icon, since that's what we see.

Member Avatar for WaltP
2
162
Member Avatar for WaltP

I (hopefully) can get the normal file displays to show in LIST mode but I see no way to get [I]Save File[/I] or [I]Open File[/I] lists out of Details mode. Any ideas?

Member Avatar for jRADD
0
182
Member Avatar for WaltP

Does anyone have any idea why 1/3 of the time Win7 will not boot? Sequence is: Dell Inspiron boot screen Blank screen Windows wallpaper screen Blank screen with mouse pointer centered Nothing from then on. Turn off machine. Turn on Boots fine. Usually. Since Windows does not like to show …

Member Avatar for Vul
0
162
Member Avatar for WaltP

The logic is slightly off. If we click the UP or DOWN, the vote is automatically counted. Then a box pops up with two buttons, 1) Vote 2) Leave message and vote The box also has the standard corner [B]X[/B] to dismiss the box. The vote should only be taken …

Member Avatar for Dani
1
158
Member Avatar for WaltP

I've been trying to find out the error returned from [iCODE]MkDir[/iCODE] to no avail. [iCODE]Err.Number[/iCODE] is 0 and I can't find any other error mechanisms available. [CODE] On Error GoTo mkError MkDir txtDir(Index).Text On Error GoTo 0 Exit Sub mkError: On Error GoTo 0 Text1.Text = Str(Err.LastDllError) + " " …

Member Avatar for vb5prgrmr
0
190
Member Avatar for WaltP

Just found this recipe, thought I'd share it: [url]http://www.cgl.uwaterloo.ca/~csk/water.html[/url]

Member Avatar for Ene Uran
1
164
Member Avatar for WaltP

This was working fine a few hours ago. But now: Editing hot-keys and icons do not work [i]Forum Tools[/i] simply refreshes the page Folder Icons are inactive I have no mod tools on profile page On my own profile page there is a [i]Send Message[/i] link and nothing else. Basically, …

Member Avatar for WaltP
0
228
Member Avatar for WaltP

Last night in FireFox 3.5.3 I lost the formatting in all of Software Development. The other communities seem fine. I checked Opera and another computer, all is fine. Other websites seem to be unaffected. I deleted all Daniweb cookies to no avail. I also have no 'attach files' option for …

Member Avatar for jbennet
0
200
Member Avatar for WaltP

I have a page with a navigation column and a data column that I wish to control separately, both sides use forms. When I scroll down and click on a button on navigation side I want the data side to change accordingly but I want the nav side to stay …

Member Avatar for diafol
0
100
Member Avatar for WaltP

I have the following code in a form: [code=php] <? for ($n = 0; $n < count($filelist); $n++) { printf ("<button type='submit' name='imgnam' value='%s'>", $filelist[$n]); printf ("<img src='%s' width='100' />", $dirname . $filelist[$n] . ".gif"); print "</button>"; printf ("<br>%s</p>\n", $filelist[$n]); } ?> [/code] [ICODE]$dirname[/ICODE] contains the directory value [ICODE]$filelist[][/ICODE] contains …

Member Avatar for WaltP
0
139
Member Avatar for WaltP

For some reason on my new laptop I can't seem to turn off that annoying BEEP when I change the speaker volume. I got everything else turned off but this beep seems to be bypassing the "Sounds and Audio Devices" properties. Any ideas?

Member Avatar for FlamingClaw
0
177
Member Avatar for WaltP

What happened to the ICODE button in C/C++? Could you please add it back, and on the quick reply, too? It would be nice to have a keystroke for it, also. Pretty pleaseeee??? ([I]batting my eyelashes coyly[/I])

Member Avatar for Dani
0
162
Member Avatar for WaltP

Lately I've been seeing the following: Today I was looking at forums until about 2:45PM. This evening about 7:30PM I clicked on the [I]Go to first new post[/I] on various threads. I scroll up to previous posts and see many that have been added from 4PM on. Why are these …

Member Avatar for Dani
0
345
Member Avatar for WaltP

Dani, could we have a control panel option to shut off the mouseover display please? The display really gets in the way, covering multiple posts so we can't see what other posts are available. I for one find it extremely annoying.

Member Avatar for WaltP
0
90
Member Avatar for WaltP

OK, how does someone give reputation that's gray? What does it mean? And can the comment box be a required field when giving reputation?

Member Avatar for peter_budo
1
1K
Member Avatar for WaltP

What's with all these ads that look like movies? They are extremely annoying! Please make them stop!!!!

Member Avatar for MidiMagic
0
371
Member Avatar for WaltP

Over the past week or so, after hitting [I]submit[/I] and being thanked for my submission (such a nice forum) I get redirected --not to my post -- but to the following page. This has happened on multiple occasions, usually on longish posts. (gee, the spell checker liked longish? How weird) …

Member Avatar for The Dude
0
107
Member Avatar for WaltP
Member Avatar for WaltP

I like the new format for each forum index. Compact is good! Thank you, Dani

Member Avatar for Dani
0
798
Member Avatar for WaltP

Could we implementa a keystroke for INLINECODE tags so we don't have to use the mouse? Something like Ctrl-K would work -- for [U]K[/U]ODE

Member Avatar for ~s.o.s~
0
101
Member Avatar for WaltP

[url=http://n.ethz.ch/student/mkos/pinguin.swf]flog the formal feathered free-styling floater[/url]

Member Avatar for 'Stein
0
112
Member Avatar for WaltP

If anyone has the time or inclination, I'd be interested to hear what others think of [url=http://www.openwatcom.org/ftp/]Open Watcom C++[/url]. Unlike DevC++ it's still under development so it may be a better compiler for those that can't/won't purchase one. I just downloaded it myself so it'll be a while before I …

Member Avatar for jbennet
0
140

The End.