Creating a nav window to find apps

I'm writing an application which needs to be able to chose an application to send a file to. I want to create a nav window ( NavCreateChooseObjectDialog) which will let the user chose a .app file (folder). I would LIKE to be able to make it so that it will only highlight apps that can open image files (PDF, TIFF, JPEG).
I assume that all of this takes place in the FilterProc, but currently, I have a filterproc which always returns true, and it doesn't let me select applictation files. Is there something special I need to do to select an app file?

You can use the Blank widget under Compositons to creat this effect.
To make it work, just place all your information inside the Target box and also add any
type to the trigger box, to have the user close the window, just create a small close box or close text image (also inside the Target box and hyperlink it back to the page your on.
Note: marking the Close Button radio button in the Option-Parts Panal seems to only work when you select Lightbox under the position dropdown menu,
which I don't think is the effect your looking for.

Similar Messages

  • Windows Phone and Windows 8 Mail App not sending email from Reply/Forward

    I have recently upgraded from Windows 8 to 8.1. After a successful upgrade I configured the Windows 8 Mail app to also sync with Exchange (2010 in house server). On my Windows Phone (Nokia Lumia 800) I have the same account configured.
    This resulted in the problem that the Mail App and the phone do not want to send any emails that have been created by reply or forward.
    The phone gives the following error:
    "We weren't able to send this message, so we've put it in your Drafts folder. Before you try sending it again, you can check to see if the address is correct and that no attachments are too large."
    The Mail App give the following error:
    "There's a problem with sending messages from [email protected] at the moment. Check with your provider for more info."
    If I create a new email there is no problem.
    I have searched all over the internet for a solution to this problem, but could not find somebody with exactly the same problem.

    I have exactly the same problem, but unfortunately no solution either... I'll be watching this thread, or post a solution if I find one...

  • "Windows cannot find the microsoft software license terms" Windows 8.1 Installation Error - Parallels

    I'm trying to install Windows 8.1 via Parallels on my Macbook Pro.
    I create a new VM and use the .ISO file and get the error: "Windows cannot find the microsoft software license terms. Make sure the installation sources are valid and restart the installation."
    I found this question was answered here: http://social.technet.microsoft.com/Forums/windows/en-US/b1021d66-9774-4b5b-b50b-ad860c5ecc89/windows-8-enterprise-rtm-installation-error?forum=w8itproinstall
    However, following the steps of the solution did not work for me. I created a blank VM and chose Windows 8.1. After this, it asks me to insert the installation disc. I cannot figure out how to use the .ISO as the source at this point. I tried copying and
    pasting the path to the file and dragging the file to the VM, but no luck.
    If there is a way I can install this without this error message or by somehow getting the path to the .ISO that'd be perfect.

    Hi,
    According to your description, I would like to confirm if you have unchecked the Express installation box.
    Be sure to uncheck 'Express Installation' when installing, otherwise Windows setup will fail with an error "cannot find license terms" and get stuck in a reboot cycle.
    I suggest you refer to the following link to use Parallels Desktop to install Windows 8.1.
    Using Parallels Desktop to install Windows and the dev tools on your Mac:
    http://msdn.microsoft.com/en-us/library/windows/apps/jj945424.aspx
    Regards,
    Kelvin hsu
    TechNet Community Support

  • Can i create an apple account with an app store card, or do i Need an itunes card?

    Can i create an apple account with an app store card, or do i Need an itunes card?

    You need an iTunes card.
    You can setup an account without a credit card if that helps.
    http://support.apple.com/kb/ht2534
    I found this in the iTunes help menu.
    Redeem an iTunes allowance, gift certificate, or Gift Card
    If you received an iTunes Store allowance, gift certificate, iTunes Gift Card, or promotional code, you can use it to buy songs, videos, or audiobooks from the iTunes Store.
    You need to set up an Apple ID for use with the iTunes Store before you can redeem anything in the iTunes Store. You don’t need to enter credit card information to redeem only the amount of a gift certificate or card.
    Before redeeming anything, make sure you are signed into the iTunes Store (choose Store > Sign In, or select Sign In from the navigation bar at the top of the iTunes Store window):
    I don't see any mention of App Store cards.

  • How can I get Expose to show only and all active windows, regardless of app

    Sometimes I have two applications running with several finder windows hidden on the dock. I'd like to know how I can (or if I can) get Expose to show only the Active windows - not the ones on the dock. With this new upgrade, it seems that all open windows that are on the dock appear in a row at the bottom of the screen, which takes up real estate - can I turn that function off so just the open, undocked windows of all apps show?

    Sounds like you opened a message in a new window. Have you tried closing that window and see what happens?
    If that is not it maybe you can post a screen shot of what you are seeing.

  • Can i create a home window without using a NIB file

    I hate interface builder, it is a really counter-intuitive piece of junk. Please don't try to convince me otherwise I prefer to do it all in code. Right now i have my whole product running dynamically, creating all the interface objects programmatically as my positioning is all calculated on the fly.
    However I still have one NIB file (MainWindow.NIB) that creates the home window and somehow links to my AppDelegate class, which is the startup class for my app. I see that my main.c routine calls UIApplicationMain() which somehow loads the main nib (hidden magic here), and then eventually my AppDelegate() method which is of calss UIWindow() gets called with an initialize() call followed by applicationDidFinishLaunching() call and off we go.
    Can I create the window dynamically by not using NIBs? Now that we have ipad and iphone to contend with, I would want to create a window that is either 320 x 480 or 768 x 1024 depending on what machine I am on. I would like to get rid of the NIB because I don't understand the wiring stuff and I tried to make a NIB myself but now get a cryptic error message, and anyway the NIB has a fixed size and my app wants to be dynamic now that we have two screen sizes.
    The second part of the question is how do you know what kind of machine you are on? I don't see a Gestalt() routine like in the old mac days so you can tell what machine it is.

    There are always less-informed people who think that a STATIC development tool is somehow more powerful than a flexible dynamic interface computed as one goes. The idea of a static screen form that you control dates back the 80's; modern interfaces are DYNAMIC and interface builder cannot construct those; sure it can perhaps help you lay out things, but if the user turns on certain features then new controls are visible. We have built products with over 500 controls in them and as only perhaps 25 are needed at any one time the software rearranges the screen in the most optimal form at all times. The more advanced the product the more one chafes at a static design tool.

  • How to create a single login for multiple apps on tomcat server?

    Hello,
    I am running the most recent versions of apache and tomcat on several dells with XP pro.
    When I login to an app I have created, a session variable is set, but when I browse to one of the other apps on the same computer, it does not recognize that the session variable has been set and I have to login again.
    Can somebody please suggest how, or where I can find docs, to configure tomcat to pass the session variables to other apps?
    Thank you very much.
    Or, can anybody suggest the most effective strategy for creating single-logon functionality for multiple apps with tomcat and apache running on one computer? and with tomcat and apache running on multiple computers? (i.e., each computer has tomcat and apache integrated).
    The database is Oracle 10g running on each computer.
    Thank you again.

    A good place to start is http://www.javaworld.com/javaworld/javatips/jw-javatip34.html
    Also, do a search in this forum on HttpURLConnection. That class allows you to use POST method to send form data to a web server.
    "Hidden" variables are only hidden in HTML. The HTTP that gets POSTed to the web server doesn't distinguish between hidden and not hidden. That is, the content you would write to the HttpURLConnection.getOutputStream() would be something like:
    hidden=1&submit=ok(Of course, the variable names would depend on what the web server was expecting from the form.)
    Also, be sure to set the Content-Type request parameter to "application/x-www-form-urlencoded"

  • Issue while creating a enhancement window with Interface enabled check

    Hello everyone,
    i have a standard webdynpro component "fmca_wdy_return" to enhance. The component is one the applications configured in floor plan manager "FPM_OIF_COMPONENT".
    we have created a tab on the FPM view and we need to configure the wda component window onto this view. The problem is when i create a new window as an enhancement in the wda component(FMCA_WDY_RETURN) it does not enable the interface check in the properties tab, if the interface is not checked we can configure the window in the FPM.
    can someone explain the enhancement window is not interface check enabled? how can it be enabled? or is there any other solution for this?
    Thanks.

    Hi Suri
    I've just encountered the same situation. Did you find a solution?
    Cheers
    Glen

  • Not getting e-mails from wireless cam in Windows 8 Mail App

    Please forgive me if this is not being asked in the correct forum.  I could not find another place that seemed to fit.  Feel free to move it if necessary.
    I have two Linksys Wireless IP Cameras.  Both are configured to detection motion and send an e-mail with 5 pictures to my Live.com e-mail address.
    This configuration has been working for over 1 year and works.  To verify, I get e-mails from the both cameras when I use Internet Explorer and login to http:// mail.live.com  with my live.com (aka Hotmail) email account.
    I upgraded to Windows 8, logged on the very first time with my Microsoft Live account.  From all appearances, it looks like the Windows 8 Mail App was configured to use my live.com e-mail account.  There are message there that I see when I login via
    Internet Explorer.
    The problem is, I never ever get any of the emails that were sent from my Wireless Cameras in the Windows 8 Mail app.
    If I sign in to my live.com email account via Internet Explorer those messages are there.  As a test, while I was looking at one of my emails via Internet Explorer, I forwarded it to myself.  That message with pictures and all did arrive in the Windows
    8 Mail app.
    So, does anyone have any ideas why the Windows 8 Mail app does not get the e-mails sent from my Wireless Cameras?
    Thanks,
    Erik

    Normally I do use IE to check my email.  I want to use the new stuff.  Note that the camera is stand alone and not connected to any computers.  It is a wireless IP camera and is configured to send e-mail when it detects motion.  Linksys
    has told me that in general, the camera is compatible with Windows 8 but there are no drivers to plug it in directly to a computer with Window 8.
    You stated that you suspect that the mail app does not support the function.  I'm not sure what you mean by that.  It is a mail application and should present me with any incoming e-mails to my account regardless of where they come from. 
    I know that the camera is working because I can see the message via IE in Windows 8 and in the Mail App on my Windows Phone 7.
    So, if the Windows 8 Mail app does not support the function, why I can view one of the e-mails from my camera using IE in Windows 8 and then forward it to myself at the same e-mail address and then the forwarded message arrives with all the pictures
    attached and is viewable in Windows 8 mail app.
    I have also setup my camera to send e-mail to my work account.  At work we have Exchange and I use Outlook 2010.  I get the messages from the camera in that program without any problems.
    I also get the message using the Windows Phone 7 Mail App.
    I just can't understand why the Windows 8 mail app is ignoring or blocking message that are coming from my cameras.

  • Windows 8 Mail App - Not setting up with Office 365 Account

    Hi - I'm trying to get an Office 365 Exchange account set-up with the Windows 8 Mail app.  It's giving me an error stating the following:
    To sync this account, you first need to: Make your Windows user account an administrator. 
    I do not want to give admin privileges to the individual user account on Windows (as the error is stating that it wants me to give admin privileges to the local Windows 8 account - not on Office 365) and I cannot find any restriction set-up in the admin
    console/settings on Office 365 (or in Widows 8) that would require this privilege. 
    This same account (on Office 365) can connect fine via Outlook 2010 and a Windows Phone 7 mail app. 
    How can I solve this?..

    Derek,
    Can you please share the UAC setting or GPO settings you used to fix this in Windows 8?  I've gone to the lowest available setting in the UI (there appears to be a lower limit that a NON-admin user can manually set UAC to and to get any other levels,
    you need to use GPO) and still no luck. 
    Thx,
    DML
    DLovitt

  • Windows 8 mail app, has my icloud account on but none of my icloud contacts depsite merging outlook and icloud on the icloud control panel... Help?? :)

    windows 8 mail app, has my icloud email accounton it, but none of my icloud contacts depite the fact that i have merged outllok and icloud on the icloud control panel

    What you have experienced, though annoying, doesn't necessarily mean someone has hacked your account, though if you were finding that you were blocked because the sending limit had been reached that might indicate that you had been hacked.
    What can happen is that when people receive emails which appear to come from their own address but they haven't sent they naturally tend to be concerned: however it's most unlikely that anyone has hacked their account, they've just been targeted by one of two common spammers' techniques: both arise because it's all too easy to forge the 'from' address on messages to be something other than the real one.
    There are two methods. One is that the sender has forged the 'from' address to be the same as the 'to' address (so other people will see it coming from themselves, not you), presumably in the hope of confusing spam filters. It's harmless, if extremely annoying. Delete it (never ever answer spam or try to unsubscribe from it), and you don't need to be worried about it.
    The other problem is that a spammer is forging your address as the 'from' address on a whole batch of messages. The first thing you hear about this is when you start getting bounce messages because the spam has been sent to non-existent addresses and is being bounced to you. There's no point at all in responding to it. It's infuriating but normally stops after a bit as they move on to another forged address.
    There isn't really anything you can do about it: closing the account isn't really worth the hassle unless you are totally swamped, because you will have to tell everyone your new address. Apple can't really do any more than they already are about spam. However changing your password on general principles is a good idea.

  • Windows 8.1 apps freeze and minimise to tray

    Hi!
    I have a problem with my win 8.1 machine. All the windows 8.1 apps like the store, weather freeze on their splash screen when I start them and then they minimise to tray. If I try to maximise them again they minimise back again after a few seconds.
    These apps never get past the splash screen and there are no swirling loading dots on them (There is a similar problem other people had but they had swirling loading dots and I don't. Also I tried all the solutions I could find for that problem and none
    worked). Also my apps don't have an X in the tile corner (unlike an other similar problem) and the solutions to that one also don't work for me. I tried WSreset.exe too but it just threw back a "Application didn't run" error window. I downloaded
    the windows store troubleshooter and it concluded that there was a problem with store cache that it couldn't fix.
    I have ownership of app security set to SYSTEM.
    I ran out of ideas and hope there someone here who can give me some pointers.

    Thanks for replying!
    The powershell code doesn't seem to do anything. I  copypasted it and ran it but absolutely nothing happened.
    the dism.exe code in Admin CMD started running and froze at a line that said "Image Version: 6.3.9600.17031"
    it stayed like that until I tried to restart the machine at which point it threw back an error code and made a log I posted at the end of this comment. ("Nincs elég hely a lemezen." is hungarian for "not enough space on disk." but I have
    about 400GB free on C: so I don't know what this is supposed to mean.
    Also "A fájlnév, a könyvtárnév vagy a kötetcímke szintaxisa nem megfelelő." means "File name or library name or volume label sintax is incorrect")
    The log continues with a very long line of Chinese characters, I pasted all the english parts.
    [1876] Caller did not request sparse mount
    [1876] Mounting new image.
    Wim:         [\\?\GLOBALROOT\device\harddisk0\partition5\Recovery\WindowsRE\Winre.wim]
    Image Index: [1]
    Mount Path:  [C:\WINDOWS\TEMP\cf68910e-6a60-4f2c-b10b-e57e9af0a1e5]
    [1876] Wimserv process started for guid c60200d8-6e99-4c3b-9919-420ed5dd15b8.  Id is 1384
    [1384] ImageUnmarshallHandle: Reconstituting wim at \\?\GLOBALROOT\device\harddisk0\partition5\Recovery\WindowsRE\Winre.wim.
    [1384] Mounted image at C:\WINDOWS\TEMP\cf68910e-6a60-4f2c-b10b-e57e9af0a1e5.
    [1876] [0x8007007b] FIOReadFileIntoBuffer:(1415): A fájlnév, a könyvtárnév vagy a kötetcímke szintaxisa nem megfelelő.
    [1876] [0xc142011c] UnmarshallImageHandleFromDirectory:(511)
    [1876] [0xc142011c] WIMGetMountedImageHandle:(2568)
    [1876] [0x8007007b] FIOReadFileIntoBuffer:(1415): A fájlnév, a könyvtárnév vagy a kötetcímke szintaxisa nem megfelelő.
    [1876] [0xc142011c] UnmarshallImageHandleFromDirectory:(511)
    [1876] [0xc142011c] WIMGetMountedImageHandle:(2568)
    [1876] ImageUnmarshallHandle: Reconstituting wim at \\?\GLOBALROOT\device\harddisk0\partition5\Recovery\WindowsRE\Winre.wim.
    [1876] ImageUnmarshallHandle: Reconstituting wim at \\?\GLOBALROOT\device\harddisk0\partition5\Recovery\WindowsRE\Winre.wim.
    [1876] ImageUnmarshallHandle: Reconstituting wim at \\?\GLOBALROOT\device\harddisk0\partition5\Recovery\WindowsRE\Winre.wim.
    [1876] [0x80070070] ReadWriteDataInternal:(134): Nincs elég hely a lemezen.
    [1876] [0x80070070] WriteDataCallback:(1143): Nincs elég hely a lemezen.
    [1876] [0x80070070] AddCaptureNodeToImage:(4190): Nincs elég hely a lemezen.
    [1876] [0xc144012e] 
    〲㌱ㄭⴰㄲㄠ㨲㠲㔺ⰴ䔠牲牯††††††††䐠卉⁍†䥄䵓圠䵉倠潲楶敤㩲倠䑉ㄽ㜸‶㩃坜湩潤獷呜浥屰晣㠶ㄹ攰㘭㙡ⴰ昴挲戭〱ⵢ㕥攷愹てㅡ㕥坜湩潤獷卜獹整㍭尲牤癩牥屳ㅳ㄰甸楮⹣祳⁳䠨䕒啓呌〽㡸〰〷㜰⤰ⴠ䌠楗䵭湡条牥㨺楗偭潲楶敤䵲杳潌䍧污扬捡൫㈊㄰ⴳ〱㈭‱㈱㈺㨸㐵‬牅潲⁲††††††††䥄䵓†䐠卉⁍䥗⁍牐癯摩牥›䥐㵄㠱㘷䌠尺楗摮睯屳敔灭捜㙦㤸〱ⵥ愶〶㐭㉦ⵣㅢ戰攭㜵㥥晡愰攱尵楗摮睯屳祓瑳浥㈳摜楲敶獲獜〱㠱湵捩献獹⠠剈卅䱕㵔砰〸㜰〰〷
