Ok Found the problem... the value taken from the first combobox via getValue() is type STRING... have to convert it to int via parseInt() for the IF statement to work.
Type: Posts; User: Chaoz
Ok Found the problem... the value taken from the first combobox via getValue() is type STRING... have to convert it to int via parseInt() for the IF statement to work.
Hi
I have 2 combobox, one state will depend on the first combo box value.
If first combobox value is 1, user needs to select value for combobox 2, if value is 2, then 2nd combo box will allow...
Hi,
I have a combobox inside a form panel, inside a window. The window has a close button which when pressed, destroys the window.
Weird behavior is that the store thats being used by the...
I have a code the calls a javascript function inside an template, but when testing the code it produces an error below...
[W] XTemplate evaluation exception: age is not defined
The code below...
@richardvd
got the debug code to work, without executing my logging first... had a little problem having my code executed first before the debug codes before.. weird...
@mitchellsimoens
yah...
Ok ,
Please disregard the previous post...
Got it to run properly...
Attached is where it executed the success code.
57513
Changed extjs source code to debug.
Found out that my logging gets executed before the code that was provided by mitchellsimoens
Image attached
57512
@mitchellsimoens
Here's the debug logs...
57506
57507
57508
hi mitchellsimoens ,
I still cant get it to work.. this is my code below....
function addStock() {
var window = undefined;
var form = Ext.create('Ext.form.Panel', {
@richardvd,
The html tags is there for testing cuz I have experience with Extjs 4 and it requires to have the html tags to be part of the response. The screenshot I posted was with tags. I also...
Hi
I have a form that sends text and file to the server. Server returns TRUE or FALSE depends on the checking.
I forced an error on the server to check if my javascript code can handle the...
While uploading a test image and some form data. I purposely set sent missing data to force a failure on the server and return SUCCESS:FALSE.
Supposedly a message box should pop-up since SUCCESS was...
Hi,
Have this weird behavior for FileUpload under firefox. (See Image )
The icon aligns bottom in firefox, but when opened in chrome, it aligns center properly.
I opened ...
Oh, sorry, was not clear.... should slook like ....
Ext.application({
name : 'Fiddle',
launch : function() {
}
Hi Mitch,
late reply, Sorry to be nosy, very new to Touch 2.4 and still getting the grasp of this. So what you mean is I instantiate framework,
Ext.application({
name : 'Fiddle',
...
Hi Mitch!
Wooops, Sencha Fiddle... lol butterfingers... anywho... is there a way to instantiate and declare them outside the launch then add them during launch? or I have to code everything...
var panel = Ext.create('Ext.Panel', {
width: 200,
height: 200,
layout: 'fit',
items: {
xtype: 'button',
text: 'test',
listeners: {
tap:...
I found the problem....
<!DOCTYPE HTML>
was missing from the top of my html/jsp file...
the little things that goes unnoticed...
Noted: FF 37.0.2 - Transitioning from one tab to the other...
here's a screen shot of firefox using Responsive Design View + User agent switcher set to Android 4.4... weird... =/
52309
Note: I'm seeing this is more of a CSS problem.. I tried replacing...
btw.. if you open this in Firefox... it works.... Chrome wont...
Hmmmm... that can work.. but what I don't get is why it behave's differently if created using the viewport?
yes it works with height... but the debugger in me wants to know why this is happening locally but not in jsFiddle ... OC mode on lol
also.. if you put something in the blank area below... it wont...
yup, fiddle works properly.. but if i test it in my local server... then the stretching occurs... ill try setup a local one in a while, just html and javascript... nothing else.. and see if its my...
Hi,
I'm trying to play around with Sencha Touch 2.4.1 and using the TabPanel Code from the sencha samples. When I tested this using JSFiddle, it produces the layout properly, tabs and all. But...
I also experience this... i have a grid loaded with data from remote server....
after refreshing the data ( via refresh button or paging ), the summary is not updated to reflect the new data...