Jdesktoppane for Windows apps

Can I call Windows pre-existing apps within a Jdesktoppane, and run them like internal frames ?

From quoted page:
"If you want to submit your publication to the Windows Store, contact your Adobe representative to request a custom build."
Martin

Similar Messages

  • Jabber 10.5 for Windows + App Dial Rules + Phone Control Mode

    I am using all 10.5. 
    I have Jabber for Windows integrated with Outlook.  I have Application Dial Rules set up to handle converting numbers to what I need by stripping, adding 9s, adding 1s, etc.  It all works great when I'm using Jabber as a soft phone. 
    My problem is that almost nobody in the company has a PC camera/mic/speakers.  So all of the Jabber clients will be in phone control mode.  Because the call originates from the phone and not from an application, the Application Dial Rules get bypassed.  I understand why this is happening but I'm hoping there is a way around it.  Is there some setting that tells CUCM to notice that there was a CTI call to the phone from an application requesting that it make the call or something like that where CUCM realizes that the request "initially" came from a Jabber client?
    OR is there some way for me to put in route patterns similar to the App Dial Rules but specify that those patterns are only available when the number is sent enblock so they don't mess with regular dialing? 

    Why dont you apply called party transformation rules and modify the called number as per your need.

  • Windows Pro upgrade with Hyper-V for Windows App development

    Hi
    I am just starting to develop my first windows phone app. I dowloaded Visual studio 2013 express on my windows 8 machine. I started to follow the Microsoft Virtual Academy, Develop Windows phone apps for Beginners with Bob Tabor.
    Anyway, when i try to run the Emulator, it tells me i need Hyper-V which my version of windows doesn't have. Apparently i need Windows Professional. Anyway, this costs about £100 to upgrade. Also, for the emulator i am told i need 4gb of RAM.
    Question 1: My laptop is an i5, 64bit machine, windows 8.1 normal edition, with 4gb of RAM. It says of which 3.88gb of ram is usable. Whatever that means?
    The minimum requirement for the emulator is 4gb, will it work on my machine which apparently has 3.88 ?
    Question 2: I already own a nokia windows 8.1 phone. A basic enough model. Instead of buying the upgrade for windows pro, is it a big hassle to run my test apps on that phone? How difficult is it to run a test build of an app on my phone? Can i run it via
    the inside of visual studio? Or do i need to go to file explorer, copy and paste files over to the phone, disconnect it from the laptop etc. How many steps are involved? If its a load of hassle i might be safer to just bite the bullet and buy the Windows pro
    upgrade.
    (although i am aware the emulator can't test some things that the actual phone can..eg near field communication etc.)
    Any advice?
    Regards
    Conor

    It's not that big of a hassle to debug your app by deploying it on your phone. It's just a matter of choosing Device instead of Emulator when you start debugging in VS.
    Some of the downsides are that your phone's screen must be on and not showing the lock screen, and the fact that you can only have a maximum of 2 apps installed on your phone for debugging purposes. If you start developing and debugging a third app, then
    you must first uninstall one of the other 2 apps to be able to deploy the third app to your phone. To my knowledge the emulator does not have such a limit. I believe there's a paid developer account option available somewhere if you want to raise the limit
    beyond 2 apps.
    Other than that, being tied to a single resolution as Dave mentioned is another downside to using a device.

  • Use MacMini server for windows apps and save for windows files ?

    My question : Office equiped mixed computers , aslo Windows and Mac,
    Could we use MacMini server for both machines, working by windows apps and / or to save and work with windows files on MacMini server  and with Mac as well?
    We woud use it for normal office work and get it by internet from other places as well
    windows apps: merchandising, invoice, word, excel, pictures editing, Outlook Express + the Mac apps
    thnx ,
    MACIren

    In general what you can do is: in OS X, use Windows in virtualization (aka emulation), as a "virtual machine" with VMWare Fusion, Parallels, or Oracle VM Virtual box.
    That way you have both operating system open side by side without having to reboot into one or the other operating system.
    Not sure whether you need a Mac Mini Server per se to do that, I do that with my MacBook Pro for instance. But the server would help since it has a quad-core CPU (more cores that you can dedicate to the virtual macine), and you can put the virtual machine on the second harddrive for better disk access performance. Was there some particular reason you were thinking of the Mini Server -- do you want to use server side Windows apps?
    Again I have that setup on my MacBook Pro using VMWare Fusion with an XP virtual machine. In the Windows, I only use Office 2003 and some company apps that are Windows only. With Fusion (and I'm sure the other apps can do it as well) you can set a "shared" folder so both Windows and Lion will see the contents of it for reading and writing. I believe with Fusion you can also do your entire Home directory, but I prefer to limit it to a single shared "work" folder.

  • Creating file in vs 13 for windows app

    I want to create a csv file in the root folder for my app. The file should be created only if it doesn't exist, if it exists it should just add data in new line in the same file.

    You can't rely on creating files where your programme is installed.
    Most users will not have create permission nowadays.
    You can easily prove this yourself.
    Open file explorer.
    navigate to a folder under programs where you have something installed.
    Right click on an empty bit and choose New on the menu.
    On my win8.1 machine I see Folder as the only option.
    They changed this since I think Win7 but maybe also Vista. 
    You should use AppData.
    This helper gets you the location of Appdata on the machine and adds your programme's namespace for a folder within that:
    public static class AppData
    public static string Location = Path.Combine(Environment.GetFolderPath(
    Environment.SpecialFolder.ApplicationData), System.Reflection.Assembly.GetExecutingAssembly().EntryPoint.DeclaringType.Namespace);
    This code here is serialising an object to FontDetails.xml in such a folder:
    private void Application_Exit(object sender, ExitEventArgs e)
    var fileName = Path.Combine(AppData.Location, "FontDetails.xml");
    if (!Directory.Exists(AppData.Location))
    Directory.CreateDirectory(AppData.Location);
    FontDetails fd = Application.Current.Resources["FontDetails"] as FontDetails;
    DataContractSerializer ser = new DataContractSerializer(typeof(FontDetails));
    var xmlSettings = new XmlWriterSettings { Indent = true, IndentChars = "\t" };
    using (var writer = XmlWriter.Create(fileName, xmlSettings))
    ser.WriteObject(writer, fd);
    Hope that helps.
    Technet articles: Uneventful MVVM;
    All my Technet Articles

  • Anyone tried the Code Weavers version of Wine (for Windows apps)?

    I am absolutely in love with my MacBook Pro, but I am constantly frustrated by the office:mac suite that we are forced to use. I have considered installing Parallels and a copy of XP so as to allow me to use the Windows version of Office, but I have no desire to pollute my Mac's hard drive with Windows. This CodeWeavers software (called CrossOver Mac) looks promising - Windows apps in the OSX enviornment, without having to load Windows. I'm just curious if anyone on here has tried it yet...

    Did you have much success with this program?

  • Back Option for Window App

    Hi,
    say i have 3 pages called page 1 page 2 and page 3
    I had made it such that page 1 and 2 will link to page 3.
    However i would like to have a back button that goes back to the previous page that i had came from.
    In this case, if i go from page 2 to 3, when i click on back button, it should link me back to page 2. if i go from page 1 to page 3 it should link me back to page 1.
    I only want to have a back button.
    can anyone tell me how i should go about doing it???
    I am able to go back to only one page at this point.
              if(event.getSource() == backButton)
                   main create =new main();
                   create.setVisible(true);
                   setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
                   setVisible(false);
              }

    However i would like to have a back button that goes
    back to the previous page that i had came from.new JButton("Back");
    In this case, if i go from page 2 to 3, when i click
    on back button, it should link me back to page 2.I see...
    if
    i go from page 1 to page 3 it should link me back to
    page 1.I see.
    I only want to have a back button.I can tell.
    can anyone tell me how i should go about doing it???How about storing the state of your application, so that it knows where it came from?
    Also, you might want to use CardLayout instead of creatin new frames.

  • How to get .Xap file for windows(8.1) app in visual studio 2013

    Hi ,
    I am creating an app that supports for windows tablet using visual studio 2013.For windows Phone  in bin folder i can see ProjectName.xap file these file can be submitted to store.But I could not see xap file for windows apps in visual stuido.What file
    I should use to upload my project to store.
    Thanks,
    Alok

    Additionally, xap extension only for Windows Phone Silverlight also some other Silverlight project.
    --James
    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.

  • Anyone else having an issue with TCP connections using iCloud for Windows?

    Hi,
    Before I asked this question, I did wait to see if any related questions came up, but none did, so I submit it now.
    On my admittedly older laptop running Windows 7 64b Home, I've run into difficulties with the iCloud for Windows app to the extent that I had to uninstall it.
    It would that, as my laptop was running, in the background, iCloudServices.exe would endlessly iterate TCP connections, which, while not actively sending or receiving any data, after some hours would number over 100 instances, taking up resources, and grinding my laptop's WiFi connection to a grindingly slow pace. I ended up, within the app, turning off everything, iCloud Drive and Photos, (I never used bookmarks), but still this would continue to occur.
    I contacted Apple Support, explaining what was going on, and they stated they only dealt with IOS and gave me a Microsoft Support number. When I called Microsoft support, I came more and more to the realization that the issue was specifically with the iCloud for Windows app, as that was the only software that was endlessly creating and not closing TCP connections as it was. How was Microsoft supposed to solve an issue with Apple code?
    So I called Apple back, whereupon they insisted it was a Microsoft issue. I explained other cloud services installed on the same computer were not having the same issue, it was unique to ICloudServices.exe. They stated they only dealt with IOS. I stated I purchased an iPad Air less than 7 months ago, and was trying to run iCloud in support of that.  They again stated they only dealt with IOS, and suggested I again try Microsoft. I asked them if it was reasonable to expect Microsoft to solve issues with Apple code? They said regardless, there was zero support offered for anything having to do with Windows, and all I could do was uninstall the app, which I did, though that did not feel very satisfactory to me. My thinking is, if Apple writes a Windows app in support of their hardware, they should offer support for it.
    Anyway, I was just wondering, is this an issue unique to me? or have others experienced a similar issue? I found this issue by opening the Windows Resource Monitor, looking under the Networking tab, and scrolling through the TCP Connections section to find 100+ concurrent iCloudServices.exe instances listed, whereas even Chrome, with multiple tabs and extensions, topped out at around 20.
    My one month old Desktop, DYI, sports a solid Asus 1150 MoBo, i7-4790k cpu, 16GB Ram, and an EVGA GTX 970 video card. I list some specs only to illustrate this computer has no hardware issues in comparison to my long in tooth laptop. On this desktop, running Win 8.1 Pro 64b,  at least as many, identifiably Apple, background service TCP connections are created even compared to Chrome, regardless of many tabs being open, many extensions, and even some related apps. Adobe does not even come close, though I run the full CC subscription. On this new computer, running Windows 8.1 Pro 64b, there are currently over 50 TCP connections and loopbacks that do not identify themselves, with just a - for the Image, and PID. With the experience on my laptop, I wonder how many of these are generated by Apple software, if not specifically iCloud software?
    The frustrating aspect of these connections is they seem in no way active, While the Chrome and Adobe connections can be seen to be transferring data, as long as I am not running iTunes, or so have my iPad actually plugged in, it seems 99% of the time these iCloudServices.exe connections are just taking up ports, neither sending nor receiving any data discernable to me under the Processes with Network Activity, or Network Activity lists, both displayed in the same window as the TCP Connections in the Windows Resource Monitor.
    Though I am fairly ignorant as regards coding, it seems as if there is no call to close a connection, very specifically, iCloudServices.exe, when it is no longer needed, and the next time a connection is needed, a new one is opened, rather than accessing the one previously opened. The only other reason I could imagine this might be occurring is if my Norton Internet Security software might mask and/or block the port after a certain time of inactivity.
    Anyone out there have any ideas or advice about this? Thanks in advance.

    Thanks jared,
    I'm still dealing with this issue through Apple. Some time after I posted this, I contacted Apple again. They did start a case up for me, as I was experiencing the same behavior on two different machines, with two different versions of Windows.
    So far it remains unsolved. I've logged iClouds for Windows on my desktop, which is brand new, then logged for awhile after completely uninstalling Norton Security Suite, depending on the Microsoft security for some time, and finally logged after I uninstalled iCloud for Windows, restarted, installed a clean download, and connected using a completely different test account, which Apple set up for me. None of this made any difference. Looking at the logs, it seems every 10 minutes, iCloudServices.exe creates a new TCP connection to confirm I'm using less than 5GB on iCloud, (which I am by a good margin, using less than 2GB), it seems this connection is not closed, and when the next iteration rolls around 10 minutes later, a new TCP connection is created. I come very close to having 6 TCP connections created per hour, until I restart my computer. This works out to... 6 x 24 = 144/day.
    Perhaps the article you posted will shed some further light on this. I'm thinking seeing the state of the connection through netstats, at the least, could help.
    For the last week, I've been putting a hold on further logging, as Apple wants me to create a new user account on one of my computers, install iCloud for Windows there, and log it running in the other account. This however basically means I cannot use my computer for a fair number of hours, and I've been busy enough with work the past week that I haven't the time or energy to afford to set this up and run it. I've had need of my computers too much for the past week.

  • Bonjour for windows: "The printer you have selected is no longer available"

    Whenever I go to try and set up sharing my imacs printer with wifes windows computer, the bonjour for windows app at first sees my two printers, but as I select them I then get a message stating that "the bonjour printer you have selected is no longer available. Please make sure the printer is powered on and plugged in." It of course is on, powered and plugged in, and receives print jobs from my mac. I have also configured printer sharing in OS X 10.6 to allow for "everyone" to print. Don't get any firewall messages either.
    Same problem happens for me when I am trying to connect from windows running under Parallels on my ibook.
    Has anyone run across this problem and can offer guidance? I'm running out of hair to pull out!
    Thanks in advance,
    "I'm a Mac, and I'm a PC... and we're trying to play nicely together." (mumble-mumble-grumble...)

    Problem solved!! Somehow. After being in try everything and anything mode (remove/add printer, update drivers (again), shut down/restart, etc), I think I solved the problem my changing sharing permissions. I still couldn't print though. Kept getting the "printer cannot be contacted over the network" error message. After much searching and reading things I didn't really understand, I noticed I kept running across this statement that Windows 7 does not play well with DHCP and the printer should be assigned a static IP address. I found this forum item that tells simply how to do that: http://discussions.apple.com/thread.jspa?threadID=1725525. The big thing was that it had me add the printer as a local printer where I had been trying to add it as a network printer. I never would have thought to do that. Then you put in the Airport address and that's it. It worked!
    This whole thing made it very clear why I moved from Windows to Mac. I should never have had to spend a whole day trying to get a network printer to print. Good luck to everyone having this issue.

  • Windows Apps Dashboard

         Hello there!
      I am trying to find the option to edit a published app in Windows Store Dashboard. I can see that for Windows Phone there is this possibility that gives you the option to edit the submission but I can't find the same option for Windows apps.
    Does anyone knows if the option to edit the app is available in Windows dashboard and what is the path?
    Thank you all!
    M.M.

    Hi M.M
    Move to publish forum for a better support :)
    Thanks for your understanding.
    --James
    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.

  • HP Printer Control app for Windows 8

    HP Printer Control enables you to set up and access your connected HP printers.
    We hope that the HP Printer Control app enriches your experience with HP printers and Windows 8. Please tell us about your experience -- what you like, what you don’t like, issues you may encounter, and areas where we could make the app better for you.
    For more information, visit the HP Printer Control App support document.
    Supported Printers:
    HP Color LaserJet CM1300 MFP
    HP Color LaserJet CM2320 MFP
    HP Color LaserJet CM3530 MFP
    HP Color LaserJet CM4540 MFP
    HP Color LaserJet CP1510
    HP Color LaserJet CP2025
    HP Color LaserJet CP4025
    HP Color LaserJet CP4525
    HP Color LaserJet CP5220
    HP Color LaserJet CP5520 Series
    HP Color LaserJet CP6015
    HP Color LaserJet Pro MFP M176
    HP Color LaserJet Pro MFP M177
    HP Deskjet 1000 J110 series
    HP Deskjet 1010 series
    HP   Deskjet 1050 J410 series Scan
    HP Deskjet 1510 series
    HP Deskjet 2000 J210 series
    HP Deskjet 2020 series
    HP   Deskjet 2050 J510 series Scan
    HP Deskjet 2510 series Scan
    HP Deskjet 2520 series Scan
    HP Deskjet 2540 series
    HP Deskjet 2640 series
    HP Deskjet 3000 J310 series
    HP Deskjet 3050 J610 series
    HP Deskjet 3050A J611 series
    HP Deskjet 3070 B611 series
    HP Deskjet 3510 series
    HP Deskjet 3520 series
    HP Deskjet 3540 series
    HP Deskjet 4510 series
    HP Deskjet 4610 series Scan
    HP Deskjet 4620 series
    HP Deskjet 4640 series
    HP Deskjet 5520 series
    HP Deskjet 6520 series
    HP Deskjet F4500 series
    HP Deskjet Ink Adv 2010 K010
    HP Deskjet Ink Adv 2060 K110   Scan
    HP Deskjet Ink Advant K209a-z
    HP Deskjet Ink Advantage K209a-z   and K209g
    HP Envy 100 D410 series
    HP ENVY 110 series
    HP ENVY 120 series
    HP ENVY 4500 series
    HP ENVY 5530 series
    HP LaserJet 100 color MFP M175
    HP LaserJet 200 color M251
    HP LaserJet 200 color MFP M275
    HP LaserJet 200 color MFP M276
    HP LaserJet 400 M401
    HP LaserJet 400 MFP M425
    HP LaserJet 500 color MFP M570
    HP LaserJet 600 M601 M602 M603
    HP LaserJet Enterprise 500 color   M551
    HP LaserJet Enterprise 700 color   MFP M775
    HP LaserJet Enterprise 700 M712
    HP LaserJet Enterprise color flow   MFP M575
    HP LaserJet Enterprise flow MFP   M525
    HP LaserJet Enterprise flow MFP   M830
    HP   LaserJet Enterprise M4555 MFP
    HP LaserJet Enterprise M806
    HP   LaserJet Enterprise MFP M725
    HP LaserJet M1522 MFP
    HP LaserJet M9040 MFP
    HP LaserJet M9050 MFP
    HP LaserJet P1100
    HP LaserJet P1566
    HP LaserJet P1600
    HP LaserJet P2050
    HP LaserJet P3010
    HP LaserJet P4000
    HP LaserJet P4010
    HP LaserJet Pro CM1415
    HP LaserJet Pro CP1020
    HP LaserJet Pro CP1520
    HP LaserJet Pro M1536dnf MFP
    HP LaserJet Pro MFP M125-M126
    HP LaserJet Pro MFP M127-M128
    HP LaserJet Pro MFP M435
    HP LaserJet Pro MFP M521
    HP   LaserJet Professional M1132 MFP
    HP LJ300-400 color M351-M451
    HP LJ300-400 color MFP M375-M475  
    HP Officejet 100 Mobile L411
    HP Officejet 150 Mobile L511
    HP Officejet 2620 series
    HP Officejet 4500 All-in-One   G510g to m
    HP Officejet 4500 G510a-f
    HP Officejet 4500 G510g-m
    HP Officejet 4500 G510n-z
    HP Officejet 4500 Wireless   All-in-One G510n to z
    HP Officejet 4610 series Scan
    HP Officejet 4620 series
    HP Officejet 4630 series
    HP Officejet 6100
    HP Officejet 6500 E710a-f
    HP Officejet 6500 E710n-z
    HP Officejet 6600
    HP Officejet 6700
    HP Officejet 7000 E809a
    HP Officejet 7000 Wide Format   Printer
    HP Officejet 7110 series
    HP Officejet 7500 E910
    HP Officejet 7610 series
    HP Officejet Pro 251dw Printer
    HP Officejet Pro 276dw MFP
    HP Officejet Pro 3110
    HP Officejet Pro 3610
    HP Officejet Pro 3620
    HP Officejet Pro 8100
    HP Officejet Pro 8500 A910
    HP Officejet Pro 8600
    HP Officejet Pro X451dn Printer
    HP Officejet Pro X451dw Printer
    HP Officejet Pro X476dn MFP
    HP Officejet Pro X476dw MFP
    HP Officejet Pro X551dw Printer
    HP Officejet Pro X576dw MFP
    HP Photosmart 5510 series
    HP Photosmart 5510d series
    HP Photosmart 5520 series
    HP Photosmart 6510 series
    HP Photosmart 6520 series
    HP Photosmart 7510 series
    HP Photosmart 7520 series
    HP Photosmart B010 series
    HP Photosmart B109a-m
    HP Photosmart C4600 series
    HP Photosmart C4700 series
    HP Photosmart Ink Adv K510
    HP Photosmart Plus B209a-m
    HP Photosmart Plus B210 series
    HP Photosmart Premium C309a-f
    HP Photosmart Premium C309g-m
    HP Photosmart Premium C309g-n
    HP Photosmart Premium Web   C309n-s
    HP Photosmart Wireless B109n-z
    I work for HP.
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution".

    Hi qunbea,
    Have you tried using the HP Printer Install Wizard or downloading the printer drivers and software from hp.com?
    Supported Printers for Windows 8 and Windows 8.1
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03168175&lc=en&cc=us&destPage=document&dlc=en
    If your full printer model is "HP Photosmart e-All-in-One Printer - D110a" then here is the link to download the software from hp.com.
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?cc=us&dlc=en&lc=en&product=4023246&task=&
    - Carolyn
    Although I am an HP employee, I am speaking for myself and not for HP.
    * Click the KUDOS star on the left to say “thanks” for helping!
    * Please mark a reply “Accept as Solution” if it solved your issue so others can find it.

  • HP All-in-One Printer Remote App For Windows Phone 8.1 Troublesho​ot

    Dear HP,
    Device                Nokia Lumia 520
    OS                        Windows Phone 8.1
    Printer                HP Officejet Pro 8600 All in One Printer
    I have installed HP All-in-One Printer Remote on my smartphone as well as on my PC having Microsoft Windows 8.1. The PC app is running 
    fine but on my smartphone, app can't find my HP Wireless printer. All Devices(PC, Smartphone, Printer) are connected to same wireless LAN Network.
    Regards
    Sahyog Vishwakarma
    Mob.: +91-7206369455
    Yamuna Nagar
    Haryana

    Hi,
    The app for Windows phone is a BETA version. In my case (also a Nokia) it can find my printer but when sending something to printer, printer won't print. Again, it's only a BETA version.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Make clickable UI-elements for windows Phone 8.1 apps maps

    Windows Phone 8.1 App , C#
    I would like to let the user add Pushpins ( which apparently are called MapIcons ) to the map and when the user clicks the newly created Pushpin some other ui-elements should appear.
    But apparently MapIcons are not clickable and you can not inherit from them since they are sealed, so no luck in making them clickable.
    I tried to just extend from Windows.UI.Xaml.Controls.Button , but those have not Location, probably because the do not belong to the Windows.UI.Xaml.Controls.Maps-namespace. So I can not really add them to the Windows.UI.Xaml.Controls.Maps.MapControl.Children
    or Windows.UI.Xaml.Controls.Maps.MapControl.MapElements, since they will not be on the map where I would want them to be.
    So how do you make a clickable ui-element that I can give a location on the map?
    I already was here
    https://msdn.microsoft.com/en-us/library/windows/apps/xaml/dn792121.aspx#showing_xaml_controls_and_shapes_on_the_map
    But I don't see how I can add clickable elements to my map
    I could write something like this of course
            <Maps:MapControl Grid.Row="1"
                x:Name="map"
                MapServiceToken="token"
                >
                <Maps:MapIcon>
                </Maps:MapIcon>
            </Maps:MapControl>
    But this MapIcon again is not clickable and it also staticly coded. I want to add mine dynamic.

    Hi Michael,
    Yes, as you said the MapIcon is not clickable, then for the workaround, please try to check the reply which posted by @Jogy in here:
    http://stackoverflow.com/questions/25377526/windows-phone-8-1-mapicon-click-event .
    Rest Regards,
    Amy Peng
    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.

  • Make a flashlight App for Windows Phone 8.1 (TorchControl not supported)

    I want to develop a simple flashlight app for Windows Phone 8.1 (non Silverlight). I used the TorchControl but it returns a false when i tried to run on my Device
    Here is the code i Used
    private async void SwitchOn(object sender, RoutedEventArgs e)
    var mediaDev = new MediaCapture();
    await mediaDev.InitializeAsync();
    var videoDev = mediaDev.VideoDeviceController;
    var tc = videoDev.TorchControl;
    if (tc.Supported)
    if (tc.PowerSupported)
    tc.PowerPercent = 100;
    tc.Enabled = true;
    else
    res.Text = "not Supported";
    Is there any other way to do that..
    Thanks In Advance.
    Gopal Kandoi

    Hi Gopal,
    I would also suggest you to try the solution from this post:
    https://social.msdn.microsoft.com/Forums/en-US/329c40e7-fa9a-4a27-8347-b4a80100842e/cant-turn-on-lumia-1520-wp-81-flashlight-use-videodevicecontrollertorchcontrol?forum=wpdevelop
    Start the video capture first and then start the torch control.
    --James
    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.