‭坃浩慍慮敧㩲场浩牐癯摩牥獍䱧杯慃汬慢正਍[1876] [0x80070070] ProcessWimQueueNode:(448):
    Nincs elég hely a lemezen.
    [1876] [0x80070070] DequeueWimData:(303): Nincs elég hely a lemezen.
    [1876] [0x80070070] ImageWorkerThread:(550): Nincs elég hely a lemezen.
    [1876] [0x80070070] GetImageErrorCode:(3701): Nincs elég hely a lemezen.
    [1876] [0x80070070] ImageWorkerThread:(534): Nincs elég hely a lemezen.
    [1876] [0x80070070] GetImageErrorCode:(3701): Nincs elég hely a lemezen.
    [1876] [0x80070070] ResAddFromFileAndHandle:(4414): Nincs elég hely a lemezen.
    [1876] [0xc144012e] 
    〲㌱ㄭⴰㄲㄠ㨲㠲㔺ⰴ䔠牲牯††††††††䐠卉⁍†䥄䵓圠䵉倠潲楶敤㩲倠䑉ㄽ㜸‶㩃坜湩潤獷呜浥屰晣㠶ㄹ攰㘭㙡ⴰ昴挲戭〱ⵢ㕥攷愹てㅡ㕥坜湩潤獷卜獹整㍭尲牤癩牥屳ㅳ㈰洹浧⹴祳⁳䠨䕒啓呌〽㡸〰〷㜰⤰ⴠ䌠楗䵭湡条牥㨺楗偭潲楶敤䵲杳潌䍧污扬捡൫㈊㄰ⴳ〱㈭‱㈱㈺㨸㐵‬牅潲⁲††††††††䥄䵓†䐠卉⁍䥗⁍牐癯摩牥›䥐㵄㠱㘷䌠尺楗摮睯屳敔灭捜㙦㤸〱ⵥ愶〶㐭㉦ⵣㅢ戰攭㜵㥥晡愰攱尵楗摮睯屳祓瑳浥㈳摜楲敶獲獜〱㤲杭瑭献獹⠠剈卅䱕㵔砰〸㜰〰〷
