-
```
What steps will reproduce the problem?
1. Bind DataTable with 4 columns to the chart:
dt.Columns.Add("Month");
dt.Columns.Add("Consumption", typeof(double));
dt.Columns.Add("Goal", typeo…
-
`PagesController` is a subclass of `UIPageViewController` and we make the things I don't really like: it's `delegate` and `dataSource` of `self`. I think it's better approach to make it a subclass of …
-
Could you please add russian localization:
"button.use" = "Использовать";
"button.retake" = "Переснять";
"general.error.title" = "Внимание";
"general.button.cancel" = "Отмена";
"pickerimage.nopolic…
-
```
What steps will reproduce the problem?
1. Place 2 TabSheets on a PageControl
2. Place on every TabSheet 1 THTMLView
3. Place the XPThemeManager on the Form
4. Load in every THTMLView a Document
5.…
-
How to use whit ASP.net MVC 4?
-
```
What steps will reproduce the problem?
1. Bind DataTable with 4 columns to the chart:
dt.Columns.Add("Month");
dt.Columns.Add("Consumption", typeof(double));
dt.Columns.Add("Goal", typeo…
-
Pages bullets are clickable in the example, but don't change the page.
-
Hi,
I am struggling to find why does my page reloads when i click btn-clear (small cross on the left of input box).
My page is partial view which is loaded on ajax call. Do i need to reinitiallize b…
-
I am using your UIScrollview+DelegateBlocks class in my project. I drug these files only into my Xcode project. I am setting the delegate block within a public class method (static, +). The scrollView…
-
The way button tiddlers are implemented, as at
https://github.com/Jermolene/TiddlyWiki5/blob/master/core/ui/PageControls/newtiddler.tid
means that, given the title of a button tiddler, there's no wa…