Welcome to Foxite.COM Community Weblog
Sign in
|
Join
|
Help
Emerson Santon Reed
This Blog
About
Email
Sep
October 2008
Nov
S
M
T
W
T
F
S
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
Syndication
RSS 2.0
Atom 1.0
Search
Go
Archives
September 2008 (3)
May 2008 (1)
November 2007 (1)
September 2007 (1)
June 2007 (1)
May 2007 (1)
March 2007 (1)
January 2007 (1)
November 2006 (1)
October 2006 (2)
September 2006 (1)
August 2006 (1)
July 2006 (1)
January 2006 (1)
Navigation
Home
Blogs
Forum
Photos
Forum Archives
Post Categories
Visual FoxPro (16)
Visual FoxPro
Emerson Reed's Blog (BR)
Universal Thread
VFPX
Visual FoxPro
(RSS)
Valuable tips and tricks about Visual FoxPro.
Wednesday, September 10, 2008 1:06 PM
ZoomNavBar new feature
I've added a new feature to disable/enable buttons and stack buttons in ZoomNavBar. Now you can disable/enable a button passing a parameter in AddButton and AddStackButton methods (when button is created) or calling the new SetButtonState and SetStackButtonState
posted by
emersonreed
|
1 Comments
Filed Under:
Visual FoxPro
Wednesday, September 10, 2008 9:12 AM
New ThemedControls version (3.4.8)
Today I've posted a new ThemedControls version (3.4.8) at VFPX site. You can download it here. Recent changes: ThemedControls take care itself when to create a ThemesManager object; Help is available at VCX folder (ThemedControlsHelp.htm). ThemesManager-
posted by
emersonreed
|
16 Comments
Filed Under:
Visual FoxPro
Thursday, September 04, 2008 4:09 PM
A simple guide on how to use ThemedControls - Part 1
Add the following files to your project: Text files from Other tab in Project ManagerCtl32.h (mark it as "Excluded" from your project)ThemedControls.h (mark it as "Excluded" from your project)Themes.xml (mark it as "Excluded" from your project)*** Don't
posted by
emersonreed
|
4 Comments
Filed Under:
Visual FoxPro
Friday, May 30, 2008 9:22 PM
A new control is on the way... [Updated]
Here are some screenshots from ThemedExplorerBar, the new ThemedControls member. Currently the control is working like a charm but I'm trying to make it more easy to configure. It will be available soon. Stay tuned! VFP rocks!
posted by
emersonreed
|
6 Comments
Filed Under:
Visual FoxPro
Friday, November 23, 2007 1:39 PM
C5 error in a grid with user defined column and header members
Some days ago, while developing a new application, I get a C5 error in VFP 9 SP 2 that crashes my application. Making some tests I found that the error occurs when I use a command in a menu item to run a form with a grid with user defined column and
posted by
emersonreed
|
1 Comments
Filed Under:
Visual FoxPro
Monday, September 17, 2007 12:35 AM
A new project is on the way...
Currently, I'm working on a new project named ThemedControls. This project includes new versions of OutlookNavBar (old Outlook2003Bar) and ZoomNavBar controls. For now, I've made a short video (there's a link to download the zipped file at the bottom
posted by
emersonreed
|
3 Comments
Filed Under:
Visual FoxPro
Attachment(s):
ThemedControls.zip
Friday, June 22, 2007 12:50 PM
Here comes a new control... ZoomNavBar!
A long time ago I saw a very cool control (I don't remember where) that "zoom" the image button when it receives the focus. So I think... I could do something like this in VFP! After some days working at my lunch time in this project, I finally
posted by
emersonreed
|
16 Comments
Filed Under:
Visual FoxPro
Attachment(s):
ZoomNavBar_100.zip
Monday, May 07, 2007 7:25 PM
OutlookNavBar control preview (Attached file updated)
Like I said in some VFP forums, I'm working on a new control named OutlookNavBar (download the project clicking in the link at the end of this post). This new control basically do the same that Outlook2003Bar does, but not use GDI+
posted by
emersonreed
|
21 Comments
Filed Under:
Visual FoxPro
Attachment(s):
OutlookNavBar_NewPreview.zip
Tuesday, March 13, 2007 4:14 PM
Outlook2003Bar Version 1.0.2, a VFPX project
I've posted a new Outlook2003Bar version at VFPX.Download here. This version has a bug fix with Citrix environment. Read the help file in Outlook2003Bar\VCX folder to know how to use the control.Please, feel free to make comments, send suggestions or
posted by
emersonreed
|
3 Comments
Filed Under:
Visual FoxPro
Wednesday, November 01, 2006 6:43 PM
SplitterBar class
I've developed a SplitterBar class and would like to receive some feedback about them. Features:- Anchor- Collapse/expand "panels" Download the post attachment file below and unzip them.Open the project and run Form1, Form2 and Form3 samples.Try
posted by
emersonreed
|
4 Comments
Filed Under:
Visual FoxPro
Attachment(s):
SplitterBar.zip
Thursday, October 26, 2006 4:46 PM
Outlook2003Bar Version 1.0.1, a VFPX project
I've posted a new Outlook2003Bar version at VFPX.Download here. This version has minor bug fixes and some help updates. Read the help file in Outlook2003Bar\VCX folder to know how to use the control.Please, feel free to make comments, send suggestions
posted by
emersonreed
|
0 Comments
Filed Under:
Visual FoxPro
Thursday, October 05, 2006 6:59 PM
Outlook2003Bar control is part of VFPX now!
As everybody can see in my previous posts, from July I start to develop a control (entirely written in VFP) with the same look and feel of the Microsoft Outlook 2003 shortcut bar. After some days developing, I've posted a beta version
posted by
emersonreed
|
2 Comments
Filed Under:
Visual FoxPro
Wednesday, September 13, 2006 8:23 PM
A sample on how to add features to Report Listener
VFP 9 introduces a new reporting system based on listeners (object-assisted output). Listeners can be customized in a variety of ways and there's a lot of amazing things you can do with it. If you combine the power of GDI+ with customized
posted by
emersonreed
|
4 Comments
Filed Under:
Visual FoxPro
Monday, August 21, 2006 5:11 PM
Outlook2003Bar New Version 1.0.0
In the last days, I worked on a new version of the Outlook2003Bar control, making some adjusts and adding new features.The look has minor changes... New features: 1) Now you don't need to add the buttons manually! The only thing
posted by
emersonreed
|
10 Comments
Filed Under:
Visual FoxPro
Attachment(s):
Outlook2003Bar_1-0-0.zip
Tuesday, July 25, 2006 5:04 PM
Outlook2003Bar control
Here is the beta version of my Outlook2003Bar control (that has the same look and features found in Microsoft Outlook 2003 left bar), entirely written in VFP 9. If you have any suggestion or wants to report a bug, contact me. As
posted by
emersonreed
|
9 Comments
Filed Under:
Visual FoxPro
Attachment(s):
Outlook2003Bar.zip
More Posts
Next page »