‭坃浩慍慮敧㩲场浩牐癯摩牥獍䱧杯慃汬慢正਍[1876] [0x80070070] AddFileNodeToImage:(2120):
    Nincs elég hely a lemezen.
    [1876] [0x80070070] EnumImageFiles:(1968): Nincs elég hely a lemezen.
    [1876] [0x80070070] EnumImageFiles:(1986): Nincs elég hely a lemezen.
    [1876] [0x80070070] EnumImageFiles:(1986): Nincs elég hely a lemezen.
    [1876] [0x80070070] EnumImageFiles:(1986): Nincs elég hely a lemezen.
    [1876] [0x80070070] WriteFileImage:(1931): Nincs elég hely a lemezen.
    [1876] [0x80070070] GetImageErrorCode:(3701): Nincs elég hely a lemezen.
    [1876] [0x80070070] WriteDirImage:(1702): Nincs elég hely a lemezen.
    [1876] [0x80070070] ImageRecaptureDirectory:(657): Nincs elég hely a lemezen.
    [1876] [0x80070070] WIMCommitImageHandle:(1201): Nincs elég hely a lemezen.
    〲㌱ㄭⴰㄲㄠ㨲㠲㔺ⰵ䔠牲牯††††††††䐠卉⁍†䥄䵓圠䵉倠潲楶敤㩲倠䑉ㄽ㜸‶䥔㵄㘱㈵戠獡履瑮敳畴屰灯

  • How to create service in Windows XP for jar file?

    Dear friends,
    I'm having an jar file in my Windows XP OS. I would like to create new service Windows XP to run this jar file. When i start the service then the jar file to be executed.
    I did search in google but i didn't get any proper solution for this.
    Could anyone please tell me the best and easiest way to create service for my jar in Windows XP os.
    Thanks in advance,
    Sathish

    Hi Chennail123,
    Just have a read : [*Converting Your Java App into a Windows Service*|http://www.devx.com/Java/Article/34438].

  • Problem in background task with Control channel trigger in Windows 8.1 app

    Hi,
    I created app with control channel trigger as background task.
    This is working fine in windows 8.1 desktop whenever app in background and switching from my app to other apps.
    But this same behavior is not working fine in windows tab, whenever app switching the notification associated with background task is not working. And some times it throws delayed notifications.
    As assumption based, is there any problem in tab to initiate the background task in suspended mode? or is there any regulations for control channel trigger using?
    Expecting your feedback!!! thanks

    Hello Kabir,
    Since this issue is related windows store apps, I move it to the
    store app forum for getting better help.
    Rgeards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Webcam detected in Windows 8.1 App not the desktop...

    Hello, I tried searching everywhere for a solution and have tried the usual reinstall, downloading an earlier version, etc. But I have still not succeeded in getting the desktop client to find my webcam. Again the app that comes with windows 8.1 can detect my webcam no problem but the client cannot. Also just to avoid the whole "please upload your dxdiag" response I have it already attached.Any ideas?
    Solved!
    Go to Solution.

    Do you have the Logitech Camera Controller app installed?  I had some odd issues when it wasn't, with my c525.   So you may want to try that:
    http://apps.microsoft.com/windows/en-us/app/logitech-camera-controller/02b3d909-8b3f-49e1-8928-6a92f...
    You can also try resetting your Skype configuration.  Exit Skype completely then run the following program.  When it is done, restart Skype and the initial wizard should come up.  See if your camera is picked up.
    http://www.pcdust.com/Downloads/ListFix/ListFix.exe

Maybe you are looking for