Assets (like memory, disk space, CPU power or alike) necessary for effective operation.
0
votes
1answer
22 views
android using xml array resources
Hey guys i am new in android programming and have a little problem
i want to create a listView with an ImageView and a TextView. This code works, but actually i wanted to use arrays which I created ...
0
votes
1answer
24 views
No route matches {:controller=>“queue_videos”} even I used the path from rake routes
I am stuck. I need your help, please.
Even though I used the path verified with rake routes
user_queue_videos GET /users/:user_id/queue_videos(.:format) queue_videos#index
I got ...
0
votes
0answers
12 views
How to read from a resx file in the App_LocalResources folder using a specific culture?
To read a resource for a default culture I'd do this:
object obj = GetLocalResourceObject("MyTextResourceID.Text");
But what I need is to do the same but to be able to specify a culture for the ...
1
vote
1answer
19 views
How to make maven to take resources from /src/test/resources instead of /src/main/resources for a dependent project?
I've searched the forum to find the answer to my problem, but I was unable to find it. My problem is, that:
I have two projects: ProjectA and ProjectB. ProjectB uses ProjectA. In ProjectA i have two ...
0
votes
1answer
29 views
Why it is impossible to change 'Build action' resource's property in WPF solution?
Just like on the screen below. For some raeson, I can't change 'build action' property. I'm trying to change window's background using this code:
<Window.Background>
<ImageBrush ...
0
votes
3answers
48 views
getResourceAsStream returns null
I'm loading a text file from within a package in a compiled JAR of my Java project. The relevant directory structure is as follows:
/src/initialization/Lifepaths.txt
The code being used to load the ...
0
votes
2answers
31 views
VAADIN cannot find themes when in productionMode
I have custom theme for my VAADIN application in src/main/webapp/VAADIN/themes/mytheme/ with files mytheme.scss and styles.scss.
Everything works fine when the vaadin productionMode deployment ...
0
votes
0answers
11 views
How do I copy a folder with lots of files in it to a NetBeans project? I want it in my projects resources
I try dragging the folder into the resources folder and releasing but nothing happens. Hell I can't even figure out how to import an image into my project's resources folder.
1
vote
2answers
34 views
Two pages for the same resource - ActiveAdmin
Currently I have User model, which is registered in user.rb as a new resource for ActiveAdmin. Generated page displays all users with scopes (all/journalists/startup_employees). Now I want to create ...
1
vote
1answer
20 views
How should Transient Resources be retrieved in a RESTful API
For a while I was (wrongly) thinking that a RESTful API just exposed CRUD operation to persisted entities for a web application. When you code something up in "the real world" you soon find out that ...
0
votes
2answers
36 views
Java Resource-Game Simulation
I'm into a project of a resource-game simulation. What I have to do is...
"If there are enough resources available, the request will be satisfied, and the requested quantities will be subtracted from ...
1
vote
0answers
15 views
Unity3D messed up my Android resources?
I have been developing a game for Android for a while with Eclipse and I have had little problems with AsyncTasks or threading in general. A while ago I installed Unity3D and after trying a few things ...
0
votes
3answers
39 views
android generate resource on the fly
I would like to generate a pressend button design and load it on the fly.
The static version it is an xml:
<?xml version="1.0" encoding="utf-8"?>
<selector ...
0
votes
2answers
43 views
How do we dynamically add an array from a java file to an existing xml file in android?
We are trying to dynamically add an array in a java file to a xml file.
We have an ArrayList catList which is filled by reading a xml file from a website. The ArrayList is filled like this: [item1, ...
0
votes
1answer
21 views
Maven Shade Plugin not including resources of dependency
I'm using the Maven Shade Plugin to include all dependencies during package phase.
That works fine for classes, but dependent resources aren't included.
Here's the layout of the dependent jar:
...
0
votes
2answers
26 views
android - get resource id from gallery
So i have a program with a Gallery (made with pictures from the resources folder), a Button and an ImageView
I want to choose one of the images from the gallery, press the button, and change the ...
0
votes
0answers
8 views
Delphi 7 : Error WARNING. Duplicate resource(s): Error Type 24 (user-defined), ID 1:
[Error] WARNING. Duplicate resource(s):
[Error] Type 24 (user-defined), ID 1:
[Error] File D:...\Dpr\Accounting.res resource kept; file D:...\ELPack\source\ElXPThemedControl.res resource ...
2
votes
0answers
43 views
c++ When i am adding/updating resource, my file gets corrupt
I am trying to update resource of an exe file bt after adding it when i run that file it show error, xxxx.exe is not a valid win32 application, but i created a valid win32 gui application with a ...
0
votes
1answer
36 views
Maven: executable jar does not find resources
I read several files with:
new File(Thread.currentThread().getContextClassLoader().getResource("Configuration.txt")).getFile());
Which works fine for the built project and mvn test, but as soon as ...
0
votes
0answers
35 views
Binding static resource and observable collection
I'm pretty new to WPF's data binding so try to keep things as simple as possible. :) I'm trying to bind a static resource and an observable collection together. They both are the same type.
Here's my ...
0
votes
1answer
8 views
@Value annotation not working with wink resource
I am trying to put my url in wink resource into the property file I have in spring.
When I am trying to use spring @Value annotation to access that property, I am getting it as null.
Wink says for ...
0
votes
2answers
38 views
How to access the RESTful services from external server in my server in angularjs
I am running on domain server1.
I have my RESTful services on server2.
I want to access this RESTful service on my webpage using angularjs. I tried this way. But it's returning an empty array. ...
1
vote
0answers
49 views
Eclipse/ADT giving hundreds of errors “resource entry is already defined”
I am using the latest Eclipse that comes with the Android Developer Tools (ADT) on Linux (ADT v21.1.0-569685).
I inherited a large Android project, and Eclipse will not build it.
There are hundreds ...
0
votes
0answers
27 views
Android: NPE when retrieving a String resource
Since a few weeks I started receiving crash report for my app.
The exception is:
java.lang.NullPointerException at
android.content.Context.getString(Context.java:292)
My code is :
...
0
votes
0answers
47 views
Grails included controller missing javascript
I have a portal page that I'd like to compose using g:include for the component panels.
When I do this, however, the deferred resources aren't rendered. In some cases the g:javascript or r:script ...
0
votes
0answers
12 views
Stop VS2012 from generating headers for non-string resources in the resource designer file
Trying to clean up diffs between a team that is using both 2010 and 2012. 2012 adds comments to the top of non-string resources that look like this:
/// <summary>
/// Looks up a ...
1
vote
1answer
38 views
ThreadPoolExecutor clean up when a thread dies
I have a ThreadPoolExecutor that runs a few core and a certain max number of threads.
The task that is run creates HornetQ (standalone) connections for each thread and keeps them alive while the ...
0
votes
2answers
18 views
Using multiple ResourceBundles
I'm create a game, and at the start i'm asking the user for a 1/2/3 number input to confirm language selection (1 for dutch, 2 for french, 3 for english). I already have 3 properties files as ...
0
votes
2answers
52 views
use resources from jar (Facebook SDK as jar)
I'm using Facebook SDK project on my own project by adding it as a library inside my workspace, like:
Project properties -> Android -> Add.. -> Facebook SDK
Like this i have access to classes and ...
0
votes
0answers
15 views
How to directly access a resource in a Py2app (or Py2exe) program?
This is mostly for Py2app, but I plan to also port to Windows so Py2exe is also applicable.
For Mac: How can I access the Resources folder of my app bundle from Python code? The ideal way for me ...
2
votes
0answers
16 views
CocoaPods add subspecs for locale
I have a podspec for my shared code and I was including all locales but then users of the Podspec get their app localized for all languages when they just want a subset.
I would like to allow ...
0
votes
1answer
28 views
Java Monitors: Does having a Java monitor with Synchronised Methods Avoid Deadlocks?
Basically, if I have lots of synchronised methods in a monitor. Will this effectively avoid deadlocks?
0
votes
0answers
17 views
App doesn't reduce in size when removing resources from the Copy Bundle Resources phase
When deploying from Xcode, apps don't seem to change size despite the fact that I remove assets from the copy bundle resources phase and reinstall. When I make an app store update where I have ...
0
votes
1answer
24 views
MVC 4 - Downloading localized files from resources, how to?
I've been playing around with MVC and localization for a multilingual site. It so happens I also have localized downloads (instructions in different languages). I thought: a resource can also contain ...
0
votes
2answers
43 views
android resources string-array “invalid character”
In resource array-string I've put:
<string-array name="Gefühle_de">
<item>xxx</item>
</string-array>
But I received the error as Invalid character on Gefühle (this is a ...
1
vote
2answers
68 views
Tips on releasing memory resources in C#
Could someone give me some tips related with release resources (memory resources)? I'm just a student and I'm building a system to an hypothetical small market, and during the testing of the option ...
0
votes
0answers
44 views
iOS Access Documents from OS X
While testing, I frequently like to check the files generated by the App I'm working on. This is easy enough to do on the Simulator, but as touch-controls become more and more present in the App, it ...
-1
votes
1answer
33 views
How to be certain my python exe will run on any windows machine [closed]
I have recently made a simple python script. It has a front end GUI with a few buttons and read in serial data continuously. It performs some maths on the data before writing to file. I want to run ...
6
votes
4answers
132 views
Pack URI to image embedded in a resx file
How do I construct a pack URI to an image that is in a resource file?
I have an assembly called MyAssembly.Resources.dll, it has a folder called Images, then in there is a resource file called ...
0
votes
1answer
42 views
Ant resource exists check
I have problem testing file existence with ant. I want to check if files exist in target test, and if not, I want download files in target download. But the download target will be executed always (if ...
0
votes
3answers
34 views
Making an array of pictureboxes, each with different images
I have 100 files in Resources named "1.png", "2.png". I have a PictureBox[] array generated with code, and I want to set array[i].Image = string.Format("Properties.Resources.{0}.png", i); But this ...
0
votes
1answer
16 views
How to fix undefined method error with nested resources in rails app?
I get an error saying "undefined method `verses' for nil:NilClass" when I visit
/books/1/chapters/1/verses/new
My routes.rb:
resources :books do
resources :chapters do
resources :verses
...
1
vote
1answer
26 views
Android: Checking Background Resource Drawable
Please help how can we do a Background Resource Check?
Example:
Button button1;
protected void onCreate(Bundle savedInstanceState) {
..........................................
button1 = ...
0
votes
3answers
39 views
Resources and config loading in maven project
I'm using Maven for desktop applycation. I read about Maven standart directory layout and I have this project structure for now:
App
|-- pom.xml
`-- src
|-- main
|-- java
| `-- ...
0
votes
0answers
20 views
How to add integers to Resources in windows library
Is there a way to store integers in the resource properties in a class library?
As of now it looks as if I'd have to store them as strings and do a int.Parse(Resource.Width);
Any suggestions?
2
votes
1answer
80 views
How to get the right resource from a class library
I have a web application written with C#/ASP.NET that use a Class Library to Get, Insert & Update information.
This is application runs with 2 different language: English & French.
Once the ...
0
votes
0answers
4 views
mojarra resopurce management bug
this problem is about
com.sun.faces.application.resource.ResourceImpl
there is a function
public boolean userAgentNeedsUpdate(FacesContext context)
it checks
if ...
0
votes
1answer
17 views
Adobe Air native extension - drawable resources are packaged into APK but values resources are not
I have a multiplatform Adobe Air Native Extension (ANE) that I have created. The Android portion of the ANE includes resources (i.e. res/drawable, res/drawable-hdpi, res/layout, res/values).
When I ...
0
votes
2answers
47 views
JSF doesn't read external css file
i have an external CSS file in the resources folder under WebContent folder, and i included it at the page header as follows:
<h:head>
<h:outputStylesheet name="css/style.css" library="css" ...
0
votes
1answer
31 views
Resizing an image to look the same across all devices
I read the http://developer.android.com/guide/practices/screens_support.html and I understood only a few things.
So, I have an ImageView with android:src = "@drawable/logo". The logo.png is placed ...


