Search Type: Posts; User: jop_008
Search: Search took 0.02 seconds.
-
23 Dec 2012 4:17 AM
Jump to post Thread: Drupal 7 as backend by jop_008
- Replies
- 2
- Views
- 467
Any example code would be nice.
John -
20 Dec 2012 10:27 AM
Jump to post Thread: Drupal 7 as backend by jop_008
- Replies
- 2
- Views
- 467
Hi.
I am heavily trying to learn Drupal 7 (4.5 weeks now) and have customers who liked the Sencha2 apps with MySQL java as backend.
Now I want Drupal 7 as a backend solution with mySQL. Any one... -
4 Oct 2012 9:53 AM
Jump to post Thread: Mixing vbox / hbox by jop_008
- Replies
- 3
- Views
- 629
Issue solved by putting the elements in separated panels and one panel gluing things together.
John -
4 Oct 2012 3:26 AM
Jump to post Thread: Mixing vbox / hbox by jop_008
- Replies
- 3
- Views
- 629
But no results so far.
-
1 Oct 2012 8:30 AM
Jump to post Thread: Mixing vbox / hbox by jop_008
- Replies
- 3
- Views
- 629
I am trying to do the following split the screen vertically with two list items on the right and left side.
Underneath the list items there must be buttons to send items from left to right.
Some... -
20 Sep 2012 8:24 AM
Jump to post Thread: Selection dialogue by jop_008
- Replies
- 1
- Views
- 279
I've made a panel with a hbox and split the screen vertically.
On the list items on both sides I've put config item multi.
The buttons under the two lists take care of shooting things from left to... -
20 Sep 2012 1:14 AM
Jump to post Thread: Selection dialogue by jop_008
- Replies
- 1
- Views
- 279
I am searching for the following functionality:
I want to select items out of a list (some times only 1 can be selected which is easy)
In case of multiple items one must select the items (one by... -
19 Aug 2012 12:44 AM
Jump to post Thread: Container form mixing error getID by jop_008
- Replies
- 1
- Views
- 541
I didn't have Ext.Container but Ext.container. Layout fullscreen and layout were also not in place.
This was the resulting code:
Ext.define ('Florence.view.formsaveGebrek', {
... -
18 Aug 2012 7:15 AM
Jump to post Thread: Container form mixing error getID by jop_008
- Replies
- 1
- Views
- 541
I am looking for hours to this problem
In my main controller I have this
var panelbijzonderheden = Ext.create ('Florence.view.saveGebrek'); // returns an object
chtml =... -
7 Aug 2012 7:01 AM
- Replies
- 5
- Views
- 1,334
This was caused by the missing value option at the field definition.
Issue solved.
John -
4 Aug 2012 2:17 AM
- Replies
- 5
- Views
- 1,334
Hi,
Thanks for your help so far. Regarding the radio buttons I can reach the form and can use getValues () to see what the user has filled in at the form but not for the radio fields.
For radio... -
3 Aug 2012 8:06 AM
Jump to post Thread: Add a new form by jop_008
- Replies
- 4
- Views
- 626
Thanks for your help indeed it is a method of the holding container. Stupid me.
Since you are an expert and willing to help. Maybe you can take a look at this post
It is about getting the value... -
3 Aug 2012 3:12 AM
Jump to post Thread: Add a new form by jop_008
- Replies
- 4
- Views
- 626
Thans for the help. I have read a great number of docu but this is apparently not enough.
I switch to the card layout and used setActiveItem () but setActiveItem I could not find in the... -
2 Aug 2012 9:22 AM
Jump to post Thread: Add a new form by jop_008
- Replies
- 4
- Views
- 626
Hi,
I have a form which must be processed and then another form must be presented with new title at top of screen, and buttons under the form.
I have it like this:
<formpanel> // stored in... -
2 Aug 2012 9:18 AM
- Replies
- 5
- Views
- 1,334
Thanks, I tried it with getValues but with no success.
John -
2 Aug 2012 6:11 AM
- Replies
- 5
- Views
- 1,334
I tried several things and found this approach:
var products = Ext.ComponentQuery.query('radiofield[name=product]');
Ext.Msg.alert('getGroupValue()', products[0].getGroupValue());
... -
2 Aug 2012 4:28 AM
Jump to post Thread: Getting values from a form by jop_008
- Replies
- 5
- Views
- 879
Thanks for your help.
Ext.ComponentQuery was not found so I took a look at how this stuf works. I found out that I must use
var oform = Ext.ComponentQuery.query ('personaliaform'); // so not with... -
1 Aug 2012 10:23 AM
Jump to post Thread: Getting values from a form by jop_008
- Replies
- 5
- Views
- 879
Thanks, I think you mean Ext.iterate and there is one closing ) missing at the end of the line.
If I change this. I got unexpected token (
All the examples I found is the usage of getValues () why... -
1 Aug 2012 6:15 AM
- Replies
- 2
- Views
- 595
Short reply but this was indeed the solution. Now I have a related question see
http://www.sencha.com/forum/showthread.php?234640-Getting-values-from-a-form
How do I get the value of the input... -
1 Aug 2012 5:55 AM
Jump to post Thread: Getting values from a form by jop_008
- Replies
- 5
- Views
- 879
I have created forms already using getValues to read the values. Learning sencha is not simple and with this kind of problems....For a new application I have also a form like this:
Ext.define... -
31 Jul 2012 7:43 AM
- Replies
- 2
- Views
- 595
I am having a form panel with no model data up till now. I want to process the form and detect possible mistakes and want to know if all required fields are filled in.
In the API documentation I can... -
27 Jul 2012 12:10 AM
Jump to post Thread: getPageBox by jop_008
- Replies
- 3
- Views
- 664
Thanks for help. I don't remove cards/views manually in the JS code. I only use push and I have no animation. See the code on stackoverflow.
I don't find the string animat in my code.
John -
25 Jul 2012 10:19 PM
Jump to post Thread: getPageBox by jop_008
- Replies
- 3
- Views
- 664
The code describing the problem in more detail can be found here:
http://stackoverflow.com/questions/11650981/senchatouch-2-getpagebox
John -
24 Jul 2012 9:35 AM
Jump to post Thread: getPageBox by jop_008
- Replies
- 3
- Views
- 664
I am using a navigation view in a panel without trouble.
The trouble start when hitting back and tap the fist row on the starting list. Then the message Cannot call method 'getPageBox'
I looked the... -
13 Jun 2012 2:11 AM
Jump to post Thread: JSP loosing session variables by jop_008
- Replies
- 2
- Views
- 648
Hi,
When I test the app on the iOS simulator I have no problems either. So I am wondering what are the differences between a real iOS device and the simulator?
The url for loading the app is:...
Results 1 to 25 of 76
