Sponsored Content
Special Forums UNIX and Linux Applications Is there freeware application like access or VB ? Post 302153507 by umen on Tuesday 25th of December 2007 01:55:18 AM
Old 12-25-2007
Im looking for more simple then java

Some thing like script based and have GUI elements
That is very fast to develop
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

access windows titles of a X11 application

Hi, Do you think there a way to get the windows titles of an X11 application with multiple windows on AIX? I have only the application's process id, but I can use shell and C++ programming. I am looking for a hint/links to explore. Thanks! (0 Replies)
Discussion started by: lolal500
0 Replies

2. Solaris

freeware needed

Is there any freeware or shareware which can execute .exe files in solaris 10 if it is please give the link (4 Replies)
Discussion started by: tiwsaj
4 Replies

3. Programming

C++ application: how to access AIX process and cpu information?

Hi, may be this is an AIX noob question: my current C++ application runs on Linux and is quite memory consuming. Therefore, the application writes a logfile after it has finished containing memory information, CPU information, information on the running other processes besides my application... (0 Replies)
Discussion started by: DarthVader77
0 Replies

4. Windows & DOS: Issues & Discussions

Is freeware safe?

Hi there, I am posting this from my desktop (XP Home Edition) which has Norton I.S 2009 which will soon expire. I also have a laptop I was given which runs on vista home premium (recent clean install) which I have not yet used. I have a LinkSys wireless-N ADSL2+ Gateway router and I was... (3 Replies)
Discussion started by: Sebastian2
3 Replies

5. Shell Programming and Scripting

To access UNIX server from Tk application running on Windows

Hi, I am new to this forum and this is my first post. I want to know that if I make an application in Tk (version of Tcl to create GUI) in windows and want to run to UNIX server, is it possible ? In other words, can I access a UNIX server through a Tk application running on windows ? ... (1 Reply)
Discussion started by: ratneshnagori
1 Replies

6. Red Hat

Giving access to non root users to run application

Hi All, I have created an RPM installer and installed it via ROOT user & which works fine on Red Hat. But the problem oocurs when a non root users try to run that application (from their account), it never got executed (being it has the execute permission i.e. chmod a+x somefile.sh). I want... (6 Replies)
Discussion started by: jw_amp
6 Replies

7. Web Development

Deny access from all users, except PHP application installed in same domain

Hi to all, Please, some help over here. IŽll try to be as much clear I can. In summary my problem is: I have a PHP application installed in a folder of my domain that reads CSV.txt files from another folder in my domain and I need to restrict direct access to see and download these CSV.txt... (0 Replies)
Discussion started by: cgkmal
0 Replies

8. Solaris

Remote Access to Application

Hi All, I have an application which I wanted to install on one solaris server instead of installing it on 6 solaris servers and then users should be able to access this application via one of those 6 servers. I think NFS is one of the option. Is there any other way we can invoke this application... (6 Replies)
Discussion started by: sam101
6 Replies

9. Solaris

How to give sudo access to the personal id's to that of application id in Solaris 10?

Hi, I am using solaris 10. Requirement is I need to give sudo access to the normal id's to the application userid. Example:I have an personal id calle "rzynv5" on the solaris server.I have an application id called "gmdidp".Requirement here is when user logged in as rzynv5 next thing he... (4 Replies)
Discussion started by: muraliinfy04
4 Replies

10. IP Networking

Unable to access web application hosted in same network

All, I have various web applications hosted in a client network. These web apps are accessed through a Apache web server. We have deployed a new web application server and it is not serviced through the Apache web server. So i am unable to access this applications. But i am able to access... (3 Replies)
Discussion started by: vel4ever
3 Replies
resourceEditor(1)					       PythonCard Developers						 resourceEditor(1)

NAME
resourceEditor - Resource editor used as part of the PythonCard GUI framework SYNOPSIS
resourceEditor [file] [switches] DESCRIPTION
The resourceEditor is the most common starting point for constructing a PythonCard application. Using this tool, you can create, position, size, describe and connect not only your application's windows and all of the components they contain (buttons, fields, and other con- trols), but also its menus and supporting dialogs. A direct-manipulation interface enables you to create, drag, and size window components in the grand tradition of Integrated Development Environments (IDEs). The resourceEditor also incorporates a menu editor and a background editor for managing the non-component portions of your PythonCard application. Scripting is not integrated into the resourceEditor. Instead, you should use your favorite Python script editor to write the code that gives your application its intelligence and behavior (for instance, you could use codeEditor(1), also part of the PythonCard GUI frame- work). SWITCHES
Note that switches must come after any filename in order to be recognized. -p Show property editor -m Show message watcher -l Enable logging -s Show shell -m Show namespace -d Show debug menu NOTES
The resourceEditor utility also provides additional functionality that is not discussed in this manpage, because it is somewhat difficult to completely describe usage of a GUI program in a text-based manpage. For more detailed usage instructions or for more information on the PythonCard GUI framework in general, you should install the pythoncard-doc package and take a look at the various walk-throughs, tutorials and samples included with it. Once the pythoncard-doc package is installed, the documentation is installed to /usr/share/doc/pythoncard-doc, and is also available via Debian's doc-base infrastructure - find it in the Devel section using dwww(1), doc-central(1) or dhelp(1). If you would rather not install the pythoncard-doc package, you can find essentially the same information on the PythonCard website: http://pythoncard.sourceforge.net BUGS
Although it is considered to be stable, this is still development-level software. Please report bugs in this or any PythonCard component to the Debian Bug Tracking system using reportbug(1). AUTHOR
This manpage was written by Kenneth J. Pronovici <pronovic@debian.org>, for use by the Debian project. Content was based on previously- existing PythonCard documentation in other forms. SEE ALSO
codeEditor(1), findfiles(1), PythonCard GUI Framework August 2003 resourceEditor(1)
All times are GMT -4. The time now is 04:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy