[JS/ID CC] finding properties of selection

Hi,
I'm looking for the equivalent of the AS get properties of selection for Javascript.
A bit of background. I'm trying to learn JS and have no programming background except for Applescript which is not considered a "real" programing language. In AS, I found that I can often find how to adress a certain object in ID by creating that type of object and selecting it. Then user the following code to get some info on it.
Tell app "Adobe InDesign CC"
get properties of selection
end tell
it takes 2 second to right and I get a lot of info, particularly, the chain of parent-child, from the document, to the character or whatever I have selected. So I'm trying to learn the same way in JS but I can't figure out how to do this. Maybe this is not the way to go at all either, so I'd like to have a few pointers from people who made the switch from AS to JS.
TIA
Jeff

Jeff,
if you are asking for an equivalent to AppleScript’s »Event Protocol«, you should try the »JavaScript Console« (»Window › JavaScript Console« to turn it on or of). In your code you can send the properties to the console as follows:
$.writeln("char properties:\r"+app.selection[0].reflect.properties);  // alternatively: $.write(); which doesn’t add a "\r" to the end
$.writeln("char properties:\r"+app.selection[0].properties.toSource());  // this command shows the values to each property either
If you are looking for an equivalent to AppleScript’s Application’s »Library«, you should try Jongware’s object model or use the ESTK built in »Object Modell Viewer« (»Help › Object Model Viewer«).
Tobias

