A store is a data repository of a set of integrated objects. These objects are modeled using classes defined in database schemas. Data store includes not only data repositories like databases, it is a more general concept that includes also flat files that can store data.

learn more… | top users | synonyms

0
votes
0answers
5 views

Submit app to App Store, Invalid File Name - Your package contains a file ' .app' with a name that contains invalid characters

I submitted an app to App Store and I got this Email from Apple. Invalid File Name - Your package contains a file ' .app' with a name that contains invalid characters. Avoid using control characters ...
0
votes
0answers
6 views

ext js 4.2 dataview filter will not let me remove items from store

I have a dataview in Ext JS 4.2. The dataview works fine. I want to add the ability for the user to click a toggle button that filters the grid view based upon the AmountDue field in the Store. ...
0
votes
0answers
28 views

Add value to extjs textarea from store

I want to get data from mongo data base and add it to an extjs text area. Everything is ready, my mongo data base returns a list of user email addresses that I want to add to the extjs text area. I ...
0
votes
2answers
24 views

How to store user input urls (anchor links) and redirect user using window.location?

I managed to create a condition to detect anchor link, but after that how do I store the anchor link in my anchor_num variable, so that I can redirect the use to specific url? <script ...
2
votes
2answers
34 views

How do I store an Object's functions pointers in an array?

I am trying to store function pointers of an object's functions in an array.But it's giving me problems when I want to access another property of the object within the function.Could any one solve ...
1
vote
0answers
41 views

Sencha Touch 2 - How to Abort store load with ajax/json

How can I abort a store load while the ajax call is still executing? I have a simple store with proxy type of 'ajax' and 'json' reader. The documentation does not indicate any way to abort this. I ...
-1
votes
1answer
17 views

How to store pdf file in exe and launch when exe is opened [closed]

I am trying to create an application which will store two pdf files and launch them both in the default pdf viewer when the application is launched. I would greatly appreciate if someone could point ...
0
votes
0answers
12 views

Sencha Touch 2 Store.

I am having a problem with Sencha Touch 2 Store. I am creating a Store inside a controller. The Store is defined before in app/store. Right After the creation of the store I am Storing in to id model ...
1
vote
1answer
40 views

How to store phone number chosen from contacts into a string?

I am trying to store a phone number that is chosen from the contacts into a string or anything so that I can call it from the different class... This is my code for contact button @Override protected ...
0
votes
0answers
31 views

How to create store with string values using Selenium in Python

Hello stackoverflow users, I am not to experienced with python, but i am trying to create my own program. The main idea of my program is to control the object on website using the x and y coordinates ...
0
votes
0answers
11 views

sencha touch, sync() desn't set dirty flag to false after success

here is my code: In the controller i set a value in an existing record: this.record.set('description', 'test'); this.getFlightsList().getStore().sync(); And then i call the sync() ...
0
votes
0answers
17 views

how can I switch redis server in socketio store where redis server down?

I have made a redis server cluster, but when the redis server go down, the client of socketio store programe exit, how can I switch to another server of cluster for socketio store when redis server ...
0
votes
0answers
6 views

storing output values of five loops in an array by matlab

There is one equation has 5 variable parameters. Each parameter has one for loop so this equation depends on the 5 for loops and i want to appear the results of this equation in matrix array. How can ...
0
votes
1answer
17 views

Background-transfer(Up-loader) for metro apps

The Background-transfer(Up-loader) for metro apps is not working when using https URI. The same code works with http connection but with HTTPs it keeps on failing. I get Exception from HRESULT: ...
0
votes
2answers
40 views

Download images from web and save on iPhone

I have to download images from web and save them on iPhone and then use that images for views. Main problem is: how should I save that images on iPhone ? Which method should I use ? NSUserDefaults, ...
0
votes
1answer
73 views

Android: Some apps are not available for Tablets on Google Play?

Since it came out the new developer console and the new PlayStore I have some problems like the one mentioned in the topic. Lately my app is not visible from the tablets even if it was before. But ...
0
votes
1answer
33 views