Maybe you are looking for

  • SAP BW upgrade problem in phase lang_select

    Hello everybody, during our upgrade from SAP BW 3.0B to 3.5 a problem occurred in the phase “lang_select” running PREPARE. Unfortunately we did not find any up-to-date SAP note on this, except  in the note (212481), where the symptom is descried quit

  • Adobe Reader 9.3 has stopped working ---- close the program

    When trying to open a PDF document, I get the Adobe Reader error box.  Adobe Reader 9.3 has stopped working.   A problem caused the program to stop working correctly. Please close the program. I went to the Adobe site and followed the instructions to

  • Creating forms in Acrobat 8 Standard version (ver. 8.3.1)

    I have Adobe Acrobat 8 Standard. My boss wants me to create forms to use on the web (for our intranet). I am told by the IT group that I can create secure forms with fields with the version that I have. I cannot find any info on the web that substant

  • Abap utilisation in SD/XI/BW

    Hello all, Am an ABAPer with one and half years of experience. 1)Can somebody tell me how and to what extend(Percantage wise) ABAP knowledge will be utilised in each of the  SD/XI/BW. 2)Which one of these three is best so that my ABAP knowledge if ut

  • Billing date comes later than PGI Date

    Dear Friends For a particular customer, billing date is getting generated two days after the PGI date. But for all other customers we are getting billing date on the same date as PGI is done. This problem is occurred soon after we have started invoic