Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Missing Icons on Navigation Toolbar - Continued 1

Status
Not open for further replies.

WayneBecker

Programmer
Nov 29, 2000
20
CA
When I build my form the 10 part "navigation toolbar" is complete with all the Icons in each box of the Toolbar.

When I compile, build an executable, build a distribution CD then install the application on another machine with the same screen resolution, 800x600, many of the icons in the toolbar are missing. When you run the mouse over the boxes in the toolbar the dropdown identifies the correct function to execute. That is "Go to Bottom", "Go To Top", "Save", "Edit" etc., but the arrows or other icons are missing from the toolbar. Some do show up as they should but six of the ten icons are missing from the "Navigation Toolbar".

What do I need to do to ensure that the icons are available for the user to see and use?

Any help would be again appreciated.

Thanks.......................Wayne

 
Wayne: I think you have to bring the icon container "to the front" maybe?
 
WayneBecker

Check to see if some of the icons you are using in the navigation toolbar are not reported as being in the "Visual FoxPro" directory, which would obviously not exist on the users' computer. I would suggest you revised the paths of the icons you are using, copy all the icons "within" the application and include the in the project, to be compiled in the exe. Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first
 
Thanks for the replys.

The navication toolbar I am using is under "wizbtns" which is included in my project under the "Classes" Tab. When I expand "wizbtns" the class "picbtns" is found which is the toolbar I am having the trouble with.

I dont know if this answers your questions or not about whether the toolbar is included in my project.

Thanks......................Wayne
 
WayneBecker

The navication toolbar I am using is under "wizbtns" which is included in my project under the "Classes" Tab. When I expand "wizbtns" the class "picbtns" is found which is the toolbar I am having the trouble with.

That is the one that usually gives trouble. I would copy the wzbtns class in to your app's directory, and use it as your own class and reset the paths to the pictures (You may also want to copy the bitmaps into your app's directory)
Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top