0
votes
0answers
15 views
Creating a simple custom view in SugarCRM
Hey!
I am trying to use the MVC architecture of sugarcrm to add a new action and with that a new view.
I have managed to create a controller with the action and also a class view, the only thing I …
0
votes
0answers
5 views
How to add a custom view to the Django admin without having a model in the application
I have an application without any models, but with some custom admin actions. Now I want to add a custom admin view to support the custom admin actions. In order to make the use of the application …
1
vote
0answers
25 views
Workstation Build: Single 2.66ghz i-7 with overclock potential, OR Dual 5520 2.26ghz Xeons? [closed]
There are probably better places to ask this, but I am used to the excellent quality of responses on stack overflow.
I am rebuilding my desktop in a few months. Aside from normal lightweight internet …
1
vote
1answer
37 views
Custom Satchmo Store Configuration / Process
Hello.
I want to create an order form to buy multiple things in this sort of structure:
Business Data 1
---Product A
---Product B
Business Data 2
---Product A
That is, I want to sell products A,B, …
0
votes
1answer
25 views
Featured articles list
I'd like to display 10 articles from "featured" category. Only the first should have title and excerpt, the rest 9 only titles. How'd I do that?
Many thanks for your help.
0
votes
0answers
7 views
custom listbox with tool tip for list for items
how to create a custom control with list box,so that the when the mouse move above the list box items it shows the tooltip containing list box items.
1
vote
5answers
47 views
C# arrays: finding custom minimal element
How do I specify a custom code for comparison when finding a minimal element in my Array?
For example, I have two arrays:
int[] a = new int[] {3, 6, 8};
int[] b = new int[] {9, -2, 5};
I want to …
1
vote
2answers
10 views
QuickInfo in VS 08 for custom methods
Is it possible (and if yes, how?) to provide custom classes, types, whatsoever with the QuickInfo-Hovers provided by the .NET-Base-classes that explain e.g. a summary or definitions of the parameters …
0
votes
2answers
21 views
Adding my custom PHP Library in include_path
I want to add my PHP library file to be included in include_path, so that i can access it from anywhere in my application running on that server. I tried adding it as per the syntax for include_path …
0
votes
1answer
20 views
Using mod_rewrite to work with a custom string
I want to rewrite everything that uses this pattern...
/test/?TEXT=TRUE and allow it to be /test/TEXT AND /test/TEXT2, and so on.
4
votes
7answers
554 views
Custom robotics for building an auto CD-loading arm
Where would you recommend that I find a company to develop or buy a CD/DVD loading arm similar to: http://www.dextimus.com/
Preferably programmable via USB but if I only can get one with a serial …
0
votes
1answer
22 views
Custom delegate : How to call back from modalViewController tapping on done ?
Hi all ,
I want to use custom delegate in my search tab.
I have never used my own custom delegate in any application ( this is the just second one ).
The scenario is as below :
In the search …
0
votes
3answers
42 views
~masterurl/default.master does not exist
Hello all,
I try to create a custom webpart page. I tried a book example that start with :
<%@ Page MasterPageFile="~masterurl/default.master"
…
0
votes
4answers
51 views
C#: Custom 2-dim arrays trouble
I'm trying to create a two-dimensional array of my custom class Cell with the following code:
public class Cell
{
int top;
int bottom;
}
public Form1()
{
Cell[,] elements;
elements = …
0
votes
0answers
9 views
Custom data tooltip in jqGrid
I am working on jqGrid 3.4.4. I have implemented the custom data tooltip. It is working fine in Firefox but it is not working consistemtly in SAFARI.Sometimes it is working and sometimes not. Any …
