Search the web
Sign In
New User? Sign Up
gui4cli · Open Source script language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5234 - 5267 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5234
Listing the clipboard ===================== Hello All, I was looking for a way to list the files of a multi file selection so I can later process the files....
flicknemo
Offline Send Email
Jun 3, 2009
7:19 pm
5235
Autosave your SciEd files ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Here is a simple way of adding a timed autosave to SciEd editor. R-Drag SciEd.gui and choose 'Copy' or...
flicknemo
Offline Send Email
Jun 3, 2009
9:29 pm
5236
windowless guis arguments ~~~~~~~~~~~~~~~~~~~~~~~~~~ Hello Everybody, I made the following test to clarify the usage of command line args in the shell. This...
flicknemo
Offline Send Email
Jun 5, 2009
12:40 pm
5237
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the gui4cli group. File :...
gui4cli@yahoogroups.com
Send Email
Jun 5, 2009
12:44 pm
5238
Hi Flicknemo, Some comments on your testgui 'args' Argument arg0 is nowhere used in the test gui and can be safely omitted from the xonload event. Since the...
Fer Stoopman
fmstoopman
Offline Send Email
Jun 5, 2009
3:00 pm
5239
Hi Fer, Thanks for this extended code. I am sure you are busy. ... I was aware of this but part of my test was to demonstrate the scope of these in case any...
flicknemo
Offline Send Email
Jun 6, 2009
11:35 am
5240
Hi, Does someone has any experience with Gui4Cli on a 64-bit operating system like XP or Vista? Thanks for any reply, Chris...
chris.kevany
Offline Send Email
Jun 7, 2009
7:46 am
5241
Hi Chris, I have no experience at all from 64 bit systems, but afaik, when they see a program is 32 bit they just run it as 32 bit, so there should be no...
Dimitris Keletsekis
gui4cli
Offline Send Email
Jun 8, 2009
7:40 am
5242
... Hi Dimitris, I aready expected that but there was a complaint from a 64-bit Vista user. But since my Gui4Cli app controls other apps it's hard to tell what...
chris.kevany
Offline Send Email
Jun 8, 2009
11:35 am
5243
... It doesn't, not the VC6 version I'm using (afaik). I'm not sure how much work would be involved in converting it to 64 bit. 99% of the code would probably...
Dimitris Keletsekis
gui4cli
Offline Send Email
Jun 9, 2009
12:28 pm
5244
... I undestand! And even if the compiler would allow to compile 64-bit code on a 32-bit system, there's no way to test it. I came to the idea because the...
chris.kevany
Offline Send Email
Jun 9, 2009
12:59 pm
5245
i've uploaded a g4c.pyd for python 2.6. see the DLLs section in the Files part of the group. the upload includes all source files. jack...
jack
jack_horsfield
Offline Send Email
Jun 17, 2009
10:55 am
5246
Hi Dimitris In Vista the directory treeview shows many localized names (in contrary to a directory listview) but the returned variable shows the correct...
Fer Stoopman
fmstoopman
Offline Send Email
Jul 30, 2009
10:01 am
5247
Hi Fer, I don't quite understand the question (I haven't built a gui for it yet), but I think it has to do with the fact that TVs don't show hidden (system)...
Dimitris Keletsekis
gui4cli
Offline Send Email
Aug 1, 2009
8:59 am
5248
... Hi Dimitris, Vista uses localized names for all user folders and underlying folders including documents, music, pictures, favorites, etc etc. In XP there...
Fer Stoopman
fmstoopman
Offline Send Email
Aug 1, 2009
12:07 pm
5250
Hi Dimitris, My Gui4Cli app controls a command line app and on user request I added the option to set process priority for that cli. I only added one step...
chris.kevany
Offline Send Email
Aug 23, 2009
11:56 am
5251
Hi Chris, You should be able to use the SYSDLL command to call system functions to get the handle and/or set the priority directly. Best regards Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Aug 24, 2009
5:58 am
5252
Hi Dimitris, Didn't thought of that :-) I'll give it a try. Have to get the handle by filename, I guess? Thanks, Chris...
chris.kevany
Offline Send Email
Aug 24, 2009
12:17 pm
5253
... Normally yes, but to refer to the gui4cli process itself you can also give NULL; See GetModuleHandle() and SetThreadPriority() I should thiink you can also...
Dimitris Keletsekis
gui4cli
Offline Send Email
Aug 24, 2009
1:02 pm
5254
You could get it's name by it's process ID also, I believe - but that's just something I know nothing of, but makes sense....
Tyler Belfiore
undockedwindy
Offline Send Email
Aug 24, 2009
7:00 pm
5255
Hi Dimitris, I can get the module handle by name. Tried it both with "Gui4Cli.exe" running scripts and with my app name as a "compiled" Gui4Cli executable. But...
chris.kevany
Offline Send Email
Aug 25, 2009
6:54 pm
5256
This is going to sound absolutely stupid but I had no idea you could program using this program, I thought it was to just make the GUI, then import into ...
Tyler Belfiore
undockedwindy
Offline Send Email
Aug 25, 2009
8:53 pm
5260
Hi Tyler, I advice to install the basic version 19. This installs the Gui4Cli work environment. Then upgrade with "G4C_1930_FULL.zip" package from the files ...
chris.kevany
Offline Send Email
Aug 26, 2009
7:21 am
5261
I work a lot with WMI, as it really fascinates me - is there anyway to implement some of WMI and be able to possibly export as .txt? BTW, I'm Undocked Windy of...
Tyler Belfiore
undockedwindy
Offline Send Email
Aug 26, 2009
8:12 am
5262
... I know nothing about WMI but there is some support for SQL. Probably there are others that can answer your question. You can write a generator for whatever...
chris.kevany
Offline Send Email
Aug 26, 2009
9:43 am
5263
Hi Chris Yes, I think you have to use SetPriorityClass() with processes. Read up on it - there's a lot of info there. Best regards Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Aug 26, 2009
6:16 pm
5264
Hi Dimitris, Even with SetPriorityClass(), I couldn't get it to work but I'm running it from a dll and that is a child process from Gui4Cli. Perhaps there lies...
chris.kevany
Offline Send Email
Sep 5, 2009
1:37 pm
5265
Does anyone know how to grab the current volume level via MCI? I'm trying to add VU meters (only for appearance really so they don't need to be accurate or...
r1pp3r_on_y4h00
Offline Send Email
Sep 15, 2009
8:50 pm
5266
Hi Graham, MCI always returns 1000 as volume unless you've set it differently using setaudio... So, is it really volume you want to show or should it be signal...
fmstoopman
Offline Send Email
Sep 16, 2009
7:59 pm
5267
Hi Fer, Thanks for the advice. Yes, it's signal level (volume level) that I'm trying to get. I did suspect that those mci strings I tried were really for...
Graham
r1pp3r_on_y4h00
Offline Send Email
Sep 17, 2009
10:17 pm
Messages 5234 - 5267 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help