Search found 93 matches

by Jellybean
Mon Jan 04, 2010 1:12 pm
Forum: General Discussion
Topic: Ellipses in menus
Replies: 12
Views: 3032

Re: Ellipses in menus


"Preferences" (this opens a dialog that can be cancelled, however, since the action is to show this dialog, and this happens right away when clicking the menu item, there should be no ellipsis . note: PB editor is wrong!)
I wouldn't agree with this last example. In this way you can say that "Open ...
by Jellybean
Sun Jan 03, 2010 10:52 pm
Forum: General Discussion
Topic: Ellipses in menus
Replies: 12
Views: 3032

Re: Ellipses in menus

I expect and use [" " + ]"..." at the end of menuitems that will open dialogs (that can be canceled).
No, this is WRONG.

Ellipsis are added to menu items when clicking the menu item does not complete the task, but rather will ask for additional input.

Examples:
"Open..." (does not complete right ...
by Jellybean
Sun Jan 03, 2010 10:27 pm
Forum: General Discussion
Topic: #True is only 1, not all True
Replies: 19
Views: 8735

Re: #True is only 1, not all True

#True is an API constant from windows.h, it doesn't have anything to do with PB's truth values.
by Jellybean
Tue Sep 27, 2005 3:22 pm
Forum: Coding Questions
Topic: Capturing mouse events
Replies: 7
Views: 1853

Let me have a guess: You're checking it inside an event loop using WaitWindowEvent()?
by Jellybean
Sat Sep 17, 2005 5:16 pm
Forum: Off Topic
Topic: Forum software without mySQL?
Replies: 12
Views: 2981

I just found out that I don't get an error if I don't have any newlines above <? session_start(); ?>. I didn't have any HTML in the first place.

Here is the error: Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C ...
by Jellybean
Sat Sep 17, 2005 4:34 pm
Forum: Off Topic
Topic: Forum software without mySQL?
Replies: 12
Views: 2981

Probably because I'm an idiot.

Actually, I can't understand sessions. A simple page containing <? session_start(); ?> gives an error with "headers already sent by something".
by Jellybean
Sat Sep 17, 2005 10:16 am
Forum: General Discussion
Topic: A thought on supporting 3D engines
Replies: 6
Views: 1917

What do I think? I usually don't.
by Jellybean
Fri Sep 16, 2005 7:20 pm
Forum: Off Topic
Topic: Forum software without mySQL?
Replies: 12
Views: 2981

Looks nice.
by Jellybean
Fri Sep 16, 2005 11:48 am
Forum: Off Topic
Topic: Forum software without mySQL?
Replies: 12
Views: 2981

I want a forum (bulletin board, message board, discussion group) written in php. It should use plain text files as "database". It needs to have basic features and an "edit post" feature. (That excludes Elite forum and Silentum boards.)

I would very happy if someone could recommend something like ...
by Jellybean
Fri Sep 16, 2005 11:43 am
Forum: Announcement
Topic: A basic grid control (major revision)
Replies: 26
Views: 8205

Fixed, but you might want to have a look at this if it's not intentional: When scrolling the text field out of view and then into view again using the scroll wheel it has lost focus.
by Jellybean
Thu Sep 15, 2005 9:08 pm
Forum: Coding Questions
Topic: The keybord accelerator for ButtonGadget
Replies: 6
Views: 2122

http://www.microkinetics.com/images/menubar.gif
See those Ctrl+N and Ctrl+O stuff? Those are keyboard shortcuts. You can, when the window has focus, press that key combination to invoke the corresponding menu command.

See those underlined letters (underlined N in New, etc...)? Those are the ...
by Jellybean
Thu Sep 15, 2005 7:24 pm
Forum: Announcement
Topic: A basic grid control (major revision)
Replies: 26
Views: 8205

Reproduced text field drawing problems when scolling with scrollwheel.
by Jellybean
Thu Sep 15, 2005 5:59 pm
Forum: Coding Questions
Topic: The keybord accelerator for ButtonGadget
Replies: 6
Views: 2122

Accellerators and shortcuts are two different things.
by Jellybean
Thu Sep 15, 2005 4:25 pm
Forum: Off Topic
Topic: Forum software without mySQL?
Replies: 12
Views: 2981

Forum software without mySQL?

Does anyone know a forum software in php that does not require a database?
by Jellybean
Thu Sep 15, 2005 1:52 pm
Forum: Coding Questions
Topic: Browser plugin
Replies: 0
Views: 971

Browser plugin

How can I make a browser plugin for certain content? Is there any way of making one plugin for both Netscape plugin browser and Internet Explorer or do I have to make one Netscape version and one ActiveX version?

Edit: Is there any reason to make a Mozilla plugin? Doesn't Mozilla support Netscape ...