Hi I want to create Menu inside Application. Means I want my application should be visible in Application. To achieve this in linux we have to create a menu file. so how to achieve the same in solaris10
Thanks
Sunil Kumar Sahoo
This is more desktop environment related than Linux or Solaris.
Solaris 10 is using /usr/share/gnome/default.session when the user choose JDS as its desktop. I'm unsure about what might be used with CDE.
OpenSolaris uses the same method as you know with Gnu/Linux. Just drop the menu file in /etc/xdg/autostart.
Hi I worked in Solaris 10. But still now facing problem to create .dekstop file. I think the below link may help you. I can not see the icon of my desktop file. Also please read how firefox have implemented for solaris10
http://kb.flexerasoftware.com/selfservice/viewContent.do?externalID=Q112298
Thanks
Deepak
Related
I'm trying to open word documents and get greeted with this now. Any idea what it can be? Restarting my pc did not help! it is a surface book 2
If you have a paid version of MS Office, try to remove it through the control panel, and delete all related files with it. After that, use a clean installation and use your key again in order to have your MS Office package working again.
If this not work for you, respond here and we will find another solution.
For the life of me, I cannot figure this out. All the installer seems to let me do is choose between my two hard drives, and there is no option to select a directory on the hard drive.
I have seen the similar question here, but this doesn't help me: Install Xcode 4 and keep Xcode 3?
I just don't see a dropdown or option of any kind to change the installation directory.
Any help?
Check this post out. U can see here how to change the directory.. Hope it helps.
Install Multiple xcodes
I'm running ubuntu11.04, and python3 with tkinter. I've yet to check on a windows config, but whenever I have a mainloop() running and a root window open with tkinter, I can't highlight text in text edit/ gui manager stuff. It doesn't leave me helpless, but copy/paste is a fairly integral part of my efficiency when navigating and coding. Has anyone else experienced this? Anyone know a fix?
-Cheers,
Chris
This sounds like a bug in whatever window manager you are using and/or in that specific version of ubuntu. This is a problem that hasn't been reported on any other platform, or on any other versions of linux.
Is it possible to save a form in VBA as .exe file and then run it.
No, not natively.
There are some ways to emulate an EXE:
Excel: 3rd party tool that claims to be able to compile an workbook to an EXE: DoneEx XCell Compiler. You can also create an automatic marco, Auto_Open, to run when the workbook is opened.
Access: Microsoft used to have a way of delivering an Access database as an executable (the name of the tool escapes me) so you could deploy your database to desktops that didn't have Access installed, but I don't think they offer this anymore. You could convert you MDB to an MDE and set the startup properties to hide the database window and menus and such to emulate an EXE, but your users will need to have Access installed.
Word: You can pass the /m switch to Word on startup with the name of a macro to run.
I think there is at least 2 way
move the code into visual basic 6 and compile it or use visual studio tool for office and see what you can do.
if these 2 solutions is a no no for you, then you are out of luck
No. VBA is an addon to applications to support "scripting" in the form of VB.
So unless your application supports a way to save the internal script as en external EXE, you are out of luck.
I think DoneEx still needs Excel installed, it just bootstraps something to the xls file, or bootstraps that to something and wraps it up as an exe???/..
as I think this does.
http://cpap.com.br/orlando/XLtoExeMore.asp
But at least the second one if free!
I have not tested on PC's with out office.
what is it you are trying to accomplish there may be a work around another way?
thanks
Ross
Is there an FTP browser hiding away in NetBeans 6.1? The help manual doesn't even suggest FTP exists.
All I've been able to find so far is a tree viewer in the Services panel (no edit controls) and the ability to upload projects, folders and specific files from the Projects/Files views. Is there anywhere to delete or rename or will I have to keep switching back to my browser?
I can see from the previews that there's a nice FTP controller in 6.5 but I'm not desperate enough to completely convert to a beta (yet).
It looks like something was recently added to netbeans for php...
http://blogs.oracle.com/netbeansphp/entry/ftp_support_added
don't know if you can make use of that...
You can try the Plugin FTP Site Deployer. This is free and open source plugin for Netbeans, it's add a contextual menu with the voice "upload to FTP". Is still in development but it is working:
You can find some other information here:
http://www.askweb.it/wordpress/?p=136
And download source and nmb from sourceforge
https://sourceforge.net/projects/ftpsitedeployer/
The remotefs addin works for 6.5:
remotefs
(source: netbeans.org)