f-script-talk Mailing List for F-Script (Page 4)
Brought to you by:
pmougin
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
(4) |
Apr
(1) |
May
(1) |
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(3) |
Feb
(1) |
Mar
(2) |
Apr
(8) |
May
(12) |
Jun
(3) |
Jul
(5) |
Aug
(4) |
Sep
(1) |
Oct
(1) |
Nov
(2) |
Dec
(4) |
2003 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
|
May
(14) |
Jun
(5) |
Jul
(1) |
Aug
(2) |
Sep
(4) |
Oct
(2) |
Nov
(2) |
Dec
|
2004 |
Jan
(3) |
Feb
(9) |
Mar
(1) |
Apr
(6) |
May
|
Jun
|
Jul
(3) |
Aug
(3) |
Sep
(11) |
Oct
(29) |
Nov
|
Dec
(3) |
2005 |
Jan
(8) |
Feb
(12) |
Mar
|
Apr
(1) |
May
(31) |
Jun
|
Jul
(7) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
(2) |
2006 |
Jan
(13) |
Feb
(1) |
Mar
(5) |
Apr
(3) |
May
(1) |
Jun
(13) |
Jul
(2) |
Aug
(22) |
Sep
(15) |
Oct
(1) |
Nov
(1) |
Dec
|
2007 |
Jan
(7) |
Feb
(3) |
Mar
(2) |
Apr
(5) |
May
|
Jun
(6) |
Jul
(2) |
Aug
(1) |
Sep
(2) |
Oct
(3) |
Nov
(12) |
Dec
(5) |
2008 |
Jan
(2) |
Feb
|
Mar
(2) |
Apr
(2) |
May
(4) |
Jun
(31) |
Jul
(9) |
Aug
(10) |
Sep
(3) |
Oct
(4) |
Nov
|
Dec
|
2009 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Kimon T. <ki...@ma...> - 2007-12-21 20:11:40
|
Hi, I seem to be having some issues using FScript & FSClass. I'm currently at version 1.3.5 & 2.1 respectively running under 10.5.1. When I executed the following example code: > Circle := FSClass newClass:'Circle'. > Circle addProperty:'radius'. I receive: error: an instance of Circle does not respond to "addProperty:" Indeed when browsing my Circle FSClass under the object browser, the FSClass instance selectors do not appear to be present. Does FSClass require FScript 2.0 or is there something else I might be missing? Thanks, Kimon |
From: Philippe M. <pm...@ac...> - 2007-11-19 16:31:22
|
Hi all, I've posted an early alpha of F-Script 2.0. http://www.fscript.org/download/FScriptSources-20071119.zip There is also a blog now: http://pmougin.wordpress.com Cheers, Philippe |
From: Jeff B. <hyp...@ma...> - 2007-11-16 23:09:09
|
On Nov 16, 2007, at 5:01 PM, Philippe Mougin wrote: > Thanks a lot Jeff! Now I think I see what the problem is. You are > using the "deployment" build configuration, right? Switch to the > "development" build configuration. It should work much better... Let > me know. ah, yes! the development build works fine. thanks. (I needed the framework as deployment to work with Andrew's command- line fscript, so happily that built.) -Jeff |
From: Philippe M. <pm...@ac...> - 2007-11-16 23:01:23
|
Thanks a lot Jeff! Now I think I see what the problem is. You are =20 using the "deployment" build configuration, right? Switch to the =20 "development" build configuration. It should work much better... Let =20 me know. I'll post a new version with a working deployment build configuration =20= soon. Phil Le 16 nov. 07 =E0 23:37, Jeff Biggus a =E9crit : > On Nov 16, 2007, at 2:48 PM, Philippe Mougin wrote: > >> Le 10 nov. 07 =E0 20:02, Timothy Reaves a =E9crit : >>> The build fails (for the framework) with six errors: >>> /Users/treaves/Downloads/FScript/FScriptFramework/ArrayRep.h:13: >>> error: syntax error before 'NSUInteger' >>> >>> The Why wouldn't it like NSUInteger? >>> W >> >> It works for me. >> Have you made any other modification to the build settings? > > > I got the same errors as Tim, but got it to work (thanks to Rainer's > help) by making sure that the "Cross-Develop Using Target SDK:" > setting in the info panel for the project was set to "Mac OS X 10.5" > in the "General" panel, and then *also* changing the "Mac OS X > Deployment Target" to "Mac OS X 10.5" in the "Build" panel of the > Target's info. (I still get 147 warnings about cString, ivar_list, > etc, but it builds -- and works with the fscript command line tool.) > > That said, I could only get the framework to build this way. I can't > get the F-Script target, with the two test programs, to build, even > with the above changes. > > -Jeff > = ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > F-Script-talk mailing list > F-S...@li... > https://lists.sourceforge.net/lists/listinfo/f-script-talk > |
From: Jeff B. <hyp...@ma...> - 2007-11-16 22:37:55
|
On Nov 16, 2007, at 2:48 PM, Philippe Mougin wrote: > Le 10 nov. 07 =E0 20:02, Timothy Reaves a =E9crit : >> The build fails (for the framework) with six errors: >> /Users/treaves/Downloads/FScript/FScriptFramework/ArrayRep.h:13: =20 >> error: syntax error before 'NSUInteger' >> >> The Why wouldn't it like NSUInteger? >> W > > It works for me. > Have you made any other modification to the build settings? I got the same errors as Tim, but got it to work (thanks to Rainer's =20 help) by making sure that the "Cross-Develop Using Target SDK:" =20 setting in the info panel for the project was set to "Mac OS X 10.5" =20 in the "General" panel, and then *also* changing the "Mac OS X =20 Deployment Target" to "Mac OS X 10.5" in the "Build" panel of the =20 Target's info. (I still get 147 warnings about cString, ivar_list, =20 etc, but it builds -- and works with the fscript command line tool.) That said, I could only get the framework to build this way. I can't =20 get the F-Script target, with the two test programs, to build, even =20 with the above changes. -Jeff= |
From: Philippe M. <pm...@ac...> - 2007-11-16 20:48:58
|
Le 10 nov. 07 =E0 20:02, Timothy Reaves a =E9crit : > On Nov 10, 2007, at 12:52 PM, Philippe Mougin wrote: >> Le 10 nov. 07 =E0 17:29, Timothy Reaves a =E9crit : >>> On Nov 10, 2007, at 5:06 AM, Philippe Mougin wrote: >>>> Le 9 nov. 07 =E0 21:17, Timothy Reaves a =E9crit : >>>> >>>>> Is there a version in the works that supports GC? I can't link =20= >>>>> with >>>>> my 10.5 GC enabled code. >>>> >>>> The next version will have GC support. You can download a pre-=20 >>>> release >>>> at http://www.fscript.org/download/tmp/FScript.zip >>>> >>>> Philippe Mougin >>> >>> That project still has no GC support; are you sure you that was the >>> correct one? >> >> Yes. Just change the "Objective-C Garbage Collection" build setting =20= >> to >> "supported" or "required". >> >> Philippe > > > The build fails (for the framework) with six errors: > /Users/treaves/Downloads/FScript/FScriptFramework/ArrayRep.h:13: =20 > error: syntax error before 'NSUInteger' > > The Why wouldn't it like NSUInteger? > W It works for me. Have you made any other modification to the build settings? Philippe |
From: Andrew W. <wei...@wi...> - 2007-11-13 00:53:15
|
Joseph, FSClass does not support saving/restoring; because it has to interact with the Objective-C runtime, it creates data structures that would not survive the serialization process. Now that you suggest it, I may investigate this functionality for a future release. If you use the fscript Unix interface (available at http://pages.cs.wisc.edu/~weinrich) , you can put classes you create into a separate file, which can be loaded with the command "sys import:'MyClass'." Andrew Weinrich wei...@wi... http://www.cs.wisc.edu/~weinrich On Nov 12, 2007, at 11:39 AM, Joseph Mann wrote: > Yes, I am just learning about F-script. > > I am slightly familiar with FClass but when I try to save a class > (say 'A') created with FClass and > then reload it I get the nil object. > > > thanks for any help, > Joseph Mann > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > F-Script-talk mailing list > F-S...@li... > https://lists.sourceforge.net/lists/listinfo/f-script-talk |
From: Joseph M. <pu...@sh...> - 2007-11-12 17:41:20
|
Yes, I am just learning about F-script. I am slightly familiar with FClass but when I try to save a class (say 'A') created with FClass and then reload it I get the nil object. thanks for any help, Joseph Mann |
From: Timothy R. <tr...@si...> - 2007-11-10 19:02:20
|
On Nov 10, 2007, at 12:52 PM, Philippe Mougin wrote: > > Le 10 nov. 07 =E0 17:29, Timothy Reaves a =E9crit : >> >> On Nov 10, 2007, at 5:06 AM, Philippe Mougin wrote: >>> >>> Le 9 nov. 07 =E0 21:17, Timothy Reaves a =E9crit : >>> >>>> Is there a version in the works that supports GC? I can't link =20 >>>> with >>>> my 10.5 GC enabled code. >>> >>> The next version will have GC support. You can download a pre-=20 >>> release >>> at http://www.fscript.org/download/tmp/FScript.zip >>> >>> Philippe Mougin >> >> That project still has no GC support; are you sure you that was the >> correct one? > > Yes. Just change the "Objective-C Garbage Collection" build setting to > "supported" or "required". > > Philippe The build fails (for the framework) with six errors: /Users/treaves/Downloads/FScript/FScriptFramework/ArrayRep.h:13: =20 error: syntax error before 'NSUInteger' The Why wouldn't it like NSUInteger? Wh= |
From: Philippe M. <pm...@ac...> - 2007-11-10 17:52:36
|
Le 10 nov. 07 =E0 17:29, Timothy Reaves a =E9crit : > > On Nov 10, 2007, at 5:06 AM, Philippe Mougin wrote: >> >> Le 9 nov. 07 =E0 21:17, Timothy Reaves a =E9crit : >> >>> Is there a version in the works that supports GC? I can't link with >>> my 10.5 GC enabled code. >> >> The next version will have GC support. You can download a pre-release >> at http://www.fscript.org/download/tmp/FScript.zip >> >> Philippe Mougin > > That project still has no GC support; are you sure you that was the > correct one? Yes. Just change the "Objective-C Garbage Collection" build setting to =20= "supported" or "required". Philippe |
From: Timothy R. <tr...@si...> - 2007-11-10 16:29:29
|
On Nov 10, 2007, at 5:06 AM, Philippe Mougin wrote: > > Le 9 nov. 07 =E0 21:17, Timothy Reaves a =E9crit : > >> Is there a version in the works that supports GC? I can't link with >> my 10.5 GC enabled code. > > The next version will have GC support. You can download a pre-release > at http://www.fscript.org/download/tmp/FScript.zip > > Philippe Mougin That project still has no GC support; are you sure you that was the =20 correct one?= |
From: Philippe M. <pm...@ac...> - 2007-11-10 10:06:10
|
Le 9 nov. 07 =E0 21:17, Timothy Reaves a =E9crit : > Is there a version in the works that supports GC? I can't link with > my 10.5 GC enabled code. The next version will have GC support. You can download a pre-release =20= at http://www.fscript.org/download/tmp/FScript.zip Philippe Mougin |
From: Timothy R. <tr...@si...> - 2007-11-09 20:17:53
|
Is there a version in the works that supports GC? I can't link with my 10.5 GC enabled code. |
From: Philippe M. <pm...@ac...> - 2007-10-20 15:42:31
|
Hi, Robert Chin has released F-Script Anywhere for Mac OS X 10.5. http://osiris.laya.com/blog/?p=24 Enjoy Philippe Mougin |
From: Philippe M. <pm...@ac...> - 2007-10-15 19:14:13
|
Extended version posted at: http://www.fscript.org/documentation/LearnFScriptIn20Minutes/index.htm Cheers, Philippe Mougin |
From: Philippe M. <pm...@ac...> - 2007-10-02 20:37:08
|
Tim Burks' new baby is born. http://programming.nu A lot like F-Script, but with a strong Lisp flavor and subtle Ruby touches. Welcome, Nu! -- Philippe |
From: Andrew W. <wei...@wi...> - 2007-09-21 02:30:06
|
J.C., I'm sorry for not replying to your earlier message; it must have been eaten by a spam filter. It turns out that this is a bug in FSClass' use while in an interactive interpreter that my automated tests missed. I've posted a fix as version 2.1 (http://pages.cs.wisc.edu/ ~weinrich/projects/FSClass/FSClass.dmg). Thanks for alerting me to the problem. Andrew Weinrich On Sep 19, 2007, at 10:09 PM, J.C.Burns wrote: > (I sent this to Andrew Weinrich, but he may well be otherwise > occupied...haven't heard back from him.) > > I have F-Script Framework version 1.3.5 installed. I have FSClass 2.0 > (8-16-07) installed. I can create new classes and read properties > from them, but any call to 'set' methods crashes F-Script. > > For example: > > Circle := FSClass newClass:'Circle'. > Circle addProperty:'radius'. > > c := Circle alloc init autorelease. > > c radius > > (returns nil) > > c setRadius:2.0 > > (crash!) > > > Tried it with other class names and property names. Same result. > Setting a property causes a crash. Any thoughts? > Andrew Weinrich wei...@wi... http://www.cs.wisc.edu/~weinrich |
From: J.C.Burns <jc...@fa...> - 2007-09-20 03:09:29
|
(I sent this to Andrew Weinrich, but he may well be otherwise occupied...haven't heard back from him.) I have F-Script Framework version 1.3.5 installed. I have FSClass 2.0 (8-16-07) installed. I can create new classes and read properties from them, but any call to 'set' methods crashes F-Script. For example: Circle := FSClass newClass:'Circle'. Circle addProperty:'radius'. c := Circle alloc init autorelease. c radius (returns nil) c setRadius:2.0 (crash!) Tried it with other class names and property names. Same result. Setting a property causes a crash. Any thoughts? |
From: Andrew W. <wei...@wi...> - 2007-08-16 06:44:05
|
FSClass 2.0 is now available. FSClass is a bundle that lets you write new classes directly in F-Script, instead of having to code them in Objective-C. Classes created with the bundle produce authentic Cocoa objects that interact with the rest of the application just like an NSString or other native object. New features in FSClass 2.0 include: - Classes can now inherit from Objective-C classes other than NSObject - F-Script categories: methods written as F-Script blocks can be added to existing Objective-C classes, even those for which source code is unavailable - More efficient dispatching: the overhead cost of calling a FSClass's method is cut by up to 95% - Fast ivars: classes can optionally be created with reduced- footprint properties that have native-speed property access methods - Improved compatibility with GUI F-Script interpreter - Various stability improvements, bug fixes, and performance enhancements - Clarified documentation and examples FSClass 2.0 is available for download at http://pages.cs.wisc.edu/ ~weinrich/projects/FSClass In addition, version 1.5 of the fscript command-line interpreter is now available. This program lets you run script files and use an interactive F-Script prompt inside a Terminal window or over SSH. The program includes numerous enhancements and extra features, like printf, regular expressions, and line-oriented file IO, that make F- Script more suited as a general-purpose system scripting language. New features in fscript 1.5: - Added a help object with information on importing files, quitting the interpreter, and current versions - Clarified messages for 'file not found' errors - '-v' command-line option that prints the current version of the command-line interpreter, the F-Script framework, and the regular expression library - '-c' command-line option that perform a syntax check without executing the file - The interactive interpreter can now be quit by typing 'Control-D' as well as 'sys exit' - AGRegex7 framework updated to PCRE (Perl-Compatible Regular Expressions) version 7.2 - Included several useful scripts in the Library/ directory (requires FSClass) - Fixed formatting errors in [-NSString sprintf:] and [-FSFile printf:withValues:] - Miscellaneous bug fixes fscript is available for download at http://pages.cs.wisc.edu/ ~weinrich/projects/fscript Andrew Weinrich wei...@cs... http://pages.cs.wisc.edu/~weinrich |
From: Philippe M. <pm...@ac...> - 2007-07-08 11:41:30
|
Le 5 juil. 07 =E0 22:12, Deivy Petrescu a =E9crit : > Hi Philippe, > Thanks for the heads up about the video. > Could I ask you for a copy of the Keynote presentation and the codes. > I am trying to learn Fscript and this would certainly help. > Thank you > > Deivy Hi Deivy, Prompted by your message, I've just uploaded the slides of the =20 presentation at http://www.fscript.org/documentation/fscriptGoogleTechTalk2007.pdf It's in PDF (I can send you the master in Keynote format if you want =20 it). I don't have the source code of the demos at hand right now but =20 you'll find a good part of it in the F-Script Guide and the following =20= articles : http://www.mactech.com/articles/mactech/Vol.23/23.05/=20 LearnFScript20Min/index.html http://www.fscript.org/documentation/ScriptingCocoaWithFScript/index.htm Hope your learning experience is pleasant! Cheers, Philippe Mougin http://www.fscript.org=20= |
From: Deivy P. <ca...@di...> - 2007-07-05 20:12:36
|
On Jun 28, 2007, at 9:00, Philippe Mougin wrote: > I gave a talk about F-Script at Google with Ken Ferry last week. The > video is online at: > http://video.google.com/videoplay?docid=-2563969716754696790 > > Cheers, > > Philippe Mougin > > Hi Philippe, Thanks for the heads up about the video. Could I ask you for a copy of the Keynote presentation and the codes. I am trying to learn Fscript and this would certainly help. Thank you Deivy |
From: Philippe M. <pm...@ac...> - 2007-06-28 13:00:50
|
I gave a talk about F-Script at Google with Ken Ferry last week. The video is online at: http://video.google.com/videoplay?docid=-2563969716754696790 Cheers, Philippe Mougin |
From: Philippe M. <pm...@ac...> - 2007-06-21 18:13:51
|
"Learn F-Script in 20 minutes... and have fun with Core Image" Available at: http://www.mactech.com/articles/mactech/Vol.23/23.05/ LearnFScript20Min/index.html Cheers, Philippe |
From: Andrew W. <wei...@wi...> - 2007-06-02 21:50:56
|
Deivy, You might want to look at resources about the language Smalltalk, from which F-Script is derived. The Smalltalk syntax is very different than most other languages like Java or C++. I would also read the documentation on Apple's developer website, http:// developer.apple.com. Most of the examples in Objective-C can be translated to F-Script without much difficulty. Andrew Weinrich On Jun 2, 2007, at 3:39 PM, Deivy Petrescu wrote: > > Andrew, > thank you very much. > I feel I still have to practice a little more, but you saved me some > time. > I might come back with some more questions in a while. F-script > certainly sounds like a very powerful tool. > I fell I have to mater it. > > Do you have any pointers other than the documentation available on > line? > Thanks again. > > Deivy >> Deivy, >> >> In Objective-C, sometimes small pieces of data like points or >> rectangles are stored as C structs, for reasons of efficiency. In >> Objective-C, they are accessed with the dot operator. F-Script >> translates them into objects (specifically, NSValue objects), which >> are then accessed through methods. So the line of objective-C code: >> >> (newOrigin.y+windowFrame.size.height) > (screenFrame.origin.y >> +screenFrame.size.height) >> >> can be written in F-Script as: >> >> (newOrigin y + windowFrame extent y > (screenFrame origin y + >> screenFrame extent y) >> >> Andrew Weinrich >> >> >> ----- Original Message ----- >> From: Deivy Petrescu <ca...@di...> >> Date: Friday, June 1, 2007 11:04 am >> Subject: [F-Script-talk] Fwd: Windows with F-script >> To: f-s...@li... >> >> >>> Begin forwarded message: >>> >>>> From: Deivy Petrescu <ca...@di...> >>>> Date: May 29, 2007 17:32:41 EDT >>>> To: f-s...@li... >>>> Subject: Windows with F-script >>>> >>>> Hello, >>>> >>>> I am new to F-script and Objective-C. >>>> I am trying to learn both of them now. Also, I normally suck at >>>> writing the UI for any app. >>>> Somehow I am a big fan of faceless apps. >>>> However, I want to write one that really needs a face. >>>> I need to create a window a la Growl, or Application Switcher on >>>> the Mac, with F-Script. >>>> Well, I can do that! However, if I create the window, a borderless >>> >>>> one I can not move it or even get rid of it. >>>> I tried using (Objective-c, Cocoa) code suggested by Apple. But >>>> somethings get stuck. >>>> The code uses a dot language which apparently does not bode well >>>> with F script. >>>> For instance, the line of code: >>>> (newOrigin.y+windowFrame.size.height) > (screenFrame.origin.y >>>> +screenFrame.size.height) >>>> >>>> gets stuck in the "." of newOrigin.y. >>>> >>>> Any hints would be greatly appreciated. >>>> >>>> >>>> Deivy >>>> >>> >>> >>> -------------------------------------------------------------------- >>> - >>> ---- >>> This SF.net email is sponsored by DB2 Express >>> Download DB2 Express C - the FREE version of DB2 express and take >>> control of your XML. No limits. Just data. Click to get it now. >>> http://sourceforge.net/powerbar/db2/ >>> _______________________________________________ >>> F-Script-talk mailing list >>> F-S...@li... >>> https://lists.sourceforge.net/lists/listinfo/f-script-talk >> >> --------------------------------------------------------------------- >> - >> --- >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> F-Script-talk mailing list >> F-S...@li... >> https://lists.sourceforge.net/lists/listinfo/f-script-talk > > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > F-Script-talk mailing list > F-S...@li... > https://lists.sourceforge.net/lists/listinfo/f-script-talk Andrew Weinrich wei...@cs... http://www.cs.wisc.edu/~weinrich |
From: Deivy P. <ca...@di...> - 2007-06-02 20:39:07
|
Andrew, thank you very much. I feel I still have to practice a little more, but you saved me some time. I might come back with some more questions in a while. F-script certainly sounds like a very powerful tool. I fell I have to mater it. Do you have any pointers other than the documentation available on line? Thanks again. Deivy > Deivy, > > In Objective-C, sometimes small pieces of data like points or > rectangles are stored as C structs, for reasons of efficiency. In > Objective-C, they are accessed with the dot operator. F-Script > translates them into objects (specifically, NSValue objects), which > are then accessed through methods. So the line of objective-C code: > > (newOrigin.y+windowFrame.size.height) > (screenFrame.origin.y > +screenFrame.size.height) > > can be written in F-Script as: > > (newOrigin y + windowFrame extent y > (screenFrame origin y + > screenFrame extent y) > > Andrew Weinrich > > > ----- Original Message ----- > From: Deivy Petrescu <ca...@di...> > Date: Friday, June 1, 2007 11:04 am > Subject: [F-Script-talk] Fwd: Windows with F-script > To: f-s...@li... > > >> Begin forwarded message: >> >>> From: Deivy Petrescu <ca...@di...> >>> Date: May 29, 2007 17:32:41 EDT >>> To: f-s...@li... >>> Subject: Windows with F-script >>> >>> Hello, >>> >>> I am new to F-script and Objective-C. >>> I am trying to learn both of them now. Also, I normally suck at >>> writing the UI for any app. >>> Somehow I am a big fan of faceless apps. >>> However, I want to write one that really needs a face. >>> I need to create a window a la Growl, or Application Switcher on >>> the Mac, with F-Script. >>> Well, I can do that! However, if I create the window, a borderless >> >>> one I can not move it or even get rid of it. >>> I tried using (Objective-c, Cocoa) code suggested by Apple. But >>> somethings get stuck. >>> The code uses a dot language which apparently does not bode well >>> with F script. >>> For instance, the line of code: >>> (newOrigin.y+windowFrame.size.height) > (screenFrame.origin.y >>> +screenFrame.size.height) >>> >>> gets stuck in the "." of newOrigin.y. >>> >>> Any hints would be greatly appreciated. >>> >>> >>> Deivy >>> >> >> >> --------------------------------------------------------------------- >> ---- >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> F-Script-talk mailing list >> F-S...@li... >> https://lists.sourceforge.net/lists/listinfo/f-script-talk > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > F-Script-talk mailing list > F-S...@li... > https://lists.sourceforge.net/lists/listinfo/f-script-talk |