Search Type: Posts; User: bobbaluba
Search: Search took 0.03 seconds.
-
16 Nov 2011 8:33 AM
- Replies
- 4
- Views
- 833
Sorry, it was an internship and I don't have access to the version control system anymore. However, since we had to make the data available offline as well, it seemed too complicated to continue...
-
3 Aug 2011 1:20 AM
- Replies
- 0
- Views
- 523
I'm having some trouble getting the datePicker to work on safari.
//checkboxviewapp.views.MilestoneCheckbox = Ext.extend(Ext.form.Checkbox, {
label: 'themilestone',
name: 'milestone',
... -
2 Aug 2011 5:19 AM
- Replies
- 5
- Views
- 809
Ok. I gave up and just added the width and height properties to a css class instead. stupid sencha touch. :(
-
2 Aug 2011 4:45 AM
- Replies
- 5
- Views
- 809
Ok, I'm still struggling with this, but I've reduced the problem to these independent 50 lines of code:
SingleRow = Ext.extend(Ext.Container, {
height: 100,
width: '100%',... -
1 Aug 2011 11:39 PM
- Replies
- 5
- Views
- 809
Here's my call stack if it you're interested:
Uncaught TypeError: Cannot read property 'style' of undefined sencha-touch-debug.js:12136
El.addMethods.setSize sencha-touch-debug.js:12136... -
1 Aug 2011 8:31 AM
- Replies
- 5
- Views
- 809
Thanks for the reply.
I'm using removeAll with true.
My code is quite long, so I won't post everything:
The lists
app.views.ProjectList = Ext.extend(Ext.Container, {
model:[],... -
1 Aug 2011 4:32 AM
- Replies
- 5
- Views
- 809
I'm having some trouble deleting all the items within a panel that is not currently visible.
I have a tabpanel with three different lists (Ext.Panel subclasses), which contains several... -
6 Jul 2011 1:56 AM
- Replies
- 4
- Views
- 833
Turns out i did everything correctly, it was just the web service that wrapped the result in a cdata field. Isn't that kind of strange?
Is there some way i can make the xmlreader parse cdata... -
6 Jul 2011 1:07 AM
- Replies
- 4
- Views
- 833
Hi, I mentiioned this in another thread but I think starting a new thread would be better.
I'm trying to communicate with my SOAP web service and filling a store with the xml returned.
I'm able... -
6 Jul 2011 12:48 AM
- Replies
- 2
- Views
- 2,363
This appears to be a security issue. Browsers are reluctant to send post request cross domain becuase it could mean that a js script on another site could post a forum post on one of your forums or...
-
5 Jul 2011 2:03 AM
- Replies
- 18
- Views
- 6,732
Figured it out some days ago, here's a pretty simple example for the rest of you:
It doesn't do anything interesting, just load the xml then print the name of the first author.
To access the... -
5 Jul 2011 1:43 AM
- Replies
- 2
- Views
- 2,363
Hi, I'm trying to contact my soap server through the ext.ajax object. My current problem is that an OPTIONS requests get sent in place of a POST request.
Here is my code:
Ext.Ajax.request({... -
27 Jun 2011 6:12 AM
- Replies
- 18
- Views
- 6,732
I can't get it to work either. Is there a simple example somewhere?
-
22 Jun 2011 9:28 AM
Jump to post Thread: SASS error by bobbaluba
- Replies
- 21
- Views
- 2,703
I get the same error too. Win7 with ruby 1.8.6
Did you find a solution?
EDIT: Got it. Installed ruby 1.9.1 and everything worked
Results 1 to 14 of 14
