Devexpress AccordionControl add Item to favourite Item - devexpress

I want to achieve this kind of functionality in AccordionControl
In my AccordionControl there are all screens showns. user can open any screen using AccordionControl
I want functionality :enter image description here
User can Add any screen from AccordionControl to My favourite
From My Favourite the listed screens can be opened
My Favourite can be stored & remain as it is
User can add or remove item to My Favourite
can you help me for this task?
I have no Idea how to do this?
can you please help me for that? If possible then can you please give any rough application for this task?
C# .NET

Related

Xamarin.Forms Introduction Guid

I finished the functionalities of my app. Now when user first time login i need to make introduction guide on every page, with a short text Myabe some alert. Also on the dialog need chechbox , if he check the guide wont show again. I dont know where to start and how to organize this. Any example, practise to start. On all the dialogs will be static text.
You can refer any sample which guides you to create Tutorial Screen.
You can use built in Carousel View to have that as well.
Here I'm sharing one of that: How to add tutorial screen in Xamarin.Forms
Edit
To add it on every single page, you can use custom Popup, which can be created using Rg.Plugins.Popup

How to create a text area which takes styles

I am writing an application, the use case is admin can enter some text in text area, the same will be displayed to the logged in user.
Here my problem is, if admin copies some code from some editor like eclipse/ intelliJ IDE, the code and style also should get copied to the text box.
So that user would be able to see it in proper format/style.
Is there any way to achieve this?
Thanks and Best Regards,
Kishna
Unfortunately that is not possible.
The textarea is not designed for that purpose.
Read here for further information.

Qt Screenshot sharing app - How to select the area of a screen

I am trying to code an app in Qt for capturing and then sharing the screenshots. For now my application captures the screenshot, shows a preview and saves it. I am yet to do the upload part. but before that I would like to be able to select the area of the screen of which the screenshot needs to be captured.
I tried searching and I couldn't find any helpful articles or documents in Qt. So can anyone help me?
PS: The idea is to create a similar app like lightshot and several other similar tools.
Thanks in advance
There are two methods that you can use for this: -
1) Capture an image of the screen and then display that, full screen to the user, essentially allowing the user to crop the image.
2) A more commonly used method is to create a full-screen, topmost window that has no title bar and is transparent. This allows the user to drag out an area, which you can draw an outline to represent the area the user requires.
I recommend the 2nd method and creating a transparent window is simply a matter of changing the window flags, as you can see here.

SeaDragon Mouse Clicks navigation

I'm trying to build a page in which contains images and while clicking images i want it to navigate to next page.
I've had a look at Seadragon but as far as I can see it is not possible.
Can anyone propose a solution?
Thanks
It's hard to tell from your description exactly what you're trying to do, but I imagine it's possible with the latest version of OpenSeadragon:
http://openseadragon.github.io/
Take a look at these possibilities:
http://openseadragon.github.io/examples/tilesource-sequence/
http://openseadragon.github.io/examples/ui-reference-strip/
... Or you could add a custom click handler to do what you want.

UIImagePickerController and pre-selected photo

I am working with a UIImagePickerController. A page in my app can display a photo. When it does, I would like to be able to let the user edit that photo. I see how UIImagePickerController allows you to select a photo from all the photos available. Is there a way I can give the UIImagePickerController a specific photo and instruct it to let the user begin editing that photo? Thanks.
No, this can't be done with UIImagePickerController. What editing do you wish to allow on the photo? If it is just cropping then put it in a UIScrollView and let the user zoom and pan. Crop the image based on what they do. If you want more editing capabilities then you have more work. Look into 3rd party solutions such as the Aviary SDK.

Resources