Skip to main content

Bailey's done it again!

I was going to title this Craig's done it again but people may think it was Craig Boyd and not Craig Bailey - hence the title.

Craig Bailey's thoughts on life and Visual FoxPro: VFP: How to make Visual FoxPro cool

I'm going to jump right down to Idea #2 on "how to make it cool" because it's the only one that we can resolve right away.

Craig's point "revamp the interface" does NOT require Microsoft. WHAT????? It simply requires SednaX and then the work of some marketers who can convince Microsoft to include the "skin" into the core FoxPro environment. What do I mean?

Craig's points are entirely valid - the icons are ugly, the toolbars suck, etc. Well - hello!

I have been a long proponent of the Component Gallery for a while and for good reason - if that was the initial screen users saw when they clicked "New", (instead of the current silly New dialog), it would be a very cool approach (granted, VS 2005's is still better but it was close)

The Task Pane was the Fox Team's real attempt at an improved UI - but no one ran with it. Where are all the cool Task Panes? No one built them. Sure there's task Pane Central but the last update was done in June 2005.

So a few ideas here:
1. Rebuild the core menu structure to use the new dbi ActiveX menus or even the Native CommandBars library. Uh, that's easily done but then we would lose the MENU hit stuff. Maybe just a real cool toolbar is needed.

2. Craig - share your VF.Net icon! Then again, why call it VF.net?
Update: I originally was thinking Database Studio but then figured the SQL folks would get upset - but why not? Database Application Designer. VDad - kind of appropriate when you consider that the VFP folks are really helping the Visual Studio database tools come of age. (g&drvvvf!)

3. Include FoxTabs (renamed ) in the Sedna Box.

4. Create task panes for Project managers (uh, isn't that Solution Explorer? ) as well as other tools so it removes the older interface approach. This can be done with the MENUHIT, etc cool stuff that Doug has talked about before.

5. Incorporate the WIX installer as a quick Setup Wizard (yikes - did I say Setup Wizard? Yes - but it could be done so cooly. I 've been playing with WIX and I'm sure Rick Borup has some VERY cool tools on this)

Hey - here's a better idea. Let's set aside some time and come up with what's required for a REAL cool interface for VFP.

I've started a thread on Sednax on this but the gist is this:

Everyone take a screen shot of their VFP IDE in its most "coolness" and email it to foxshow@gmail.com - I'll put together a poll and a tour of each one so we can discuss them. (I say to email them because I don't know if they can be easily shared here)

Comments

Carlos Alloatti said…
I have done my small part for interface coolness, check:

ctl32_statusbar for Visual FoxPro
Anonymous said…
I would like to echo support for Carlos Alloatti's ctl32_statusbar for VFP - AWESOME!

Another highly recommended product:

Alex Grigorjev's CommandBars
http://www.arg.kirov.ru

CommandBars provides a VS 2005 compatible menu and toolbar - GORGEOUS!

What's missing from the picture?

1. MS OneNote like gradient tab controls

2. Real dockable panes (current VFP 9 implementation of dockable windows is only a half-way implementation)

Malcolm Greene
Brooks-Durham

Popular posts from this blog

Blogs and RSS come to Microsoft.com

MS has just introduced their portal and it's pretty comprehensive. Nothing quite like learning that some people use AIM instead of MSN messenger, or that there really may be a need for supporting 4 monitors ( Cyrus Complains ) However, it's really a great sign that MS is serious about supporting the blogging community which seems to have um, exploded in size in the past year. Blogs and RSS come to Microsoft.com

Elevating Project Specifications with Three Insightful ChatGPT Prompts

For developers and testers, ChatGPT, the freely accessible tool from OpenAI, is game-changing. If you want to learn a new programming language, ask for samples or have it convert your existing code. This can be done in Visual Studio Code (using GitHub CoPilot) or directly in the ChatGPT app or web site.  If you’re a tester, ChatGPT can write a test spec or actual test code (if you use Jest or Cypress) based on existing code, copied and pasted into the input area. But ChatGPT can be of huge value for analysts (whether system or business) who need to validate their needs. There’s often a disconnect between developers and analysts. Analysts complain that developers don’t build what they asked for or ask too many questions. Developers complain that analysts haven’t thought of obvious things. In these situations, ChatGPT can be a great intermediary. At its worst, it forces you to think about and then discount obvious issues. At best, it clarifies the needs into documented requirements. ...

Programmers vs. Developers vs. Architects

I received an email this morning from Brandon Savage 's newsletter. Brandon's a PHP guru (works at Mozilla) but his newsletter and books have some great overall perspectives for developers of all languages. However, this last one (What's the difference between developers and architects?) kind of rubs me the wrong way. Either that, or I've just missed the natural inflation of job descriptions. (maybe, it's like the change in terminology between Garbage man and Waste Engineer or Secretary and Office Administrator) So maybe it's just me - but I think there's still a big difference between Programmer, Developer and then of course, architect. The key thing here is that every role has a different perspective and every one of those perspectives has value. The original MSF create roles like Product Manager, Program Manager, Developer, Tester, etc - so every concept may pigeon hole people into different roles. But the statements Brandon makes are often distinction...