Submitting an application in multiple language in AppStore

I have develop a story app in cocos2d which have sounds, text and images. I have already submit English version of the application on appStore. Now I want to submit same application in different ...
3
votes
2answers
112 views

How can I find the file calling uniqueIdentifier on UIDevice?

I used the answer to this question How to detect if any external libraries are calling [UIDevice currentDevice] uniqueIdentifier]? to get an log where uniqueIdentifier was being called. However I ...
0
votes
0answers
34 views

Windows Store App Unit test fails when using custom control

I have a Windows Store App (C# + XAML) and wanted to create some unit tests for it. I created the unit test project for this within my solution and the default test method works fine. Then I added my ...
0
votes
0answers
6 views

How to read nth word/int from a line in a text file?

I have a text file which I am reading line by line using... BufferedReader br; try { br = new BufferedReader(new FileReader("test.txt")); String line; while ((line = br.readLine()) != null) { ...
0
votes
0answers
9 views

Data Models And Data Files in Windows 8 Store Apps

I'm a new developer to the windows 8 platform and I couldn't find any explanation on how to create data models and data base files for the windows 8 store app. Any information would be appreciated. I ...
0
votes
1answer
60 views

facebook-php-sdk doesn't wan't to store data in my database

Hi I have a problem to store my Facebook data (login data) into my personal SQL database. Here You can find my code: I use first an index page, then a login page to store my facebook data login in my ...
0
votes
0answers
17 views

Populate list from external ajax url in sencha

I'm using Sencha 2.2.0 and i`m trying to populate a list component from a XML which came from a RSS url. Example: http://www.bmfbovespa.com.br/NoticiasHome/rss.aspx?idioma=pt-br&ano=2012 So, i ...
-2
votes
0answers
14 views

How to store catch block rasied exceptions in mysql table? [closed]

I create one table in MySQL for store Exception details..If i run my application,if any exceptions raised,the exception details display on the console....k,But i want to store the same exception ...
0
votes
0answers
36 views

XAML GridView to GridView Drag and Drop Mouse vs Touch

Here's XAML code where you can drag and drop GridView elements between different GridViews, however, this approach only works with mouse input and just partially with touch input. With touch input ...
0
votes
1answer
18 views

adding multiple options in magento

I'm making a site for a t-shirt screen printer. They offer 10 different styles of shirts, about 8 colors per shirt, and 5 sizes. All of the prices vary depending on style and size. What I need to do ...
0
votes
1answer
54 views

External link in WinJS, iframe or not, doesnt matter

I work on a Windows 8 app, and from a page that I use link hystory for running back and forward through the app, I also have 3 or 4 links to external websites(eg: facebook or my site). I tried to run ...
0
votes
1answer
33 views

Store images in sql server - ASP.NET

How to save an image from Image Control to SQL Server? I am not uploading that image, but i'm capturing it through webcam and displaying it on image control.
0
votes
1answer
24 views

ExtJs cannot find predefined Store

There is a defined store in a.js Ext.define('Prg.ds.activeAdCamps', { extend: 'Ext.data.Store', model : basicModel, proxy: { type: 'ajax', actionMethods: {create ...
0
votes
2answers
46 views

PHP Sessions variables

I have 3 pages, one HTML page (session.html) and 2 PHP pages (session.php & sessiona.php). The html page has a form on it with only 2 fields, one being a text box (customername) and other being a ...
1
vote
1answer
118 views

App not compatible with Nexus 7 and Acer Iconia a210

I know this has been asked a few times but why is my app not compatible with the Nexus 7 and Acer Iconia a210? I didn't find a working solution in the existing questions so what else could I be ...
0
votes
1answer
58 views

Insert HTML Table inside Ext.data.TreeStore node EXT JS 4x

Please help me to find the solution to insert html table inside node of treepanel ext js. Find the screenshot Thanks in advance
0
votes
1answer
49 views

Viewbox and border

I am writing a Store app with XAML and C#. I want to use Border and ViewBox. I got border styled, so I do not have to set properties that many times. I set BorderThickness to 2, and color to White, ...
0
votes
1answer
39 views

Second record doesnt get stored in arraylist

I have an arraylist which the records are stored as objects. In a different form i allow the user to enter an id and retrieve the data of that record with the corresponding id. My problem is , i ...
2
votes
2answers
54 views

vhdl compare new input with old input

how do you do it? I am very new to this and I am sure this is easy enough but i can't seem to figure out how here is some pseudo code port(x,y: in std_logic_vector (2 downto 0) -- 3 bit input that ...
0
votes
0answers
61 views

Ext js infinite scrolling grid What should .NET MVC server code look like?

I'm looking into the Ext js infinite scroll grid. Sencha Scrolling Grid Example The code they show in the example seems straight forward, but there is no mention of what the server code should look ...
0
votes
0answers
26 views

Is there a way to make Magento simple product URLs to direct to bundle URLs?

Most of our products are of type "Simple", and then we have "Bundle" types that show in the store, and you select the simple types for your bundle. However, if someone comes in from a simple-type URL ...
0
votes
1answer
94 views

ExtJS 4 store and manage record

I have a question about extjs 4. Below is my storeMsg var storeMsg = this.getMessageStore(); storeMsg.load({ scope: this, autoLoad: true, ...
0
votes
1answer
38 views

Filling dojo combobox with json data

I have a json object retrieved from a method which contains user information. I want to set that json object as a store of a dojo combobox. Please help. Thank you.
0
votes
0answers
37 views

Sencha 2 store reload

Currently I have a store that I am loading in my app.js at runtime: I need to reload my store after the login ( Because i need to pass headers ). my store code is as follows var loginStore = ...
0
votes
0answers
64 views

Sencha Touch XML parsing of children using hasMany

I'm having trouble parsing nested XML, and I've read the documentation for hasMany: http://docs.sencha.com/touch/2.2.0/#!/api/Ext.data.association.HasMany And using the forum post here as an example ...
0
votes
1answer
23 views

Run JQuery Function on Page Load and Store the Result

I've got a script that hides most of the page when you first load the webpage. When it does this, I want it to run a function which gets the current date, then saves it. I've having trouble getting ...
0
votes
1answer
54 views

Best practice for storing DropDownList values in .NET MVC

There are several approaches for storing the values for static DropDownLists in ASP .NET MVC: Storing values in code Storing values in a config file and loading them when the Application is started ...
0
votes
1answer
358 views

extjs 4.2 load store grid when open window

i'am new with extjs. i have an application asp.net mvc with integrated extjs 4.2 mvc. My application will have multi windows. now i one menu with button and onclick event button open the windows. ...
1
vote
0answers
49 views

SQL Database data reduction

I have created an SQL database in Visual Studio using C#. The database is a records store, so it stores customers, records and Purchase. All seem to work fine, but when a customer makes a purchase, ...
-1
votes
1answer
40 views

App Store Distribution Countries [closed]

The apps submitted to the App Store, are they available to all countries by default? or do you have to specify the countries you want your app to be sold in?
0
votes
1answer
40 views

Best alternative for 'long term' storing model-view-controller data in Objective-C/ios

I am planning on creating my app in a 'Model-View-Controller'(MVC)-style, and in the end, for me at least, this means that all data is stored in the controller-class. Let's say I have a class Player, ...
0
votes
1answer
38 views

How to update store form in extjs4

I tryed migrate to extjs4, but 'migration pack' return massege '[BREAKING][4.0][Ext.data.Store]: A store was specified with no model, url, or fields configured. Please see the header docs for ...
0
votes
1answer
38 views

Create Telerik RadDataGrid in C#

How can the XAML below coded in C#? I have to create a number of data grids depending on data coming back from a service call. The grids will be displayed side by side horizontally. ...
0
votes
1answer
65 views

How to get a value of a property in JSON array from extjs store?

I have been trying to dynamically generate a check box from a value which is in JSON array from a JSON store. ...

1 2 3 4 5 26