Search Type: Posts; User: K0bo
Search: Search took 0.03 seconds.
-
18 Oct 2008 1:47 AM
Jump to post Thread: [2.0] Ext.ux.form.Spinner by K0bo
- Replies
- 133
- Views
- 78,754
@pthakur
Instead of using the alert, try to use: window.status='hello', which should prevent the endless alerts. Alternatively if you're using FF + firebug, you can also use console.log('hello'). -
27 Aug 2008 12:50 PM
Jump to post Thread: [2.0] Ext.ux.form.Spinner by K0bo
- Replies
- 133
- Views
- 78,754
Released a new version which is compatible with ExtJS v2.2, includes some fixes and changes.
Thanks vtswingkid for solving the double spinning bug! ;) -
8 Aug 2008 12:07 PM
Jump to post Thread: [2.0] Ext.ux.form.Spinner by K0bo
- Replies
- 133
- Views
- 78,754
I must have missed the v2.2 release. Haven't played with it yet. I'll look into the problem later this weekend ;)
---
Update:
I haven't found the source of the problem yet. Maybe later this... -
14 Jun 2008 10:58 AM
- Replies
- 20
- Views
- 15,867
it's not accessible for the public...
-
14 Jun 2008 6:32 AM
Jump to post Thread: [2.0] Ext.ux.form.Spinner by K0bo
- Replies
- 133
- Views
- 78,754
@rizjoj
After a quick look I couldn't locate the problem, but I did found out when you replace 'uxspinner' with 'datefield', the " out of 20" text in the second tab gets hidden behind the datefield... -
12 Jun 2008 6:48 AM
- Replies
- 20
- Views
- 15,867
@ ray007 & mystix
Thanks guys. Going to add the scrollwheel support to my svn along with some minor improvements, which I'm going to post soon! -
11 Jun 2008 5:46 AM
Jump to post Thread: [2.0] Ext.ux.form.Spinner by K0bo
- Replies
- 133
- Views
- 78,754
@Ray
I specifically designed the SpinnerStrategy so the minValue and maxValue are optional. So you can make, for example an ArrayStrategy, DatasetStrategy or ColourStrategy. Which don't require... -
27 May 2008 5:19 AM
Jump to post Thread: Waiting for extjs.com... (s.gif) by K0bo
- Replies
- 7
- Views
- 2,556
A quick search on the forum will reveal the question to your answer.
why it it there, what is does and finally how many times this question has been asked :) -
18 May 2008 4:18 PM
Jump to post Thread: [1.x/2.x] IE/Safari split() bug by K0bo
- Replies
- 0
- Views
- 952
Been scratching my head for this one a long time.
Recently I came across inconsistencies in the output of the javascript function "split" in internet explorer and after some digging the "bug" is... -
8 May 2008 10:30 AM
Jump to post Thread: [2.0] Ext.ux.form.Spinner by K0bo
- Replies
- 133
- Views
- 78,754
@Chris in Cambridge
For future versions of the Spinner I'll be releasing it under BSD-license.
@yazan_rababa
As for the "hide" option, I'm getting the same behaviour with a regular textfield. So... -
6 Mar 2008 8:06 AM
- Replies
- 7
- Views
- 3,114
Hey Collin Miller,
If you are going to implement the Spinner, I'd recommend the Spinner Plugin instead of the regular Spinner.
Just use regular NumberFields with the Spinner Plugin.
That way... -
28 Jan 2008 3:59 PM
- Replies
- 20
- Views
- 15,867
linuxtrader, I'll look into it.
-
28 Jan 2008 3:57 PM
Jump to post Thread: [2.0] Ext.ux.form.Spinner by K0bo
- Replies
- 133
- Views
- 78,754
Can you provide system/browser specs with a code sample of the problem? (splitter on left side)
As you said, the splitter should be on the right side of the control and when you drag it, the... -
14 Jan 2008 3:30 PM
Jump to post Thread: [2.0] Ext.ux.form.Spinner by K0bo
- Replies
- 133
- Views
- 78,754
Can you post your source? (To replicate the problem)
-
9 Jan 2008 6:49 PM
Jump to post Thread: [2.0] Ext.ux.form.Spinner by K0bo
- Replies
- 133
- Views
- 78,754
The "editable boolean flag" is unnecessary, since you can use the native property: "readOnly"
To disabled you can use the property "disabled". -
9 Jan 2008 6:15 PM
- Replies
- 53
- Views
- 49,433
amon, first of all I wanna say you did some great work with the ColorPicker!
I just created a plugin for formfields, which suites perfect to change the numerical values in the ColorPicker. You... -
9 Jan 2008 4:07 PM
- Replies
- 20
- Views
- 15,867
Plug it to any form field to add 'spinning' functionality!
Grab "SpinnerStrategy.js" from Ext.ux.form.Spinner (v0.21 at least) to use it.
Instructions:
Include these two files:
<script... -
4 Jan 2008 4:17 PM
Jump to post Thread: [2.0][Website] favicon by K0bo
- Replies
- 1
- Views
- 1,598
The favicon.ico does not seem to be working...
Maybe it's incorrectly formatted/created.
I converted into one which should work. -
4 Jan 2008 10:22 AM
Jump to post Thread: [2.0] Ext.ux.form.Spinner by K0bo
- Replies
- 133
- Views
- 78,754
I updated the spinner widget.
[fixed] spinning twice onclick
[added] registered xtype: "uxspinner"
[added] numberstrategy precision attributes {allowDecimals & decimalPrecision}Thanks everyone... -
25 Dec 2007 3:20 PM
Jump to post Thread: [1.1.x] Ext.ux.form.Spinner by K0bo
- Replies
- 40
- Views
- 16,385
Sounds like you are using Adblock in Firefox.
Shift + dubbelclick with adblock removes the 'clicked' element from the page.
I am suspecting that's your 'problem' :)
Either disable 'adblock',... -
10 Nov 2007 1:24 PM
Jump to post Thread: [2.0] Ext.ux.form.Spinner by K0bo
- Replies
- 133
- Views
- 78,754
@cyberfield
Your fix does not introduce that 'new' problem. It seems to be present in the 1.1 version too...
I took a quick look on the spindown problem after focusing on the spinner and I came... -
7 Nov 2007 1:20 PM
Jump to post Thread: [2.0] Ext.ux.form.Spinner by K0bo
- Replies
- 133
- Views
- 78,754
The faulty increment when you click on the spinner is a bug.
I haven't resolved it yet, because I'm busy with other stuff.
The solution presented by cyberfield seems to fix the problem, but... -
26 Oct 2007 4:14 AM
Jump to post Thread: [1.1.x] Ext.ux.form.Spinner by K0bo
- Replies
- 40
- Views
- 16,385
Upgraded it to extjs 2.0 ;)
http://extjs.com/forum/showthread.php?t=16352 -
26 Oct 2007 4:12 AM
Jump to post Thread: [2.0] Ext.ux.form.Spinner by K0bo
- Replies
- 133
- Views
- 78,754
Presenting the spinner control for extjs 2.0.
Made some small changes on the 1.1.x version to make it work with ExtJS 2.0
Make sure to remove the Spinner from ExtJS v1.1 as it conflicts with the... -
22 Oct 2007 6:04 AM
Jump to post Thread: [1.1.x] Ext.ux.form.Spinner by K0bo
- Replies
- 40
- Views
- 16,385
Just posted a new version with minor improvements.
@sagarshelke
Haven't dug into ext2.0 yet.
I'm kinda busy with other stuff right now.
But when I have time I'll certainly upgrade it to ext2.0 ...
Results 1 to 25 of 50
