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 your group to be featured on the Yahoo! Groups website? 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 2456 - 2485 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2456
if i have a tooltip that appears, sits around for a while, and then times out, i can't get that tooltip to reappear. if i move the mouse away so that the...
jack_horsfield
Offline Send Email
Oct 1, 2004
7:23 am
2457
i can't get 'HTMLHelp TEXT' or 'HTMLHelp CONTEXT' to work. it's a while since i've used these, possibly not since i upgraded to XP. could it be that XP is the...
jack_horsfield
Offline Send Email
Oct 1, 2004
10:22 am
2458
The XP is problem box, isn't it? ... Valery PS Win95 uses very reduced resources and can support any new tools....
valery_vi
Offline Send Email
Oct 1, 2004
10:59 am
2459
... I don't remember now if i'd tried it on 98, but on my XP it seems that the tooltip window must be specifically opened and brought to the front. I fixed it...
ETI
gui4cli
Offline Send Email
Oct 2, 2004
5:08 pm
2460
thanks jack they have taken their eyes off the ball and are not seeing the wider issues ... From: ETI [mailto:dck.at.hol.gr@...] Sent:...
ygw2@...
jack_horsfield
Offline Send Email
Oct 2, 2004
8:10 pm
2461
Is it possible to run Gui4Cli Gui's in a Dos environment like the open source Freedos operating system?...
Adam
killjoy23_2000
Offline Send Email
Oct 3, 2004
2:13 am
2462
Uploaded Gui4Cli beta version 17h at: http://users.hol.gr/~dck/g4c/beta/index.htm Best regards Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Oct 3, 2004
2:14 pm
2463
... I have no experience with FreeDos but a dos environment means no graphics, no windows, so probably no. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Oct 3, 2004
2:20 pm
2464
... There are many projects that add graphical interfaces to the FreeDos operating system eg: desktops and graphical programs. The SEAL project is one of the...
Adam
killjoy23_2000
Offline Send Email
Oct 3, 2004
4:02 pm
2465
i can get HTMLhelp TEXT to work ok now, thanks i can't get HTMLhelp CONTEXT to work. there are no errors. do you need to apply the same fix there? jack ...
jack_horsfield
Offline Send Email
Oct 3, 2004
7:01 pm
2466
... WinAttr Backgound COLOR 199/190/170 how do i set the icons transparent ? currently they have a white background. thanks pi runscript.com...
don pi
galactoboy
Offline Send Email
Oct 3, 2004
7:06 pm
2467
... Since Gui4Cli an interface maker it calls many windows API functions, which I suppose would not be available in freedos since they are contained in various...
ETI
gui4cli
Offline Send Email
Oct 4, 2004
4:58 pm
2468
... The G4C icon list is transparent. I added ALLGRAY to the window styles and it's background became gray.. Dimitris...
ETI
gui4cli
Offline Send Email
Oct 4, 2004
5:08 pm
2469
I'm trying to get the wordwrap to work but it won't work ? can you tell me what I have wrong ? G4C TUT_EDITBOX //...
candleman46
Offline Send Email
Oct 5, 2004
5:56 am
2470
Hi. ... This cannot work. Either use a Sci.xSci or the appropiate command for the edbox. For the edbox you should be able to use: SetAttr #this edbox style...
mockey_a
Offline Send Email
Oct 5, 2004
8:03 am
2471
Hi Dimitris. ... As always: thanks a lot for adding nice features: - $$tv.iexpand and $$tv.lclick work very nice now Would it be possible to also add these...
mockey_a
Offline Send Email
Oct 5, 2004
8:40 am
2472
why does: xOnMouse ENTER id1 run $qm $ja work and the following not ? xOnWheelDown id1 run $qm $ja thanks pi...
don pi
galactoboy
Offline Send Email
Oct 5, 2004
6:42 pm
2473
... the hidden listview is the data collector ? 2 columns, n rows fetch g4c variable name | value ... currently i do bidirectional commandline communication ...
don pi
galactoboy
Offline Send Email
Oct 5, 2004
7:07 pm
2474
Well I'm still trying but still can't get this to work with what you said . maybe you can see what I have wrong ? G4C TUT_EDITBOX //...
candleman46
Offline Send Email
Oct 6, 2004
1:39 am
2475
Hi. ... wrote: The commands should be something like this: xToolbar HIST/0/L 0/1/2/3/4 attr style bottom attr TOOL '0/Title/button 0/Routine/wrap' attr TOOL...
mockey_a
Offline Send Email
Oct 6, 2004
10:04 am
2476
Hi Dimitris, Thank you. New option of tv command works fine. Now I can add new example into DOC: 3. Enumerate all treeview items ...
valery_vi
Offline Send Email
Oct 6, 2004
11:12 am
2477
Ok thank you for the help . I'll give that a try ....
candleman46
Offline Send Email
Oct 6, 2004
8:05 pm
2478
Hi Dimitris, New event xOnMouse is very great and would be useful to implement the CSS-like behaviour for Gui4Cli interface in future. Just one problem exists....
valery_vi
Offline Send Email
Oct 7, 2004
7:58 am
2479
Hi. ... This is just an error message that appears whenever an event that has another event like xOnMouse attached is changed with setAttr. Happens also for...
mockey_a
Offline Send Email
Oct 7, 2004
9:52 am
2480
... I don't understand. Explain more what you want to do in general - a short outline. There may be easier ways. I think you had asked about dynamically...
ETI
gui4cli
Offline Send Email
Oct 7, 2004
1:26 pm
2481
... ok. my idea: i want to use g4c for gui and qm for shell scripting to build my own workspaces. i don't like the idea of static taskbars, on my 1600*1200...
don pi
galactoboy
Offline Send Email
Oct 7, 2004
5:42 pm
2482
can i change the mouse cursor on xOnMouse ENTER ? i would like to assign the 'drag mouse' cursor to my 'drag gui' area. thanks pi...
don pi
galactoboy
Offline Send Email
Oct 7, 2004
6:25 pm
2483
please tell me how to make many independent SciEd editors with highlight switch by extension on load. i want to overlay the dreamweaver code view window with a...
don pi
galactoboy
Offline Send Email
Oct 7, 2004
9:55 pm
2484
... has ... Happens ... You understood my message truly... ... Valery...
valery_vi
Offline Send Email
Oct 8, 2004
7:40 am
2485
Hi. ... Glad to hear this... :=) But you won't get the error message if you don't use SetAttr in xOnMouse... best regards, Mockey...
mockey_a
Offline Send Email
Oct 8, 2004
8:50 am
Messages 2456 - 2485 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