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...
Show off your group to the world. Share a photo of your group with us.

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 4071 - 4106 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4071
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 : /Msg.gui ...
gui4cli@yahoogroups.com
Send Email
Jul 8, 2007
2:10 pm
4072
Yahoo! Groups-Cool biker boys looking for riding parnter! Check them here: http://hotbikerguy856344557.googlepages.com/coolbikers.htm...
motorgggggggggrider
motorggggggg...
Offline Send Email
Jul 9, 2007
3:42 am
4073
Hi all, In a continuing effort to make gui's as small as possible without losing functionality I converted the gui 'System Colors.gui' in the Util directory ...
Fer Stoopman
fmstoopman
Offline Send Email
Jul 9, 2007
11:38 am
4074
Hi All! Sorry, English is not my language. I try to compile sample DLL for gui4cli //******************************* #include <windows.h> char DLL_COMMANDS []...
ahatla
Offline Send Email
Jul 9, 2007
12:35 pm
4075
... No problem :) I think the problem is that you do not export the DLL_Init() and SIMPLE() functions. To do this you must include a .DEF file in your project...
Dimitris Keletsekis
gui4cli
Offline Send Email
Jul 10, 2007
2:48 pm
4076
Dear all Gui4Cli has some mathematical functions such as Cos, Tan and Sin. Is there a way that I can calculate ArcTan (ATan)? In one of my programs I need the...
marianne976
Offline Send Email
Jul 10, 2007
5:20 pm
4077
... Greetings! I use the Python programming language for my complex calculations: http://www.python.org Then I can use any of the many available Python...
Richard
xytroxon
Offline Send Email
Jul 10, 2007
8:14 pm
4078
Thanks :) ... MinGW has two ways of compilation DLL: "__declspec(dllexport)" in definition of library function or options "--no-undefined ...
ahatla
Offline Send Email
Jul 10, 2007
11:20 pm
4079
... You can use python or ruby for now, as Richard said, but I'll also add an atan function - its pretty easy. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Jul 11, 2007
7:29 pm
4080
Hi, Anyone using C/C++ compiler for creating Gui4Cli dlls or whatever, that wants to add anything, please jump in.. -- Microsoft compilers I use MS Visual...
Dimitris Keletsekis
gui4cli
Offline Send Email
Jul 11, 2007
7:56 pm
4081
... I ... T- ... Hi Frans, If you don't want to learn another (script)language just for the sake of only one calculation you could consider downloading the...
Fer Stoopman
fmstoopman
Offline Send Email
Jul 11, 2007
9:40 pm
4082
I have used MinGW in the past... Maybe I can remember what I did :) Some other free compilers: Digital Mars C/C++ Compiler http://www.digitalmars.com/ Borland...
Richard
xytroxon
Offline Send Email
Jul 12, 2007
1:09 am
4084
Okay I got DMC to work :) Download and unzip DMC C/C++ compiler 8.49c from Digital Mars C/C++ into C:\DM directory. Only 3 megabytes in size! ...
Richard
xytroxon
Offline Send Email
Jul 12, 2007
10:19 pm
4085
... command ... Thank you all for the replies. As Fer said I do not want to spend hours on another language just for one function. Everything else I do in ...
marianne976
Offline Send Email
Jul 13, 2007
2:29 am
4086
Hi, ArcTan is the inverse of Tan so "tan(x) is the tangent" and "(1/tan(x)) is the arctan" from the Book of Maths Here send you a ArcTan.gui, is a gui that i...
Livio Nicoliello
livionicolie...
Offline Send Email
Jul 15, 2007
12:33 am
4087
... Book of Maths ... arctan Hi, Have you checked your calculator ??? You will see that 1/tan(x) is NOT the same as atan(x). atan is the inverse of tan alright...
Fer Stoopman
fmstoopman
Offline Send Email
Jul 15, 2007
9:24 am
4088
Hi, yes, please sorry I confuse thing all the time. x=tan(atan(x)) so x=atan(tan(x)) like you say is like y=Lx and e^y=x 0=L1 and e^0=1 ok I confuse with...
Livio Nicoliello
livionicolie...
Offline Send Email
Jul 15, 2007
8:09 pm
4089
... the ... Fer you are 100% correct. ArcTan(x) IS NOT 1/Tan(x). If you look on the Wiki you will se what I mean. Inverse in this case means that if one...
marianne976
Offline Send Email
Jul 15, 2007
11:07 pm
4090
Hi everyone, I tried to find an option to save all my markers, when saving a (large) script, but without result. Any ideas ? Thanks, Piet Praet...
pietpraet
Offline Send Email
Jul 17, 2007
7:01 am
4092
... (large) ... Hi Piet, From the number of reactions I must conclude that not much G4C users write their scripts using the SciEd editor. (like me) Anyhow, I...
Fer Stoopman
fmstoopman
Offline Send Email
Jul 19, 2007
9:06 am
4095
Hi Fer, since a few days I was able to pick up my G4C-project again, and though reasonably good documented, for me difficult to fully understand my own script...
pietpraet
Offline Send Email
Jul 19, 2007
7:03 pm
4098
I need to create MDI application, is there any support for creating MDI windows in gui4cli? xTab and child windows is not appropriate....
ahatla
Offline Send Email
Jul 23, 2007
5:45 am
4099
Hi everyone, in the helpfile there is the following example to take pieces out of a variable : indent = "$indent[0][-3]" For me such things work sometimes, but...
pietpraet
Offline Send Email
Jul 23, 2007
2:57 pm
4100
... Piet I also had a problem. The following seems to work OK. I do not know if this is what you mean: Indent = Program $Indent[-1] = m $Indent[-2] = am ...
marianne976
Offline Send Email
Jul 23, 2007
5:38 pm
4101
Hi Frans, yes, you're examples work good. As soon I use a "0", it doesn't work. For practical use in my script (with variables with always different lenghts,...
pietpraet
Offline Send Email
Jul 23, 2007
6:37 pm
4102
... There is no special MDI support, because g4c doesn't use MFC. You can easily program something similar though, using Winattr PARENT myMainWindow Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Jul 23, 2007
6:41 pm
4103
... Hi Piet, Your example cannot work because you start with position 0 '[0]' and want the 3 characters before the start position '[-3]' If you want the result...
Fer Stoopman
fmstoopman
Offline Send Email
Jul 23, 2007
7:10 pm
4104
... This should be $indent[-3][2] = ra...
Dimitris Keletsekis
gui4cli
Offline Send Email
Jul 23, 2007
7:31 pm
4105
Hi Piet According to me the last chatacter, working backwards, will allways be -1 irrespective of the length of the variable. The command work in a circle. The...
marianne976
Offline Send Email
Jul 23, 2007
7:32 pm
4106
Hi Fer, well, it's not MY example. If you go in the helpfile to chapter 'Background Information', then to item 'Variables', you find all the explanation ; at...
pietpraet
Offline Send Email
Jul 23, 2007
7:39 pm
Messages 4071 - 4106 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