Hi,
Yes, just ran into the same issue following this manual
https://docs.sencha.com/cmd/6.5.1/guides/touch/cmd_app.html
sencha app build package
sencha app build native
Type: Posts; User: jerrel
Hi,
Yes, just ran into the same issue following this manual
https://docs.sencha.com/cmd/6.5.1/guides/touch/cmd_app.html
sencha app build package
sencha app build native
Hi Guys,
I created a project in architect 2.2.3 with touch 2.4.2, and im using sencha cordova to do my builds
If i enter 2 platforms in my app.json ("platforms": "android windows") , the sencha...
Hi,
I think im missing something very simple here.
Please advice, how to reference a object ( initialized in the controller launch function) in my button listener.
My controller launch and...
True, use the resize event
Hi Guys,
Another newbie here.
Im using sencha architect to develop a simple touch app with a tabpanel (3 tabs) as an initialview.
2 tabs consist of a navigationview, and the cards (panels)...
Still no luck ):
Is it possible that you add the store sync option in your example?
What is mean is, if the record starts with lowercaps, the action button changes it to CAPS afterward the...
watertrac_dev,
many tx for your responce.
I forgot to mention that i work in sencha architect using ext js 4.2
The commands for getting and setting the store records or in controller...
He Guys, i hope i can explain my issue clear enough to understand.
I created a management window with multiple buttons which popups at a row double click. Each button manipulates a different value...
Evant,
Many many tx it works great.
Hi Guys,
I most be tired, because i can't wrap my mind around regexp.
i need a regexp that only allows the following range of numbers.
71xxxxx - 75xxxxx
77xxxxx
81xxxxx - 89xxxxx
He Guys,
Indeed this is a great hack.
I tried it with the ux FileUploadfield, and my placeholder textfield (name:file-path) is nicely replaced with the fileuploadfield (buttononly:true)
...
Hi Guys,
I configured a container as followed to display an image
xtype: 'container'
,id: 'status'
,autoEl: {html: '<img src="my_images/connected.png" />',tag: 'middle'}
What s...
Hi Guys,
I've created a window with a table layout (see code).
The css for table you can see below.
What im trying to do, i get the exat width and height of the table, after it has been fitted...
Condor,
It worked thx, but only after spending exactly 24 hours on this issue.
I did try title instead of @title, but still it didnt work.
The data was not being formatted by the templ...
Hi Condor,
Maybe you can also shine some light on my project.
I need the parse this XML which is the output of a website
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<rss...
Hi Its me again,
Any idea how i can do this for an individual cell ?
I tried following the same logic by update the cell tstyle, but no luck.
Through the cell render function i also can seem...
Hi Spring,
Thx a mil, this worked pefectly.
I must have spend all most 2 days trying to get this done.
Thx again
J
Dear ext memebers,
Im stuck on updating the css which is created for my grid.
Here is what im trying to do
I have a grid, of which each rows needs to be formated with the corresponding color...
Hi Guys,
I receive this error when trying to create the air app.
Any idea how to resolve this ?
regards
J
He guys,
Im working on a project where i need to create an application window, which has a side window that pops up when needed. See attached picture.
I managed to create this look with the...
Dear yourgame2
I tried out your ext 3.0 example, but i noticed that ext cannot find xtype : 'uploadpanel'.
Where can dowload the script which defines this filetype.
regards
J
He Guys,
I got the SWFupload working.
What i did was move my swfupload.html as seen in my previous post to the folder where the all other swf*** js files reside.
i dont fully understand why...
He Guys,
I set up the swfupload, created the html as below, but the Add files icon does not fire browse window
Any idea what im doing wrong here ?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML...
Dear santoshrestha,
Nice work, i've been looking for a solution like this one.
I checked out your example, and noticed that the progress indicator jumps to 100% at once.
I noticed that the bar...
Dear Dan Ellison,
Nice work, i've been looking for a solution like this one.
I checked out your example, and noticd that the status doesn't change after upload. Do you have a fix for this, are...