How to determine if an icon's link is broken while running a dive

I am using a "dive" to run through the icons of an authorware
file. When I find a sound icon by:
ICON_TYPE_SOUND := 10
if CallTarget("IconType", _ChildIcon) = ICON_TYPE_SOUND then
I would then like to determine if this icon's link is broken
to the associated library file. I am not sure what property that I
could interrogate that contains this information. I looked under
the list of properties in the SetIconProperty() function, and did
not see anything...like #awLinked, etc.
What can I use to get this information?
Thanks
Mike

Why not just use Xtras>Library links?
"MN_Mike" <[email protected]> wrote in
message
news:g82559$7m1$[email protected]..
>I am using a "dive" to run through the icons of an
authorware file. When I
> find a sound icon by:
>
> ICON_TYPE_SOUND := 10
> if CallTarget("IconType", _ChildIcon) = ICON_TYPE_SOUND
then
>
> I would then like to determine if this icon's link is
broken to the
> associated
> library file. I am not sure what property that I could
interrogate that
> contains this information. I looked under the list of
properties in the
> SetIconProperty() function, and did not see
anything...like #awLinked,
> etc.
>
> What can I use to get this information?
>
> Thanks
>
> Mike
>

Similar Messages

  • Not able to link any user while running the scheduler

    Hi,
    I have written a scheduler to reconcile the data into OIM. While running the scheduler my users are able to get linked to any user. Though Modification of the existing users are happening and scheduler is running without any error.
    Please help me in resolving this issue.
    Regards

    Did you set your reconciliation action rules and reconciliation rule? After, did you create a reconciliation profile?
    -Kevin

  • How can I make an icon that links to a webpage that works with Mac and Windows??

    Hi!
    I burn CDs with my photos and send them to clients.   Besides the photos folder, I would like to include a file (similar to the .webloc files on the Mac Desktop) that can be clicked and it will be linked to my website - it will open up a browser window and go to my website .      Is it posssible to make one of these icons that works with both Macs and Windows machines?  Thanks!

    Now it works!  Thanks, Denico!
    The reason I saved to text:   The first time I followed your instructions, it did not work.   I tried to figure out what I did wrong and saw that you wrote to "save as plain text."   I did not know what this means and there was no option available to save a plain text.  So I looked around and saw "save as stationery" and I guessed that maybe that was what you meant.   And after that, it worked!  But the next thing you know, the icons started duplicating themselves.
    I guess I had made a different mistake in the beginning and I fixed it without knowing what it is.
    Thanks for clearing that up.
    But just one question.  WHY does saving as "stationery" make an icon duplicate itself?

  • How to determine if the server is in debug mode or Running in Java Code

    Hi ,
    I have a WebDynpro Applcation in which i have to display foll things in Table:
    Engine Name; Engine Version: Debug Mode; Reserved by;
    Now i could display list of servers but i have hardcoded the Debug Mode as "Disabled"
    My Question is:
    If i know the Server, can we find if the server is in debugmode in application code???
    I have OS access to my Engine. Pls let me in which property file can i find Debug Status??
    Also i am not sure if i have posted the Query in RIght Component. DO let e know if this Q is posted in wrong Forum
    Kindly help me solve this problem
    Thanks n Regards,
    Archana

    Hi Archana,
    If u can't start the server in debugging mode thru NWDS then u can try this
    Config Tool:
    U can enable the debuggine mode from the Config Tool as well. Just browse to following
    C:usrsap<SID>JC<SYS_NO>j2eeconfigtoolconfigtool.bat
    Click on the your instance. Then under the tab VM Environment, Set the DebugMode = true.
    Restart the engine now. This will open the J2EE server again in the Debug Mode.
    Please check the [Debugging Portal Applications or WebDynpro Applciation|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/907751e5-f717-2a10-f3b4-de4431d4722d?quicklink=index&overridelayout=true] and search for SDN
    Just hope this helps you!
    Regards
    Vijay

  • How can we launch the labview screen beyond other screens while running two applications on a same time

    Hi all,
     I need to run two applications in my system at same time. one of the application is labview. it is running in backside. the dialog boxes which i created in labveiew need to display in fron of all applications.... what should i do to do that.....any suggestions...
    thanks in advance
    Regards,
    Ragu 

    The easiest thing to do (but can be bad) is to make the LabVIEW window modal.  This will make it the front most window at all times, until the program stops executing.  As you can imagine if you don't have a way to close the window then you will be forced to kill LabVIEW through the taskmanager.
    To make window modal go to VI Properties (by right clicking the VI's icon) go to Window Appearance, click Customize, then under Window Behavior select Modal.
    The other more complicated solution is to use Dll calls to bring the window to the front.
    Message Edited by Hooovahh on 07-02-2009 08:44 AM
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • Link Button disappears while running the application

    Hi All,
      In one of my User Defined Forms i've added a link button and i've given the properties like Linkto,Link Object and all.In Preview mode it is available.But while i run the application,it is not available .Any body please help me to resolve this issue
    Regards
    Gibi

    Hi Gibi,
    Form Freeze mode stops you from seeing any updates on the screen (to prevent the flickering effect) until you unfreeze it.
    The linked button will only display once the field has been filled and the form is "un frozen".
    hth
    Regards
    Tinus

  • How to determine application architecture in terminal

    I'm wondering how Finder determines on which architecture an application is able to run.
    Using ditto --arch it is possible to extract PPC, PPC64 and i386 from a Mach-O application.
    But HOW can Finder tell that an application ist Classic ? Or is it also possible to determine Motorla 68000 architecture in old classic fat binarys ?
    I'm interested in that because I've got an iMac Core Duo that does not support classic any more and I want to find all classic apps on all my Fire Wire harddrives.
    thanks in advance
    Michael
    iMac Core Duo 20"   Mac OS X (10.4.5)  

    Hi Michael,
       The UNIX utility, "file" can distinguish between Cocoa and Carbon apps in many cases. Carbon apps usually return "header for PowerPC PEF executable". Compiled objective C, C++, and C executables return "Mach-O executable <Architecture>". Compiled Java classes return "compiled Java class data". Carbon apps for MacOS X return the same thing as classic applications. While they are almost the same thing, there are differences and I don't know how to spot them.
       Of course Cocoa applications are usually inside application bundles and if you apply the "file" utility to the containing directory, you will of course get an answer of "directory". You must apply file to the executable inside the bundle. The main one is always inside the Contents/MacOS subdirectory and always has the same name as the bundle, minus the ".app" suffix.
    Gary
    ~~~~
       I worked in a health food store once. A guy came in and
       asked me, "If I melt dry ice, can I take a bath without getting
       wet?"
             -- Steven Wright

  • How to pass ITEM:VALUE pair in ICON view link of Interactive Report

    When Icon View is enabled in an interactive report, you can display graphic images (blob data that are stored in the database) in 3 different views.
    1) View Icons
    2) View Report
    3) View Detail
    When you click on the displayed image in views 1 and 3 you navigate to a form to manage the row data and the image. By default it only passes the PK id of the row.
    How do I pass additional ITEM:VALUE pairs when navigating to the detail form page? I want to pass &APP_PAGE_ID. to the form page as well.
    There is an attribute under ICON VIEW called "Link Column" but if I put the "item:value" pair in the fields for this item's "ColumnLink" attributes, there is no effect.
    Also for bonus points...
    how do you make the ICON VIEW attributes, "HTML ALT Text" and "HTML TITLE Text" dynamic e.g. &ITEM. doesn't work here.
    thanks in advance
    Paul P

    For your link column, parse a link column in your query like so
    apex_util.prepare_url('f?p=M:53:'||:APP_SESSION||'::::P53_IMAGE_ID:'||i.image_id)Scott

  • The icons for links are gone. In their place are hyphentated boxes. After I click on the link once the real icon comes back. But litterally EVERY link icon is now a hyphenated box till I click once. How can I fix this?

    The icons for links are gone. In their place are hyphenated boxes. After I click on an existing link once the real icon comes back. For Example: I have several bookmark links for Amazon. Those links now have hyphenated boxes as their icons not the Amazon icon. Once I click on an existing link the Amazon icon is activated and replaces the hyphenated boxes. Literally EVERY bookmark / link icon is now a hyphenated box till I click once. How can I fix this? I'm running Firefox 8.0 on windows XP. This problem started this week. Before and After upgrading to firefox 8.0 from 7.xxxx. See screen shot example.jpg i've attached below. Double click to enlarge it for better viewing. Any input welcomed. Not a major problem but I would like to have the icons back.
    Thanks
    Maxboyd

    Thanks. That solved it. I had my doubts since I wasn't concerned about my lost bookmarks. I was concerned about the broken functionality. In any event, restoring from a backup solved both the functionality and the lost bookmarks. I appreciate the response!

  • How to determine linked reports of a SCCM 2012 Report

    Hi,
    My end objective is to get the SQL statement for a report - 'Deployment that target a computer'.
    I can see SQL statements through Data sets in Report Builder. those SQL Statements are accepting few parameters from some linked report i believe. I want to determine the values of those linked parameters.
    let me know how can we check what are the linked reports for a particular report in SCCM 2012 
    Sonam Rastogi

    You could open a Report in Report Builder, right click on one of the field in the Report and click properties. There under Action you should see if the field is linked to another report.

  • How to recover my contacts icon link in Mail

    After upgrading to OS X Yosemite, I no longer see in my Mail app toolbar the shadowed head icon that links to my contacts for addressing my emails.
    I tried Mail preferences to check if the icon were there to be restored the Mail's toolbar.  This is a huge inconvenience.  Please help.

    I JUST SOLVED MY PROBLEM!

  • How can I see what devices are linked to my iCloud?

    how can I see what devices are linked to my iCloud?

    You can see which devices are currently set up and/or logged in by signing in at iCloud.com on your computer.  Then click the Settings icon or select your name from the top right, then select iCloud Settings. A list of devices using your account will be displayed.

  • How to determine the timeout setting?

    I read all the items about the time out. I created a javascript function which informs you that you only have 5 (after that 1) minutes before logout. But in the profile file the setting for http timeout 180 and the rz11 setting icm/keep_alive_timeout is set to 60. But when waitng for 180 seconds I can still go on with the application. No timeout occur.
    How can I determine the real timeout so I can use this in the setting for the Javascript (reading it for the system and concatenate into the javascript statement)!
    With regards,
    Frank Roels

    Hai Frank,
    You can follow the methodology described by thomas in this blog.
    https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1063. [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]
    When I have opened this blog now it was not opened properly(Formating lost),Make sure that u read it properly.
    Regard,
    venkatesh.

  • How to determine the mount point for directory /tmp ?

    Folks,
    Hello. I am installing Oracle 11gR2 RAC using 2 Virtual Machines (rac1 and rac2 whose OS are Oracle Linux 5.6) in VMPlayer and according to the tutorial
    http://appsdbaworkshop.blogspot.com/2011/10/11gr2-rac-on-linux-56-using-vmware.html
    I am installing Grid infrastructure. I am on step 7 of 10 (verify Grid installation enviroment) and get this error:
    "Free Space: Rac2: /tmp"
    Cause: Could not determine mount point for location specified.
    Action: Ensure location specified is available.
    Expected value: n/a
    Actual value: n/a
    I have checked the free space using the command:
    [root@Rac2 /]# df -k /tmp
    Output:
    Filesystem     1k-blocks     used     Available     Use%     Mounted on
    /dev/sda1     30470144     7826952     21070432     28%     /
    As you see above, the free space is enough, but could not determine mount point for /tmp.
    Do any folk understand how to determine the mount point for directory /tmp ?
    Thanks.

    I have just checked "/home/oracle/.bash_profile". But in my computer, there is no "oracle" under /home directory.Is this your first time Linux and Oracle installation? I had a brief look at your referenced link. The reason why you do not find a "oracle" user is because the instructions use "ora11g" instead, which, btw, is not standard. The directories of your installation and your installation source can be somewhat different from known standards and you will have to adjust it to your system.
    My best guess is that you have either missed something in the instructions or you need to ask the author of the blog what is wrong. The chance to find someone here who has experience with these custom instructions is probably unlikely.
    I suggest you try to locate the cluster verification tool, which should be in the bin directory of your grid installation. Alternatively you might want to check the RAC, ASM & Clusterware Installation forum: RAC, ASM & Clusterware Installation

  • Preflight icon like Links icon

    Hi!
    Since preflight work on a regular basis in the background it would have been nice to preflight status was indicated by facility.
    As a result, the mock-ups I could immediately see the faults such as incorrect colors, image scaling beyond the norm resolution.
    I leave for discussion.
    Best Regards!

    If what you mean is that shiny reflection that looks like this
    http://www.3dot5.net/blog/wp-content/uploads/2010/05/apple-touch-icon-2561.png
    Then, yes, you can. The main part of the "reflection" is just a portion of a circle overlaid on the image with a white gradient. If you put that shape over almost any image, you'll get something really close to the look you're going for. I've uploaded a doc to iWork.com that you can deconstruct to see how it's done. Click the link below to download it.
    Icon reflection

Maybe you are looking for