Bundles are a group of resources.
0
votes
0answers
8 views
Delete price of a simple product in frontend of a bundle product
I made a bundle product in Magento with dynamic price. Because I wanted to have a prices in drop-down list of all options.
On the other hand I add a simple product with a price, above the all options. ...
0
votes
0answers
41 views
Dude, where is my bundle?
(Apologies for the title, but that's about how I feel right now)
THE PROBLEM:
There are only a log in screen (welcome layout) and a WebView in my activity. As the user logs in, activity changes the ...
0
votes
1answer
13 views
Magento - get list all bundled products
I am using magento version 1.7.
I want show the all the bundled products in view.phtml file.
I get list of produts within bundle products using below link.
Magento - get a list of bundled product ...
-1
votes
2answers
47 views
Passing from Textview to EditText with Bundle
Situation:
Users can save an item containing name, description and photo.
After that it's showed by listview.
When users click one of items they saved, shows the information of the item they saved on ...
0
votes
1answer
17 views
How to remove dynamic module Bundle and minification in asp.net mvc
I'm not using the bundling and minification feature of asp.net mvc, and I would like to know if it's possible to completely turn it off. I already did
BundleTable.EnableOptimizations = false;
But I ...
-1
votes
1answer
34 views
Truncate string values from txt file and add to array
I have a txt file which was copied to Supporting Files of my Xcode project.The data in txt file is of format:
abacus@frame with balls for calculating
abate@to lessen to subside
abdication@giving up ...
0
votes
0answers
9 views
Android Source change to pass intent invoker to Broadcast Receiver
I am trying to modify the Android source so that a BroadcastReceiver can know who invoked the action.
android.app.activity:
@Override
public void startActivity(Intent intent) {
...
0
votes
2answers
30 views
How to check if all the keys in a java code are in the bundle?
We are a team who develop a software written in Java, using bundles for internationalization.
We are looking for an analysis tool which can check if all the keys written in the Java Code are in the ...
0
votes
2answers
37 views
How can I reference a *.min.css file in an MVC4 StyleBundle? [duplicate]
I am using Kendo UI in an MVC4 application. I've decided I want to move my CSS and JS references to bundles. I created a bundle like so:
bundles.Add(new StyleBundle("~/bundles/baseCSS").Include(
...
0
votes
0answers
18 views
Replace keys of a resource bundle in MessageFactory class under JSF
JSF uses MessageFactory.getMessage(String messageId,...) to look up a value based on a resource bundle. The parameter messageId represents the key to be looked up, and all the keys are pre-defined by ...
0
votes
1answer
24 views
Andorid: How to transfer Arraylist from one fragment to another
Hello stackoverflow,
I´m new to Android and have a question:
I want to tranfer the the fav Arraylist from the FavListFragment to the ApplistFragment.
Can someone tell me how to do this? I tried to ...
1
vote
1answer
35 views
Bundles in MVC4 working incorrectly
I am attempting to modify the CSS Bundle within the BundleConfig class but for some reason the font-awesome.min.css file is never sent to the browser, only site.css is sent.
Here is how I include the ...
0
votes
0answers
12 views
Xcode instruments not able to profile my app after I changed the bundle identifier
Currently instruments is not able to profile my app after I changed the bundle identifier. I changed the Bundle Identifier from com.company.Myapp to com.company.myapp, to match my app profile in ...
0
votes
1answer
62 views
Laravel authentication bundle
I'm pretty new to Laravel, I've spent some time reading about it and doing some tutorials. Lately, I've been following this tutorial about creating an authentication bundle:
...
0
votes
2answers
50 views
getting java.lang.classCastException:android.os.Bundle
i am trying to show a pic clicked from camera on another activity image view,but getting image out of the bundle into bitmaps.. i get this error.
my code is
package com.example.iwm;
import ...
0
votes
1answer
85 views
error occurred while installing pg (0.15.1), and Bundler cannot continue
I'm trying to run bundle install before starting a rails server and keep getting this error
An error occurred while installing pg (0.15.1), and Bundler cannot continue.
Make sure that `gem install ...
0
votes
2answers
37 views
(Android) Passing multidimensional array through intent
I want to pass a multidimensional array to an activity
multidimensional array:
double[][][] speed = new double[][][]
{
{
{ 15, 10 },
{ 16, 12 }
},
{
{ 14, 50 },
...
0
votes
1answer
37 views
Symfony2 Bundle/Application Structure (Frontend/Backend)
I've read a lot of different things about bundles and the architecture of a Symfony2 project, however I've yet to come to a conclusion on the best practice for an individual project which isn't ...
0
votes
0answers
19 views
Chef hangs with bundle install
when I deploy with chef to an EC2 box it works fine at the first deploy, but every subsequent deploy hangs here
* execute[bundle install --deployment] action run
the relevant chef code is
execute ...
0
votes
0answers
18 views
Bundling CSS and Scripts in Web Forms application
I am here on a pickle about bundling my CSS and Scripts to my Web Forms application.
First of all, I'd like to point out that I was following this tutorial: ...
0
votes
0answers
21 views
Magento: how to hide “Configurated Price” in Bundle product (front-end)?
i need to remove this price in my front-end.
Pratically, i've Bundle product that have different products but with identical price.
therefore, this is superfluous for me.
Tks in advance
Luca
1
vote
1answer
24 views
How Best to Write To BundleConfig From Nuget
I am creating a Nuget package for other developers on my team and I am condensing styles using SASS.
The package is packed with the appropriate dependencies for using SASS and it installs fine on a ...
0
votes
1answer
44 views
Application size doesn't reduce after deleting bundle content
I have an iphone application with custom bundle in resources with hi-resoultion photos (sized about 150mb). I need to reduce application size, so i do an update and remove this bundle from resources, ...
-1
votes
0answers
24 views
Failed to install Rmagick gem on 64-bit win 7 OS [closed]
I'm trying to build up a community with social_stream. Per the readme document of social_stream, I should add gem 'social_stream', '>= 1.0.0' into gemfile of my rails application and then run bundle ...
0
votes
1answer
18 views
Installing Teambox on Ubuntu. Failing on Gherkin 2.3.3 installation
I haven't found Teambox's support forum so I'm asking here. Note that I am completely new to Linux and its commandline syntax so please understand. :)
Anyway, I followed this guide and managed to ...
1
vote
9answers
109 views
how to send value from one class into different classes(more than one class)
I have value strUser and KEY ,I want to send this value to multiple different classes because this value will be used in 5 classes for url, I know the way to send value to one class only using ...
0
votes
1answer
21 views
Bundling mono with a c++ app that embeds it
I have created a sample c++ app that uses dynamic linking to embed mono (as described here http://www.mono-project.com/Embedding_Mono) and use C# for scripting. It works well, as long as mono is ...
1
vote
0answers
32 views
Singelton vs json to pass Data to another activity
In order to pass some objects between two activities in my android application, i let them implement parcelable and sent them to the next activity. Unfortnatly, this sometimes leads into a "FAILED ...
0
votes
0answers
29 views
Can I create osX java application bundle that open multiple instances of program?
I wonder if it is possible to specify an osX application bundle .plist key that allows for opening new instances of a program when i click "open with" in Finder?
I have created a simple text editor in ...
1
vote
1answer
34 views
Is there a public rubygems.org mirror?
Is there a working public mirror for http://rubygems.org? It's not working now for me, http://isup.me/rubygems.org says that it doesn't work too.
0
votes
1answer
28 views
MopaBootstrapBundle Installation,which file put these bundle setting code
I flowed this installation doc
which file should i put above code?
my project demo is symfony2 demo
0
votes
1answer
54 views
Can't BundleInstall the vim-css-color plugin using Vundle
I added Bundle 'ap/vim-css-color' to my .vimrc under the " original repos on github section and ran :BundleInstall but I do not see it the list of newly installed bundles that shows up in the new ...
2
votes
4answers
68 views
difference between running rake command with and without bundle exec
What is the major difference between running the rake command with and without bundle exec?
I have seen few posts stated that when you run the command with bundle exec then it will be run on scope ...
0
votes
1answer
26 views
How to pass a simple Object between Activity in Project and Fragment in Library
I have a project activity (MainActivity) using tabs, each tab launches a fragment (MyFragment). The fragments are not implemented in the project, but are implemented in a referenced library project.
...
1
vote
1answer
28 views
Detect routes and entities from Symfony2 vendor
i'm creating a bundle that adds an entity and a few routes to be use in a Symfony2 application.
I want my bundle to be used as a vendor, so I've created all the files, published it on GitHub and ...
0
votes
0answers
30 views
Site Map Generation Symfony2 Bundle
Does anybody knows a good vendor bundle for symfony2 for Sitemap generation with minimal modifications.
0
votes
0answers
21 views
Bundle products in my Magento Store error
I Have make Bundle products in my Magento Store. But I get an error on the product page.
Fatal error: Call to a member function getCountryId() on a non-object in ...
1
vote
1answer
28 views
How do you determine if a WiX bundle installer is quiet or interactive?
There two problems that I shoud solved. First,how do you determine if a WiX bundle installer is quiet or interactive? Second,how does a exe installer that maked by bundle of wix v3.8 can keep a slient ...
0
votes
1answer
46 views
Find icons in eclipse plugin
I want to get the os location of an icon in my eclipse plugin and I use this code:
URL fileURLIconChoose = bundle.getEntry("pluginIcons/iconConfirm.png");
String pathIconChoose = null;
try {
...
0
votes
1answer
28 views
MVC4 Bundling Version control
I'm using Asp.Net MVC4 bundling on my website. But are there an way to do any version control, so then i release an new version i can change the version number and force an refresh in the client ...
1
vote
1answer
45 views
How does Bundle know what gems to install?
How does Bundle know what gems need to be installed when I do a "bundle install"? Does it look for gems in a specific directory?
0
votes
1answer
34 views
Symfony2: class included in AppKernel can not be found on webserver
I added to my project FOSUserBundle, on localhost it's works fine. But on web server I get
Fatal error: Class 'FOS\UserBundle\FOSUserBundle' not found in
...
0
votes
2answers
53 views
OSGi how to install a bundle from a remote machine?
I have a bundle:
<groupId>com.helloworld</groupId>
<artifactId>Helloworld</artifactId>
<version>1.0.0-SNAPSHOT</version>
Previously, the bundle and OSGi ...
0
votes
1answer
77 views
bundle install error : “too many redirects”
I'm not able to run a bundle install on my local machine, I'm getting following error message :
00:54:32-myuser~/myapp (master)$ bundle install --binstubs --path=vendor/bundle
Fetching source index ...
0
votes
2answers
55 views
rails bundle error Gem::Installer::ExtensionBuildError: ERROR
I'm trying to install rails, but have some problem:
ruby 2.0.0
rvm 1.19.6
gems 2.0.3
bundler 1.2.3
when I run 'bundle install' or 'gem install json -v "1.7.7"', I have:
...
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
2answers
87 views
IntentService Handling Requests from Multiple Activities
Up to this point my IntentService(s) has been working great because each IntentService has only been receiving requests from a single Activity (SQLite INSERTs) and responding to the same Activity.
...
0
votes
0answers
58 views
Using wildcard bundle IDs and submitting app to app store
I am trying to submit by second app to the Apple app store. I used a wildcard bundle ID (.*) in my provisioning profile, however when I select the wildcard bundle ID for the app in iTunes connect, it ...
0
votes
1answer
29 views
Bundler halts on json install, even though there's no json in Gemfile
Project bundle is stopping with error on json installation. But I'm not asking for json in Gemfile. Current Ruby in RVM is 1.9.2-p290, strict.
Have no idea to workaround this. Any helps, maybe?
...
0
votes
0answers
53 views
chef-solo rails bundle install when having separate Gemfiles
Am trying out chef solo based rails app deploy
I do have two git repos, one is rails-app and another one is chef-solo where I have recipes, roles all chef related stuff, and each one has their own ...



