Search Type: Posts; User: bobpardoe
Search: Search took 0.04 seconds.
-
30 May 2012 1:07 AM
- Replies
- 0
- Views
- 299
final Window window2 = new Window();
window2.setPixelSize(200, 200);
window2.setPosition(200, 200);
window2.getElement().getStyle().setBorderWidth(10, Unit.PX);
... -
30 May 2012 12:54 AM
- Replies
- 2
- Views
- 751
I can't believe that this is really happening as it is so fundamental. If you drag the right side window resizer a number of times making it wider and narrower, the height of the window reduces by...
-
1 May 2012 10:20 PM
Jump to post Thread: Sliding Side Menu by bobpardoe
- Replies
- 202
- Views
- 44,715
Originally Chromium on Ubuntu 11.01 64bit. Since then I have deployed the same code (but not minified) to an iPhone where it works fine and an iPad (v2) where it does not.
BOb -
25 Apr 2012 5:37 AM
Jump to post Thread: production build on linux fails by bobpardoe
- Replies
- 3
- Views
- 665
I no longer believe it to be root permissions but one of visibility. Other users cannot execute or read the file.
script error : (unchanged from last posting)
34498
before changing... -
25 Apr 2012 1:55 AM
- Replies
- 1
- Views
- 299
http://www.sencha.com/products/sdk-tools/download/sencha-sdk-tools-2.0.0-beta-3/linux_64
The SDKTools does not appear in your products menu either. -
25 Apr 2012 1:46 AM
- Replies
- 1
- Views
- 299
Your announcement refers to it, but no mention of where it can be found or where the upgrade instructions can be found.
BOb -
12 Apr 2012 12:30 PM
- Replies
- 3
- Views
- 460
@mitchel, yes it does
@Jamie, I don't have any, but the comment might be better added to the upgrade overview document -
12 Apr 2012 2:55 AM
Jump to post Thread: production build on linux fails by bobpardoe
- Replies
- 3
- Views
- 665
Just installed touch 2..0.1-rc and sdk tools 2.0.0-beta2 on ubuntu.
Regardless of where sdk was installed the path and env variables were not created. I had to do this manually.
As instructed... -
12 Apr 2012 2:33 AM
- Replies
- 3
- Views
- 460
The code below is used to show a view. All slid into view correctly before the upgrade but now fails.
Resizing the browser (I'm running this on a linux pc) seems to force a redraw and all... -
11 Apr 2012 5:18 AM
- Replies
- 1
- Views
- 446
If I add a button to a fieldset, the label is not shown. The button always aligned to the left side and right sides of the fieldset border. The label cannot be seen. If I substitute the button for a...
-
10 Apr 2012 11:08 PM
- Replies
- 2
- Views
- 256
I have regenerated a new project using command and as you implied the background-color is not applied. I can't duplicate this at the moment BUT ...
If I amend the css to add a background colour... -
10 Apr 2012 5:20 AM
- Replies
- 2
- Views
- 256
Chrome (or more accurately for me) Chromium on Linux will not honour the body's background-color setting on line 4 of app.css as the colour is missing the leading #.
After correcting this the... -
10 Apr 2012 2:04 AM
Jump to post Thread: Sliding Side Menu by bobpardoe
- Replies
- 202
- Views
- 44,715
I am running the code downloaded from GitHub with v2.0.0 of Touch. Your demo works fine in the same Google browser. Running on Ubuntu.
I have taken your main.js as my class and I can display it... -
4 Apr 2012 1:10 AM
- Replies
- 1
- Views
- 439
I only get a validation errors saying ... 'is the wrong length'. My message does not show and nor does the presence error ever get reported on empty strings.
... -
27 Mar 2012 5:07 AM
Jump to post Thread: Binding models and forms by bobpardoe
- Replies
- 2
- Views
- 394
Thanks for the reply, but that method needs a model instance to populate with. Bindings should work without the need for a specific instance to be instantiated.
-
27 Mar 2012 4:42 AM
Jump to post Thread: Binding models and forms by bobpardoe
- Replies
- 2
- Views
- 394
What is the correct way of binding a model to a form's components (i.e. a text box) ?
I want to be able to set the bindings, populate the model and then have the components show the data from the... -
26 Mar 2012 12:00 AM
- Replies
- 2
- Views
- 342
In the source code of the navigation view is the following comment :
// See https://sencha.jira.com/browse/TOUCH-1568
// If you do, add to #navigationBar config docs:
... -
21 Dec 2011 7:17 AM
- Replies
- 2
- Views
- 809
I asked the same in the premium support forum and the answer is no. There are some classes that need to be overriden to do it but the reply was very sparse in terms of how to achieve this.
BOb -
6 Jun 2011 1:45 AM
Jump to post Thread: Live Grid demo broken ? by bobpardoe
- Replies
- 2
- Views
- 1,134
Just realised that I am using FF 5 beta. In Chrome it's fine.
-
6 Jun 2011 1:25 AM
Jump to post Thread: Live Grid demo broken ? by bobpardoe
- Replies
- 2
- Views
- 1,134
Looking at it, the scroll bars are disabled and page down, down arrow don't do anything to refresh the data.
Does it need fixing ?. I want to use the demo code but based on what I am seeing I... -
6 Apr 2011 2:48 AM
- Replies
- 0
- Views
- 1,086
I have worked out that the HTML Editor uses an iframe to host the html formatted text. It has head and body tags. I want to insert a link to the head to set the default style on the editor's...
-
17 Jan 2011 11:07 PM
- Replies
- 6
- Views
- 1,659
I hope you can get it done as it is sufficient but not consistent. There is no valid reason (from my perspective) why they should not be the same. It does not feel right when the same thing is...
-
17 Jan 2011 1:44 PM
- Replies
- 6
- Views
- 1,659
We are using Selenium to do gui testing. We need a consistent debugId so that we can write scripts to find \ set each gui element.
Due to the x-auto-... naming of the id, the elements id values... -
16 Jan 2011 11:51 PM
- Replies
- 6
- Views
- 1,659
24317
you will see from the image above that the input element for the checkbox is not having it's id set correctly. the text input element above it is as are all of its div containers.
Thanks... -
23 Dec 2010 1:49 AM
- Replies
- 1
- Views
- 632
This problem only occurs on IE6 !
I have a CheckboxListView inside a north region of a border layout.
When I check an item in the list view and then collapse the region either in code or via a...
Results 1 to 25 of 41
