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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 5221 - 5251 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5221
Hi Dimitris, It's quiet lately here at Gui4Cli. I hope you and all devoted Gui4Cli users here are doing well. I want to ask something about the drop attribute....
chris.kevany
Offline Send Email
Apr 23, 2009
2:47 am
5222
Hi Chris, I don't know what the problem is... I use OleInitialize() which I call one time, globally, when g4c is first loaded. Its complimented by...
Dimitris Keletsekis
gui4cli
Offline Send Email
Apr 24, 2009
6:41 pm
5223
Hi Chris, Thanks for your interest in our well being. Much obliged. Although I have not yet experienced the problems about drop functions as you described,...
Fer Stoopman
fmstoopman
Offline Send Email
Apr 24, 2009
7:24 pm
5224
... The dll function I use simply calls the "mciSendString" function, probably much like the one you build in. It's the whole chain that's called by this...
chris.kevany
Offline Send Email
Apr 25, 2009
4:54 pm
5225
... Hi Fer, As you can read in my reply to Dimitris' answer, there isn't much chance to get the whole drop system up again other the to reload the gui. I have...
chris.kevany
Offline Send Email
Apr 25, 2009
5:17 pm
5226
... Hi Chris, I've tried to find the localized name for the "reqfile DIR" window in the registry. No luck. Maybe someone else knows how to.. So for now it can...
Fer Stoopman
fmstoopman
Offline Send Email
Apr 25, 2009
7:59 pm
5227
... Thanks Fer, About the language; Dimitris posted a few links to msdn at the discontinued coolforums forum. These contained a lot of services to get Windows...
chris.kevany
Offline Send Email
Apr 26, 2009
12:27 am
5228
Hi Chris, There is another alternative for placing the dialog!! Make your own directory requester. Advantages: 1. make it as large as you want 2. place it...
Fer Stoopman
fmstoopman
Offline Send Email
Apr 27, 2009
11:02 am
5229
Dimitris Hope that all users are well. I however do have two questions that I need help with: 1. Msgbox - When I do not use the default title of the msgbox,...
marianne976
Offline Send Email
Apr 27, 2009
4:12 pm
5230
... Hi Fer, Great example! I was already thinking of making my own but this can be easily adapted to my needs. I'm currently make a study of the wait command. ...
chris.kevany
Offline Send Email
Apr 27, 2009
4:22 pm
5231
Hi Frans, ... I didn't know that - I'll have a look. ... Not for the moment... Maybe you can work around it by keeping a hidden listview to hold the items and...
Dimitris Keletsekis
gui4cli
Offline Send Email
Apr 28, 2009
5:41 pm
5232
Enumerate events in a script Hello Everybody, I was seeking a way of pinpointing a group of events/gadgets. You can paste this chunk of code into any G4C...
flicknemo
Offline Send Email
Apr 30, 2009
11:26 am
5233
xBuffer to Browser In SciEd editor, Help, G4C Tutorials ---> The window has Border buttons in the title bar -- T and ? -- Click the '?' and it launches a...
flicknemo
Offline Send Email
Apr 30, 2009
11:28 am
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
Online Now 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
Messages 5221 - 5251 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