Is there a way to drag and change the height of highstock pane in the demo here. Something like we can do for webstock here.
thanks
Unforurtantley this option is not possible, but I advice to post your suggestion on uservoice: http://highcharts.uservoice.com/
Related
I am unable to find the Placeholder menu. Attaching my screenshot.
Is there any way to easily add constraints. It took me more than 2 hours just to resolve the constraints.? And the pic seems to be differently oriented in different simulators even after using the Editor> Size to Fit Option.
Would highly appreciate the help.
Thanks.
The easiest way to add constraints is by using "Pin" (second from the right in the attached image), which is located at the very bottom of the interface builder.
If you're having some trouble understanding AutoLayout, I recommend reading Apple's documentation https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/AutolayoutPG/
Let me know if you need further clarification.
Searched all over Google and I'm afraid I can't find an answer to this.
Here is my current situation:
Instead of having those checkbox aligned to the left I want them centered like so (photoshopped obviously):
Anybody know how to achieve this with VCL? Thanks.
Edit:
These components are inside a TGridPanel and for whatever reason the Left and Top properties have no effect on the position of the component in the cell. I have also looked for any layout properties with no luck.
The controls inside the TGridPanel are automatically center-aligned. If you reduce the width of the checkboxes to the correct value it should be centered as requested. Be aware that if you reduce the size too much the checkbox will shrink.
I managed to find a solution although it's rather messy. But for future reference I had to create a panel for every single cell in my GridPanel then that allowed me to set the left padding property of the panel to push my TCheckboxes over.
Yes it's super inefficient but it's the best I've got so far. Also fixes my issue of wanting to show the cell outlines inside the GridPanel.
When you drag a new view into a view controller in the storyboard dotted blue guidelines are supposed to appear, which help to position the view and apply autolayout constraints.
Dotted blue guidelines
In my case these guides do not appear, no matter where I move the view. I must have done something to disable them, but i have no idea what. How can a get the guides back?
I'm using xcode 6.1.1 and autolayout is enabled ( the autolayout checkbox is checked and it seems to be working fine apart from this)
Thanks in advance for any advice you can give.
Make sure Editor > Canvas > Snap to Guides is enabled:
Can anyone please tell me is there any way to include scroll bar in highcharts without using highstock.js
( use only highcharts.js) ?
Unfortunately the scrollbar is available only in the highstock.js.
I have created a Splitview and in detailed view I just added a map view there. I did nothing else than including the location and map libraries so the build and run will work.
However, the map shows only partially, do you have any idea why this is happening and how should I fix it?
Thanks a lot!
Here is the project and thanks a lot!
Regards, Yashu!
The autoresizing mask of the map view is not set up correctly. It should have a flexible width and height like its superview.