Tagged Questions
The custom-lists tag has no wiki summary.
4
votes
5answers
294 views
compare and update two lists in C#
The context is that I have one cached set of values in memory that were expensive to fetch, and another set of associated data that is inexpensive to fetch and can't be cached (business rule). I've ...
3
votes
6answers
4k views
Customise a SharePoint List Form into Sections/Tabs/Pages
I have a SharePoint solution which uses a list with around 20 different pieces of data. I would like to be able to break these up into sections/pages/tabs so that the user experience in populating ...
2
votes
3answers
3k views
Creating “Append-Only” Comment Field in Custom SharePoint List
I am relatively new to SharePoint, working with WSS SharePoint 2.0. The "Issues" list template contains an "append-only" comment column. The great thing about this append-only comment column is that ...
2
votes
3answers
14k views
Auto Number Column in SharePoint List with Link to Item
There was a similar question posted regarding the same topic, but I'm adding to the question and the previous discussion was resolved.
Here is the link to the original question: ...
1
vote
1answer
33 views
I need viewHolder explanations
Sorry for this post but I search on Google but i didn't find anything who explains step by step the process to create a custom checked list with viewHolder method. Someone have the patience to do it ?
...
1
vote
1answer
34 views
How to Display and hide an image in list on clicking on it in blackberry?
hi i created a CustomListField and implemented "drawListRow" method to draw an image,text and another image in a row. now when i click on the list,image on the right side should disappear.
when i ...
1
vote
1answer
193 views
Setting Theme.Holo.Light changes everything except checkboxes in list
<style name="CustomTheme" parent="@android:style/Theme.Holo.Light">
I made my own theme and added a reference to it in my manifest. Everything looks perfect (buttons, textboxes etc) except for ...
1
vote
1answer
62 views
lookup columns in sharepoint 2007
how do I reference lists with columns in a parent site which I want to look up from a subsite of a different parent site?
how is this done?
1
vote
2answers
343 views
How to use intent in baseadapter class
Hi I have a base adapter class for custom listview. my listview has a button. when i press that button, I have to redirect the control to another activity. When I use Intent to redirect, It shows ...
1
vote
0answers
75 views
How to show CustomAction on a certain Custom List
How can I show a CustomAction for a List of "Custom List" type and it's Title is "Demo List"?
Is this possible? if not is there any workaround to achieve what I want?
1
vote
3answers
372 views
Better way of comparing two lists with LINQ?
I have the 2 collections:
IEnumerable<Element> allElements
List<ElementId> someElements,
What is a concise way of doing the following together:
[1] Verifying that all elements in ...
1
vote
1answer
170 views
Building “isolated” and “automatically updated” caches (java.util.List) in Java
FOR ANYONE INTERESTED: I have implemented the code for the behaviour I am looking for and open-sourced it on google-code. Get it here! pojo-mvcc
--
Hi Guys,
I am trying to write a framework which ...
1
vote
3answers
3k views
How to create SharePoint Site definition with custom lists using WSPBuilder?
I'm using WSPBuilder and I want to create a site definition this site definition contains some custom list definition (some list creates based on "Custom List" template).
The site contains also some ...
1
vote
2answers
2k views
How can I add a link to the SharePoint “create” page?
I have a custom feature, and I'd like to link to that functionality from a link on the "Create" page -- the create.aspx page that you get to from the Site Actions menu. I'd be happy to do this either ...
0
votes
1answer
29 views
Custom listview help in android
Hi what i want to do is fetch audio songs from sd card and store it in custom listview just to show play list can any one tell me how to write adapter for this custom listview below is my code please ...
0
votes
1answer
23 views
Custom listview with checkboxes
Hello everyone :) I have a problem.
I did a custom listview with a checkboxes. I want who when I click the listview the checkbox turn on and I did this:
prodottiList = new ...
0
votes
1answer
45 views
How to Custom each List item view with image from drawable?
For example if i have to create custom list view about type of food, in each list_item consist of food type logo, food type name. If i store food type name in string resource and store picture of each ...
0
votes
1answer
48 views
SlidingDraw layout over ListView layout possible?
I'm wondering if it's possible - and therefore how - to put a SlidingDraw over a listView? The situation is: I have a custom list adapter - inflates layouts and all that - that creates a list. I ...
0
votes
1answer
66 views
how to apply filter in my custom listview in android?
In my android app i want to apply the filter on the listview. Each row of the list is showing the Contact name ,the type of contact number,contact number etc.
Now i want to apply the filter on the ...
0
votes
0answers
39 views
focus on a custom-list sub-element
There is a customized list from one of the sample code on SO that i tried. Now I have added an ObjectChoiceField element within the list. But when i try to get the focus on the ObjectChoiceField ...
0
votes
1answer
61 views
Unable to get list elements when using parcelable objects
I have an application that has a service and an activity. My base class and list class are implementing parcelable. And the list class uses writeTypedList()/readTypedList() to parcel a custom list. ...
0
votes
2answers
127 views
custom list view in android
I am creating customized list with multiple selection with help of Checkbox. At last i managed to set checkbox selected on list's item selection's event.
but when I check boxes are not being ...
0
votes
0answers
134 views
Android getting spinner selected item in custom listview
I am using BaseAdapter for ListView. The each row in the custom list view consists a spinner and a button. When i click the button in a list row, i have to get the selectedItem() from the spinner in ...
0
votes
2answers
145 views
Android - Add item to custom listview on button click
I currently have a custom listview where each item on the list contains two rows of text. What I would like to do is each time a user clicks on the button, it creates a new item on the list with the ...
0
votes
0answers
56 views
Filter list items by person or group column
My current environment is MOSS 2007. I have a custom list with a column names participants of type "Person or Group" with "Allow multiple selections". I want to create a view which filters list items ...
0
votes
1answer
68 views
How to retrieve attachement file From Custom list sharepoint2010?
I have create custom list..and submit Form data onto list by Visual webpart.but i have doubts when i have attach on the attachments of list.
now a time to retrieve Data from custom list but how can i ...
0
votes
2answers
89 views
custom list in android
I am creating a android app in which i have a list of contacts. I am displaying the list of contacts in the list view using the following code :
setListAdapter(new ArrayAdapter(
...
0
votes
3answers
313 views
Building dynamic list in jquery and losing CSS
I am building a list of appointments by day and the appointments for the day are collapsible under the date header. I am using append to insert the list items. When the list is built dynamically, ...
0
votes
2answers
166 views
Android custom Listview with clickable links in each element
In my android application I am using a custom listview to display my records. each element in the list view have 7 textviews which displays information from database.
what I want to do is to disable ...
0
votes
1answer
121 views
setting onClick listeners for multiple items in an array
I am trying to implement a select list. Each item is an imageview.
When the user clicks a view, a custom dialog opens up showing the 56 ImageViews in a list.
The user can then click on one to select ...
0
votes
2answers
76 views
How do I repopulate my list when deleting constraint of filter
I have been implementing a custom list adapter and custom filter. I have gotten to the point where I can filter out my list by typing, however when I delete my constraints the list does not ...
0
votes
1answer
307 views
need tutorials on Android Custom-List
last days i was browsing one of the app in android
and i found out an amazing list.
I Found that Custom List v Interesting.
When we click on the Text it shows me some Activity and when i click on ...
0
votes
1answer
103 views
Custom list data doesn’t appear consistent in Sharepoint 2010
I have a list that seems to be acting oddly.
The list has 5 custom columns. 2 columns are text fields, the others are lookup fields.
When I view the list I see data in all 5 columns. When I edit a ...
0
votes
1answer
168 views
How to merge two lists at a delimited token in python3
I am a CS major at the University of Alabama, we have a project in our python class and I am stuck...probably for some stupid reason, but I cant seem to find the answer.
here is the link to the ...
0
votes
0answers
124 views
Users with contribute rights cannot view custom list in data view in MOSS 2007
I have created a custom list and have given a few users contribute rights. They are able to add on item at a time, but the option to view data in spreadsheet in not seen.
I tried giving them full ...
0
votes
1answer
320 views
custom toolbar for sharepoint list
I try to implement custom viewtoolbar for list template. I create customdefaulttemplate.ascx file under /TEMPLATES/CONTROLTEMPLATES. Code in customdefaulttemplate.ascx:
<....>
<%@ Register ...
0
votes
0answers
22 views
Android CustomListView Multiselectable
I have a list of Name & Number retrieved from database both stored in String[] phoneNumbers, name.
How can I make a ListView with Checkbox and then upon clicking a button it does a check on those ...
0
votes
1answer
617 views
How to enable Document Version History in custom Document Library feature?
I've got a custom Document Library created as a feature in SharePoint (WSS3). I've created and customized the library by modifying its schema.xml and other corresponding xml files.
The problem is ...
0
votes
1answer
15 views
Software or Service to Automatically Generate Custom Ordered Lists?
Disclaimer: I'm not a programmer, so this question is non-technical and probably very basic. I am just hoping to be pointed in the right direction...
I want to automate the routine process of ...
0
votes
2answers
1k views
Sharepoint 2010 add Note Board to Custom List
Is it possible to add a note board or other web parts to a Custom List? I would like to be able to have comments on list items.
0
votes
1answer
15 views
How do I stack duplicate custom list to master list in Sharepoint?
I have duplicate list and I would like that to have rolled up to master list. Any possibilities without using code?
0
votes
2answers
932 views
Custom list: EditText consumes list's OnItemClickListener
I've been implementing a number of custom-lists, all worked fine. Now I'm trying to add an EditText to the list's rows. The rows look like that:
<?xml version="1.0" encoding="utf-8"?>
...
0
votes
1answer
474 views
Sharepoint Custom List code-behind not invoked on a embedded page
I have written a custom list in sharepoint, with the onPreRender method populating the list via a webservice. The list needs to stay updated everytime it is rendered. When the list is viewed via the ...
0
votes
1answer
561 views
C# Comparing Two Custom Lists
I have run into a situation where I need to compare two different lists to each other and I am wondering what the best method is for doing this? I thought something like this would work but it ...
0
votes
1answer
987 views
Sharepoint and multiple workflows
I am designing a workflow for an absence request at my company. The problem is that whenever I to test the workflow, I don't know if it is SD or MOSS, but it creates a new instance of the workflow. It ...
0
votes
2answers
115 views
How do I handle child lists and get new object lists in C# using LINQ?
I have a LINQ query which gives me a list with a number of child lists all with double values.
I want to get a queryResult from this.
How can I get the first, the last, the highest and the lowest ...
-3
votes
1answer
41 views
Android - Custom Lists
I am not sure about how do we custom lists is android 2.2 or any later
I want a basic activity that can make custom lists by layout inflater
any help would be appreciated!
-3
votes
2answers
55 views
Adding Nodes to a list. At the moment I cannot add the second node.
public void addNode(Car newCarEntry){
ListNode currentNode;
ListNode newNode = new ListNode(newCarEntry);
if (head == null || newCarEntry.isNewerThan(head.carItem)){
newNode.next ...