i am working on an application, and i found this customized table view at "http://cocoawithlove.com/2009/04/easy-custom-uitableview-drawing.html" but the problem is that i dont know how to populate the table view. You can download the xcode project form that site, and look at it. you can email me at [email protected]... please no...
How do I create a product attribute out of my custom module in Magento?
I'm working on a "record store" in magento and I've created an "artists module" to store artist information. Now I want to have an "Artist" dropdown attribute for the catalog items that is fed from this module.
I understand how to create custom attributes in the m...
This is for my Java programming assignment, and I've only been working with Java for about 3 months.
We need something simple, so I thought of going with a program that allows the user to customise and design a greeting card cover. Not too complex, it's an introductory course. I would really like some guidelines on how to go about this...
I have a series of python modules I would like to put into a package. I would like to set it up such that anyone interested can just download it and install it (on unix). How can I do this?
...
hi all,
i am new to ext, i want to create a custom component containing a form and use it by registering it as a xtype, where i want:
MyComponent = Ext.extend(Ext.FormPanel, {
initComponent: function () {
Ext.apply(this, {
labelWidth: 50,
// label settings here cascade unless overridden
items: [{
...
I have custom scripts that are were written near the change of php4 and php5 and I am looking to find all of the php4 versions easily so that I can rewrite them so that they work with php5.3. Is there a tool that can perform this on my local machine or the server?
...
I am trying to do an upgrade path for a lite to full version of an application, that can store an indefinite amount of data (I dont want to do in app purchase).
I would like to be able to upgrade using a custom url without needing an online presence to cache the data to.
So was thinking of using a UIPasteboard object.
Does anyone k...
Hi there, does any one know how to create a search form with custom fields in combobox ?
I have searched and tried to do this for weeks... and nothing... i have done so much thing with no results...
last code i´v done ( I am not a expert )
( cicle to get all the costum fields names )
<?php
global $post;
...
Hi , every one i create custom keyboard and i have problem
iam using my keyboard as textview.inputView = myKeyboardView;
my keyboard buttons have this code :
NSMutableString *text = [textPad.text mutableCopy];
NSRange selectedRange = textPad.selectedRange;
[text replaceCharactersInRange:selectedRange withString:@"A"];
tex...
Hello all,
iam new to sharepoint my requirement is, we are developing a business intelligence dash board using pps with some custom reports built on it.
I need to replicate this site to create n no of subites based on this bi dash board site. So iam planning to make this site as a site template and trying to create the site programmati...
Hi, i've created a custom cell table view with the following header file:
@interface Tab1 : UITableViewController
{
ApplicationCell *tmpCell;
NSArray *data;
}
and i have individualcell class and nib file, there is no nib file for tableview since i am using custom cell.
this function works fine.
now i want to have this custom cell v...
Is there a way I can create a USB Mouse driver for windows? I want to be able to plug in two mouses (or maybe 3, or 4) and interpret it's movement's and keypresses for an application I'm developing, in a way Windows won't even know there is more than a mouse plugged in.
...
For a web service created in .NET, navigating to the service in a browser results in a somewhat brief listing of methods in the service and any description that is provided.
Is there any way to customize the format of the documentation for .NET web services?
Customization might include something as simple as customizing the styles on...
If a general fault is raised on my service endpoint the fault response is undesirably and unexpectedly encrypted.
I have created an endpoint with a custom binding for interoperability reasons with a java spring framework set up with transport security with signature only over soap 1.1.
<service behaviorConfiguration="MyProject.We...
Hi, i would like to check, usually for navigation base app.
we load the nib files for navigated views at viewDidLoad right? than the nib file will be the place where we define the class. so what happen if there is no nib file?
and if i have a custom table cell, with no nib file for table view, but a individual cell nib file only, how c...
I have a config file as follows :
<section>
<template Count="20">
<data>
some data here
</data>
<data>
some more data here
</data>
</template>
<template Count="25">
<data>
some data here
</data>
<data>
some more data here
</data>
</template>
</section>...
Folks, could you please give me an example of writing a custom gcc preprocessor?
My goal is to replace SID("foo") alike macros with appropriate CRC32 computed values. For any other macro I'd like to use the standard cpp preprocessor.
It looks like it's possible to achieve this goal using -no-integrated-cpp -B options, however I can't ...
What I'm trying to do is have a 3 state tree expansion.
I have three different icons for "expand" "collapse" "semi-expanded" which I want to use to show a partially populated tree control with all nodes initialized to semi-expanded state and then on clicking the "semi-expanded" icon it gets data from server and populates the tree and op...
Hello,
i am trying to creat a gallery applicaiton, i have adobe's imageViewer component and i want to make a custom layout functionality on my applicaiton.
1- How can i creat custom (2*3 - 3*3 - 4*4) layouts at runtime ?
2- How can i add my imageViewer component in it at runtime ?
I tried to use datagrid component but adding and dele...
The background
I use VS2010, DataGrid (the one delivered with WPF) and I manually create rows and columns. I set various colors for rows, depending of their state (but for simplicity let's say it was yellow). It worked because datagrid used labels for displaying text, and when I set background for row, it is reflected in label widget as...