Search Type: Posts; User: msweltzdk
Search: Search took 0.03 seconds.
-
16 May 2013 11:42 PM
- Replies
- 1
- Views
- 48
shameless bump, has nobody even heard of this issue?
-
16 May 2013 1:17 AM
- Replies
- 1
- Views
- 48
Hello there, I'm developing an app that uses overlays on top of an underlying formpanel.
Whenever I tap a button in the overlay that closes it. If that button is positioned over an underlying... -
15 Jun 2012 2:59 PM
- Replies
- 3
- Views
- 1,078
I know that much. Is there any way with Sencha Touch to make a textfield that forces the number keys to open rather than the user having to switch from the letters view to the numbers view?
-
13 Jun 2012 1:47 AM
- Replies
- 3
- Views
- 1,078
Is it possible to change the separator in numberfields so that it accepts commas rather than periods for the decimals?
So that I can input 110,48 instead of having to type 110.48 for it to... -
12 Mar 2012 5:32 AM
- Replies
- 2
- Views
- 386
This code fires the departmentDetailsLoaded-function 4 times, or rather. fires the load-event four times.
loadDepartmentDetails: function (record) {
if (doTrace)... -
12 Mar 2012 2:16 AM
- Replies
- 2
- Views
- 386
Nearing completion of the project I am working on, I'm wondering. When I watch my console, using callback on stores always has it fire several times, ranging between 2-4 times.
The function where... -
7 Mar 2012 5:01 AM
- Replies
- 6
- Views
- 792
I'm only using the disclosure field on the model now.
I completely removed all the other code I had handling it before. The callback on the store and all that, all that is left is the extra field... -
7 Mar 2012 3:58 AM
- Replies
- 1
- Views
- 276
I have some content in a dataview that I have some problems showing correctly.
This is how it's supposed to look:
| <-- this is where the container goes beyond it's... -
7 Mar 2012 2:20 AM
- Replies
- 1
- Views
- 458
Try having a look at PhoneGap, from a quick google search it would seem that there is a barcode scanner plugin available.
I haven't used PhoneGap actively myself, this is merely a suggestion. Hope... -
7 Mar 2012 12:27 AM
- Replies
- 4
- Views
- 468
I tried out both these "hacks" just now. Unfortunately they didn't do anything different than the way it was working already. :( Anyone else have some ideas?
-
6 Mar 2012 3:25 PM
- Replies
- 4
- Views
- 468
I will deffinitely try out your advices tomorrow, jweber, thanks in advance!
-
6 Mar 2012 2:41 PM
- Replies
- 4
- Views
- 468
I'm using ST 2.0 FINAL.
As the subject states, this error is thrown, when I try to load my spreadsheet made with Ext.ux.touch.grid:
NOT_FOUND_ERR: DOM Exception 8: An attempt was made to... -
6 Mar 2012 2:31 PM
- Replies
- 6
- Views
- 792
The error does not occur on the initial load, only if I try to look at a view using a store with that model, after the app loading, does it happen.
-
6 Mar 2012 1:41 PM
- Replies
- 6
- Views
- 792
The converter seems to work fine, returns true or false for the right records. I'm not sure what else I could do?
-
6 Mar 2012 1:33 PM
- Replies
- 6
- Views
- 792
I have a field on my model called 'disclosure', and it removes the disclosure icon from the records that shouldn't have it.
Ext.define('MyApp.model.Account', {
extend: 'Ext.data.Model',
... -
6 Mar 2012 7:18 AM
- Replies
- 13
- Views
- 2,047
Having updated to 2.0 FINAL I am still have the removeCls : addCls problem. Any ideas ?
-
6 Mar 2012 3:56 AM
- Replies
- 5
- Views
- 634
Personally I would call audio.stop() or audio.destroy() on the back button handler. I haven't worked with audio in ST yet, but looking at the docs, that's what I would do.
-
6 Mar 2012 12:50 AM
- Replies
- 13
- Views
- 2,047
I guess this topic isn't finished after all.
Ext.define('MyApp.model.Account', {
extend: 'Ext.data.Model',
config: {
fields: [
'account',
{ name:... -
5 Mar 2012 10:10 PM
- Replies
- 5
- Views
- 634
I don't know if you're writing pseudo code in your reply. I see a problem with the code you posted.
var me = this;
me.stop();
In your code you still use this instead of me after putting this... -
5 Mar 2012 10:05 PM
- Replies
- 13
- Views
- 2,047
How does that fit my situation though? I don't have that much control over what data I get for my models since they come from a different corporation. Would you want me to do a converter on the...
-
5 Mar 2012 5:35 AM
- Replies
- 5
- Views
- 634
Have you tried using the .stop()-function on the audio object? By finding it via reference in your view and calling audioObject.stop() .
-
1 Mar 2012 7:16 AM
- Replies
- 13
- Views
- 2,047
Figured out a way to do it. The store being loaded belongs to the list that is having the icons removed.
store.load({
params: params,
callback: function(records, operation, success)... -
1 Mar 2012 1:45 AM
- Replies
- 13
- Views
- 2,047
I have a list with onItemDisclosure active. I have items in the list, some of them I want to have the disclosure icon shown for, some of them I don't.
They have a code passed with them, let's say... -
27 Feb 2012 10:22 PM
- Replies
- 1
- Views
- 245
I have tried fiddling with different kinds of events now, still to no avail. If I go to the view via the drag in the carousel, it works as intended, if I load it directly via a route, it works as...
-
27 Feb 2012 10:23 AM
- Replies
- 4
- Views
- 460
Now that I look at your store, why do you define that function instead of just defining your rootProperty as 'RootResults' ?
That should give you the array you are seeking, as far as I can see in...
Results 1 to 25 of 61
