How to create Attractive Side Bar Menus at Delphi [closed] - delphi

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
How the attractive sidebar menus can be created at Delphi as shown below in attached image?
TCAtegoryPanelGroup and TCategoryPanel works out but in order add menu items to TCategoryPanel and make it stylish and attractive like one shown in fig is complicated. While TJvXpBar is something what I want but at background I want a Panel which would distinguish left part from right one as shown in figure below as well as expand automatically when form is maximized at runtime.
http://s5.postimg.org/6e6dfb4sn/interface.jpg
I want to have GUI interface as shown above the form size in default 800 * 400 px as shown in the image above. Which panel should be used at the background of TJvXpBar (As shown in figure) so that when maximized at runtime (1366 * 768) background panel(strip) wont break from top to bottom.
(please check the link for interface image, cannot add image in edit mode)

DevExpress has a NavBar control.

you can use side bar menus from Jedi Project or from TMS components. As suggested by TLama you can use TCategoryPanel
LE: Jedi Project has in its folder a megademo example(usually it is the path yourJediInstallFolder\jvcl\examples\JVCLMegaDemo). With that demo you can see how the controls look like. Then, you can choose what you believe it suite your needs(e.g TJvXPBarInformation)

Related

Xcode: what is this colour? (settings table view background colour) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I would like to replicate the colour that can be seen in a grouped Table View, however in the developer colour palette there is no matching colour. Any idea if this is already a preset somewhere?
In Interface Builder, rather than pressing on the large colour block, if you click on the up/down blue arrows on the right, you will be presented with built-in options.
Click arrows on right hand side in blue:
This will display this list:
I believe you are looking for "Group Table View Background Color".
To set this programatically, you can use:
Swift:
UIColor.groupTableViewBackgroundColor()
Objective-C
[UIColor groupTableViewBackgroundColor]
Not a direct answer to you question, but if you want to pick and save any color on your screen, you can do this:
Use the color picker tool at the bottom of the "Colors" panel and just drag your mouse over something that is visible on your screen (doesn't have to be within Xcode). When you are done you can save the color in the "Color Palettes" tab.

Image Gallery with checkboxes on photos [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am trying to create a similar gallery interface including a checkbox which selects the corresponding image. I could create the gallery with UICollectionViewCell. Now wants to add the checkboxes for each image. Can anyone guide me how should i continue? I am planning to continue with a check box image , On touch event etc..Is there any built in controls or templates? Can anyone provide some useful links for me to continue.
Thanks in Advance.
First way
Just using an UIImageView and settings a state to the UICollectionViewCell. According to the status you have to change the UIImage inside the UIImageView.
SecondWay
Just using an UIButton with two UIImage: one for the normal state and one for the selected state. This probably aggravate the touch on the cell.
IMHO...
I suggest to use the first way. i.e when you select a photo you are in the editing mode: the touch select the photo and not show it in full screen mode. So, when you are in the editing modeyou can switch the behavior for the touch.

IOS swipable welcome screen [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Some iOS apps come with a welcome screen that allows you to swipe through several pages and then lets you use the app. Usually they include a page control at the bottom to show progress of viewing the pages.
Is there a popular or standard library that is providing this functionality?
See also:
How to show a screen only on the first launch: Show screen on first launch only in iOS
Page view controller: https://developer.apple.com/library/ios/documentation/WindowsViews/Conceptual/ViewControllerCatalog/Chapters/PageViewControllers.html
I assume many of these are just custom made.
However check JazzHands by IFTTT, a library built for such screens with keyframe animations
JazzHands
Its quite simple,
Create a ViewController named WelcomeScreenViewController
Then setup UIPageControl and UIScrollView on the XIB, and load all the welcome images.
Handle UIScrollView delegate methods, and determine that you scrolled to the last page.
When you reach last page, hide the whole pagecontrol, and scrollview and show a Welcome Screen with Start option.
On touching start option, change the window.rootViewController to your actual Home screen. And too save in UserDefaults that you have shown the Welcome Screen.
Initially your window.rootViewController should be WelcomeScreen if you haven't shown it before.
The above should be the logic to implement what you are looking for.
Hope it helps.

How to implement a "visual" tutorial in iOS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
first of all, sorry for the non-relevant title but I don't know how to exactly define it.
I would like to implement a tutorial like the one illustrated in the picture here below
how can I do that in iOS? Is there any framework, library, example or standard procedure to implement such tutorial? Or is it just a picture added on top of the main view?
Thanks!
Have a look at some of these controls. You should be able to get a good idea of how to approach this. Essentially, you are going to want to create a partially transparent Image and overlay that on the relevant view when you wish the tutorial to display. Create a tappable "hit zone" that covers the entire area of the image, so that a user can dismiss the overlay with a single tap.
Good Luck with your project!

How to dock "Tool Options" to "Toolbox"? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
The "Tool Options" and the "Toolbox" used to be in the same window, but it somehow broke apart. Can somebody give some hints as how to bring them together as one again?
I'm using GIMP 2.8.1. I hope this will work for you:
Open the "Windows" menu and select "Single-Window Mode".
Simple ;)
In the detached window (Tool Options), the name of the view (Paintbrush) is a grab-bar.
Put your cursor over the grab-bar, click and drag it to the dock area in the main window in order to reattach it to the main window.
In the detached 'Tool Options' window, click on the red 'X' in the upper right corner to get rid of the window. Then on the main Gimp screen, click on 'Windows,' then 'Dockable Dialogs.' The first entry on its list will be 'Tool Options,' so click on that. Then, Tool Options will appear as a tab in the window on the right side of the screen, along with layers and undo history. Click and drag that tab over to the toolbox window on hte left and drop it inside. The tool options will again be docked in the toolbox.

Resources