Similar Messages

  • How do i find the last selection OR the highlighted selection?

    When i select some items in indesign i have the option of "command + click" to highlight one of the selections. How would i find that highlighted element in scripting?
    OR
    How would i go about finding the last item selected in indesign.
    I'm trying to write a script that relies on some properties of the highlighted element or the last item selected.
    thanks

    Thanks myDavey. That's not exactly what i was looking for, but it had good information on something else i am working on.
    I found the solution to my problem. That highlighted selection is apparently called the "key object".
    And it can be used in scripting as app.selectionKeyObject. This solved what i was looking for.
    And one can find the last selection by picking the last element in the selection array.

  • How to find out the selected column in Table Control

    Hi all,
          How to find out the selected column in Table Control?
    Thanks & Regards,
    YJR

    Hi,
    Let your table control name in Screen painter be TC1.
    READ TABLE TC1-COLS INTO WA_COLS (some wok area)
                 WITH KEY SELECTED = 'X'.
            IF SY-SUBRC = 0.
              CLEAR: W_DUMMY, W_COL_NAME.
              SPLIT WA_COLS-SCREEN-NAME AT '-' INTO W_DUMMY
                                                   W_COL_NAME.
            endif.
    W_COL_NAME gives you the column name.
    Hope it helps.
    cheers
    sharmistha

  • How to find out  the selected line in list

    Hi all,
    Can any one tell me how to find out the selected event in the list

    Your subject said 'selected <b>line</b> in list' and your description says 'selected <b>event</b> in the list'. Which one is it you want to know?
    For line you will use the event AT LINE-SELECTION and for event you will use AT USER-COMMAND.
    Please reward and close if answered, if not, please revert back to the forum with more details.
    Thanks,
    Srinivas

  • Offline Servicing of OS fails (failed to find properties of file 5)

    Hi,
    I'm unable to get the Offline Update Servicing of the OS to work. In the OfflineServicingMgr.log I Keep getting:
    Failed to get update applicability. Dism.exe command line is below:"C:\Windows\system32\cmd.exe" /q /c ""D:\Microsoft\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM\dism.exe" /Image:"D:\ConfigMgr_OfflineImageServicing\I0100042\ImageMountDir" /LogPath:%WINDIR%\Logs\Dism\dism_sccmAMD64.log /English /Get-PackageInfo /Packagepath:"D:\ConfigMgr_OfflineImageServicing\fc1721b9-7ee8-44a6-9842-b7d89596f126\KB2890660.cab">>D:\ConfigMgr_OfflineImageServicing\I0100042\[email protected]"
    after this happened 5 times I get the following:
    Failed to find properties of file 5
    UnMounting Image (Commit Changes = 0) ...
    Completed processing image package I0100042. Status = Failed
    I also checked the dism_sccmAMD64.log but can't find a solution to this Problem, there are to much Errors in there.
    dism_sccmAMD64.log:
    2014-08-27 10:34:49, Info DPX Started DPX phase: Apply Deltas Provided In File
    2014-08-27 10:34:49, Info DPX File could not be expanded, Source=update.mum, Target=(null), status=0x80070002
    2014-08-27 10:34:49, Info DPX ProvideRequestedDataByFile failed, Response file Name: \\?\D:\ConfigMgr_OfflineImageServicing\7e1f745c-af8b-47a6-a3e0-41288d29c831\Windows8.1-KB2898464-x64.cab
    2014-08-27 10:34:49, Info DPX Ended DPX phase: Apply Deltas Provided In File
    2014-08-27 10:34:49, Info DPX DpxException hr=0x80070002 code=0x020102
    2014-08-27 10:34:49, Info DPX Ended DPX phase: Resume and Download Job
    2014-08-27 10:34:49, Info DPX DpxException hr=0x80070002 code=0x020217
    2014-08-27 10:34:49, Info CBS Failed to extract file update.mum from cabinet \\?\D:\ConfigMgr_OfflineImageServicing\7e1f745c-af8b-47a6-a3e0-41288d29c831\Windows8.1-KB2898464-x64.cab [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2014-08-27 10:34:49, Info CBS Failed to extract package manifest from cabinet [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2014-08-27 10:34:49, Info CBS Failed to initialize internal package [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2014-08-27 10:34:49, Error CBS Failed to create internal package [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2014-08-27 10:34:49, Error DISM DISM Package Manager: PID=7840 TID=31584 Failed opening package. - CDISMPackageManager::Internal_CreatePackageByPath(hr:0x80070002)
    2014-08-27 10:34:49, Error DISM DISM Package Manager: PID=7840 TID=31584 Failed to get the underlying CBS package. - CDISMPackageManager::OpenPackageByPath(hr:0x80070002)
    2014-08-27 10:34:49, Error DISM DISM Package Manager: PID=7840 TID=31584 Failed to open the package at location: "D:\ConfigMgr_OfflineImageServicing\7e1f745c-af8b-47a6-a3e0-41288d29c831\Windows8.1-KB2898464-x64.cab" - CPackageManagerCLIHandler::ProcessPackagePath(hr:0x80070002)
    2014-08-27 10:34:49, Error DISM DISM Package Manager: PID=7840 TID=31584 Failed to get the list of packages from the command line. - CPackageManagerCLIHandler::ProcessCmdLine_GetPackageInfo(hr:0x80070002)
    2014-08-27 10:34:49, Error DISM DISM Package Manager: PID=7840 TID=31584 Failed while processing command get-packageinfo. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x80070002)
    2014-08-27 10:34:49, Error DISM DISM.EXE: DISM Package Manager processed the command line but failed. HRESULT=80070002
    2014-08-27 10:34:49, Info DISM DISM Provider Store: PID=7840 TID=31584 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
    2014-08-27 10:34:49, Info DISM DISM Provider Store: PID=7840 TID=31584 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
    2014-08-27 10:34:49, Info DISM DISM Provider Store: PID=7840 TID=31584 Found the PE Provider. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
    2014-08-27 10:34:49, Info DISM DISM Provider Store: PID=7840 TID=31584 Finalizing the servicing provider(DISM Package Manager) - CDISMProviderStore::Internal_DisconnectProvider
    2014-08-27 10:34:49, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/ConfigMgr_OfflineImageServicing/I0100042/ImageMountDir/Windows/System32/config/SOFTWARE
    2014-08-27 10:34:49, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/ConfigMgr_OfflineImageServicing/I0100042/ImageMountDir/Windows/System32/config/SOFTWARE, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    2014-08-27 10:34:49, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/ConfigMgr_OfflineImageServicing/I0100042/ImageMountDir/Windows/System32/config/SYSTEM
    2014-08-27 10:34:49, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/ConfigMgr_OfflineImageServicing/I0100042/ImageMountDir/Windows/System32/config/SYSTEM, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    2014-08-27 10:34:49, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/ConfigMgr_OfflineImageServicing/I0100042/ImageMountDir/Windows/System32/config/SECURITY
    2014-08-27 10:34:49, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/ConfigMgr_OfflineImageServicing/I0100042/ImageMountDir/Windows/System32/config/SECURITY, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    2014-08-27 10:34:49, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/ConfigMgr_OfflineImageServicing/I0100042/ImageMountDir/Windows/System32/config/SAM
    2014-08-27 10:34:49, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/ConfigMgr_OfflineImageServicing/I0100042/ImageMountDir/Windows/System32/config/SAM, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    2014-08-27 10:34:49, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/ConfigMgr_OfflineImageServicing/I0100042/ImageMountDir/Windows/System32/config/COMPONENTS
    2014-08-27 10:34:49, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/ConfigMgr_OfflineImageServicing/I0100042/ImageMountDir/Windows/System32/config/COMPONENTS, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    2014-08-27 10:34:49, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/ConfigMgr_OfflineImageServicing/I0100042/ImageMountDir/Windows/System32/config/DEFAULT
    2014-08-27 10:34:49, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/ConfigMgr_OfflineImageServicing/I0100042/ImageMountDir/Windows/System32/config/DEFAULT, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    2014-08-27 10:34:49, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/ConfigMgr_OfflineImageServicing/I0100042/ImageMountDir/Users/default/ntuser.dat
    2014-08-27 10:34:49, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/ConfigMgr_OfflineImageServicing/I0100042/ImageMountDir/Users/default/ntuser.dat, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    2014-08-27 10:34:49, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/ConfigMgr_OfflineImageServicing/I0100042/ImageMountDir/Windows/system32/smi/store/Machine/schema.dat

    Right before, the error you mentioned, I see a couple of file not found message. You might want to check those, still it can be anything from a file that doesn't exist till too little disk space.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • 11.1.1.4:Could not find the item selected to match the value of type Number

    Hi,
    I have a taskflow with an input parameter.
    The input parameter value is to be assigned to a list item as the default selected value.
    I have mapped the pageFlow scope parameter to set value to the list item using input page parameters defined in task flow.
    but When i Run the task flow the value does not get assigned to the drop down list and jdevloper console screen shows up the following message
    "Could not find the item selected to match the value 2 by type: oracle.jbo.domain.Number in LOV."
    But If I click the Lov to check the values it shows that value is present in the list.
    The same configurations works if the list of values is for a column with type as java.lang.String.
    Is it somethng different that is to be done for a Number field to assign value from a taskflow parameter?
    Edited by: user3067156 on Jun 25, 2011 3:34 PM

    Hi Jobinesh,
    I am assigning the default value in the task flow using input page parameters ...
    <view id="VIEW1">
    <page>/title.jsff</page>
    <input-page-parameter>
    <from-value>#{pageFlowScope.pInputTyp_Id}</from-value>
    <to-value>#{bindings.pTyp_Id1.attributeValue}</to-value>
    </input-page-parameter>
    </view id>
    It does not assign the value, if Bind variable(pTyp_Id1) NDtype and task flow input parameter(pInputTyp) class type, both are set to use type oracle.jbo.domain.Number.
    If I change both to use java.lang.String and additionally also change the VO defination the accept the bind variable of type string, it assigns the value correctly.
    Usecase:
    I have a a task flow for which has its first page a search page.
    The Search page is created using operation execute with params and dragging the query parameters on the page.
    The Query parameters are to be filled using a select one choice option and the list is bound to the master values.
    This task flow can be used inside a standalone page as a region to provide a search page
    The same task flow can be called from within another taskflow which will provide the default values for the drop down lists ..
    Since the search page is a jsff fragment i dont have a page on load handler to provide default values..
    So assiging the values using input page parameters defined in task flow view tag.
    For testing I am passing the taskflow input parameters by calling the task flow from a jspx page a region . When I configure this task flow a region in a page its asks for providing the values for the parameters
    And the same gets configured in my testpage def as
    <executables>
    <variableIterator id="variables"/>
    <taskFlow id="Flow1" taskFlowId="/WEB-INF/Flow1.xml#Flow1"
    activation="deferred"
    xmlns="http://xmlns.oracle.com/adf/controller/binding">
    <parameters>
    <parameter id="pTyp_Id" value="1207"/>
    </parameters>
    </taskFlow>
    </executables>
    Edited by: user3067156 on Jun 27, 2011 1:50 PM

  • How to find out the selected item in the lsit

    Hi all,
    How to find out the selected item in the list,can any please post some examples which easy to understand,because iam not a good programmer

    This sample program uses a checkbox as selection,  you could also use a HOTSPOT.
    report zrich_0002 no standard page heading.
    data: imara type table of mara with header line.
    data: check_box(1) type c,  
       report_lines type i.
    start-of-selection.
    * Create the gui status with BACK button in standard place
    * and a READ button in the application toolbar
      set pf-status 'CHECK'. 
    select * into corresponding fields of table imara           from mara up to 100 rows.
    loop at imara.   
    write:/ check_box as checkbox, imara-matnr, imara-matkl.  
    hide imara-matnr. 
    endloop.
      report_lines  = sy-linno - 1.
    top-of-page. 
    write: 'List of materials'.  uline.
    top-of-page during line-selection.  write:  'Material.....'.  uline.
    at user-command. 
    case sy-ucomm.  
    when 'READ'.   
      check_box = space.    
    set pf-status 'CHECK' excluding 'READ'.
          do report_lines times.       
    read line sy-index field value check_box.    
       if check_box = 'X'.        
    write:/  'You have selected material',
    imara-matnr.       
    endif.   
      enddo. 
    endcase.
    Regards,
    Rich Heilman

  • How to find for which select statement performance is more

    hi gurus
    can anyone suggest me
    if we have 2 select statements than
    how to find for which select statement performance is more
    thanks&regards
    kals.

    hi check this..
    1 .the select statement in which the primary and secondary keys are used will gives the good performance .
    2.if the select statement had select up to  i row is good than the select single..
    go to st05 and check the performance..
    regards,
    venkat

  • Cannot find the Quick Selection Tool (previously paired with the magic wand tool) on Illustrator CC (newest version installed on October 14, 2014)

    I have just installed a new version of Illustrator CC and CS6 on October 14, 2014 and I couldn't find the Quick Selection Tool on this version, previously this tool is located with the magic wand tool

    I don't remember a quick selection tool in Illustrator. Are you sure this was in Illustrator?

  • Cannot find InfoProvider for selection specified

    Hi All,
    When executed RSPLAN in BI System , it took us to EP screen , in that
    InfoProvider , Aggregation Levels , Filter....etc tabs are there.
    When selected InfoProvider , Z* or * or empty and when clicked on start button..
    The following message is displayed :
    Cannot find InfoProvider for selection specified "with green exclamatory symbol"
    Even it is not giving JCo type of error message ,
    Real time infocubes are created and activated .
    The two above things have been checked properly .
    Thanks,
    Srini

    Dear Srinivasa,
    Check this link..
    Cannot find aggregation levels for selection specified
    not able to see infoprovider in the planning modeler
    Hope this helps u..
    Best Regards,
    VVenkat...

  • Where can i find .properties file for jco connection?

    For jco connection to SAP, we need .properties file. Is this file already contained in Exchange Profile or somewhere??
    If yes, where can i find .properties file for jco connection or what is the path to this file?
    OR, do we have to create manually??
    Any help is appreciated.
    Thanks.
    Karma

    Hi Karma,
    Please take a look at these..
    Where to set up the JCO connection?
    http://help.sap.com/saphelp_nw04/helpdata/en/bc/42e13d82fcfb34e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_webas620/helpdata/en/bc/42e13d82fcfb34e10000000a114084/content.htm
    cheers,
    Prashanth

  • Video Clip Properties - Mixed Selection

    I have downloaded Encore 2.0 trial Version for Windows to assure it works before purchase. I succesfully created a DVD using QT Ref. imports from Avid MC. At one point I actually saw the properties for a video clip where I could add SCC file. Since that point however, when I look at Properties all I see is a header "Mixed Selection" with a note in cnter or properties screen "Objects of different types are selected"  I can no longer get to the window to select the SCC file.  Please help.

    Yes - thank you to all who replied. I am very interested in Encore - I have edited Avid MC for 15 years and we do many things for Broadcast to D-beta etc. ... so it will be hard to transition to Premiere since our department has 11 Avid systems. It is slightly tempting though after seeing tutorial how AE, Premiere, PS, and Encore all play together so nicely - especially dynamic linking!! But since we are on Avid and must CC for broadcast, I really want encore to work.
    To immediately answer your question, Yes, using a QT MOV file allowed me to see the option for adding SCC files  Odd thing is when I first opened Encore Trial 2.0 - I was using QT Ref. and I did see the SCC option using the ref. but being the first time in Encore I just wanted to make a simple DVD with 2 buttons and 2 videos -
    worked wonderfully! So I said to myself "Self, that was so easy and now that I am expert, I will go back and add SCC file and see the CC part work. Well since that first time I never again saw the SCC option with the Ref. files. - I tried same project, I tried creating a new project as before, I tried reinstalling trial version (had to anyway because computer said program was running but I never saw the interface and read online where that was issue with the trial version) -
    anyway, I believe we will buy the Production Premiere Bundle and give it a go - in house we have a 30 day grace period, but actually it would be nice to have latest version of PS and AE anyway and maybe I can learn Premiere for fun and see how I can integrate that into our production workflow.  Sorry this is long - just wanted to clearly explain and again say how wonderful this forum and the people on it are!
    Ricky Barrow
    Post Production Supervisor
    810 12th Avenue South
    P.O. Box 320
    Nashville, TN  37202
    [email protected]
    615-742-5121
     www.umcom.org4
    Open hearts. Open minds. Open doors.
    The people of The United Methodist Church4

  • How to find out the selection screen values

    Hi All,
    in BI we are having the maximum allowed cells as 500000 for a report.
    for some of the reports execution fetching the data morethan 500000 by different users.
    i could findout the report and user who has executed, But i wanted to findout for which selection user has executed.
    is it possible to find out...please help.
    Thanks,
    Krishna.

    Hi,,
    Yes it is possible.
    Open your query result in the design mode by going to BEx Analyzer->Design ToolBar
    Now take one text element and assign it to the variable which you have used for the selection screen.
    Take the same number of text element as there are in selection screen.
    Exit the design mode. In place of the text element you will find the value of the variables assigned to them.

  • Unable to find properties file in jar

    I have a jar file that looks like this from contents stand point
    c:> jar vtf csdsutility.jar
    0 Mon Oct 24 10:04:58 EDT 2005 META-INF/
    71 Mon Oct 24 10:04:58 EDT 2005 META-INF/MANIFEST.MF
    2633 Fri Oct 21 17:04:44 EDT 2005 csds/utility/JavaLogging.class
    1621 Fri Oct 21 17:04:42 EDT 2005 csds/utility/Logging.class
    868 Fri Oct 21 17:04:42 EDT 2005 csds/utility/LoggingMethod.class
    3204 Fri Oct 21 17:04:44 EDT 2005 csds/utility/TestLogging.class
    3004 Fri Oct 21 17:04:44 EDT 2005 csds/utility/Utility.class
    1142 Fri Oct 21 17:04:44 EDT 2005 csds/utility/WSLogging.class
    83 Tue Jul 26 21:59:26 EDT 2005 csds/utility/javalogging.properties
    If I include the jar file above in some other program it should find the
    javalogging.properties file correct? It's failing in the common code trying to find the properties file. I created a small driver that tests the common code and it is fine it just does not work off the jar file. Is there something weird about jar files and property files I don't know about? I thought when you included them on the java -classpath line it was like that code was part of your application and the path followed also.
    Thanks,
    Frank

    Are you using method getResourceAsStream? If so don't forget to properly add (or not) an "/" to the resource name as stated in Java API docs: if the resource name starts with "/", it is unchanged; otherwise, the package name is prepended to the resource name after converting "." to "/".

  • Log4j does not find properties file (but its in the classes directory)

    I am using eclipse, I have created a log4j object:
         private static Logger logger = Logger.getLogger(Http.class.getName());When I try to run the test case, I get:
    log4j:WARN No appenders could be found for logger (com.cable.comcast.nsec.common.Http).
    log4j:WARN Please initialize the log4j system properly.I usually run into this problem when the log4j.properties file is not in the 'classes' directory, but this time it is.
    atlantis@atlantis-laptop:~/workspace/ArborAPI$ cat .classpath | grep output
            <classpathentry kind="output" path="classes"/>
    atlantis@atlantis-laptop:~/workspace/ArborAPI$ ls -la classes/
    total 16
    drwxr-xr-x 3 atlantis atlantis 4096 2008-02-06 16:44 .
    drwxr-xr-x 7 atlantis atlantis 4096 2008-02-06 17:08 ..
    drwxr-xr-x 3 atlantis atlantis 4096 2008-02-06 16:35 com
    -rw-r--r-- 1 atlantis atlantis 2603 2008-02-06 16:44 log4j.propertiesAm I missing something?

    Sorry I was really busy the last few days. Thank you for your answers!
    I probably should have left out all the specifics of what the software was that I was packaging, because I think what I was really asking did not come across clearly. What I really wanted to know is:
    Why do I have to provide the "-I /usr/include/headers_dir" compiler option for some libraries but not for others, although the header files for each lie in a level 1 subdir of /usr/include?
    I thought that maybe there was some kind of index of installed libraries that I didn't know about, which I could have updated from within PKGBUILD (so I guess that's why I included it originally). Seems to me now, though, that this is not the case.
    I did put in some google time (but not lots b/c 1. hard to google and 2. busy) to find an answer, but to no avail and it's not really top priority right now (and quite honestly never will be, since there is the -I option), so I guess it'll have to wait, unless someone knows...
    ---EDIT---
    So, right after I posted this (stupid me) I had a little think and I finally understand, whats happening.
    1. Headers are not found without specifying the directory they are in.
    2. I need the -I option because easykf headers are not well formed.
    Thanks a lot!
    Last edited by maximax (2013-09-27 00:26:03)

Maybe you are looking for