Tagged Questions

2
votes
6answers
99 views

rename part of filename

Hello, sorry for the properly stupid question, but I am quite a newbie. I have loads of files which look like this: DET01-ABC-5_50-001.dat ... DET01-ABC-5_50-0025.dat and I wa …
1
vote
1answer
64 views

change backcolor of part of text using javascript ?

i have some part of text with html tags , for example <b>something</b> i select some part of text for example "some". with getSelection().getRangeAt(0); i get po …
1
vote
5answers
183 views

How to eliminate last digit from each of the top lines

Hi all. I have a file. >Sequence 1.1.1 ATGCGCGCGATAAGGCGCTA ATATTATAGCGCGCGCGCGGATATATATATATATATATATT >Sequence 1.2.2 ATATGCGCGCGCGCGCGGCG ACCCCGCGCGCGCGCGGCGCGATA …
1
vote
3answers
94 views

Eliminate part of a file in python

Hi all. In the below file I have 3 occurrences of '.1'. I want to eliminate the last one and write the rest of file to a new file. Kindly suggest some way to do it in PYTHON and th …
1
vote
2answers
666 views

How to display a Yes/No style message box in web part, and get client’s choice?

I want to show a message box when users trying to do any major operations in my web part. If user choince [Yes], then continue to do sometiing ...[No] for nothing. How can i imple …
0
votes
0answers
15 views

Web Part to Field control

Need to convert a web part to a field control on a Sharepoint page. Part of the problem is to migrate all the content on existing pages that use the web part to the corresponding f …
0
votes
2answers
119 views

How can be sectsty used together with \part in scrbook-documentclass in LaTeX?

In this question I asked, how to produce rules under sections. The answer provided using sectsty does what I wish, but triggers a problem: If I use the package sectsty the \part-co …
0
votes
4answers
744 views

LaTeX: remove blank page after a \part or \chapter

How to remove a blank page that gets added automatically after \part{} or \chapter{} in a book document class? I need to add some short text describing the \part. Adding some text …
0
votes
0answers
43 views

Can I display a wiki inside a web part?

If you include the default wiki web part on a page it just shows the names of the articles. I'm looking for a way to actually embed the nicely formated wiki data inside a web part. …
0
votes
4answers
544 views

SharePoint web parts - Can you embed one web part into another?

Can you embed one SharePoint web part into another? For example, a client wants a document library but also an ability to write an executive summary about that document using the r …
0
votes
2answers
404 views

How do I Invoke Ajax OnClick from Provider Web Part to Consumer Web Part

I am attempting to manage an ajax connection by calling a button onclick method on a separate web part in order to force the partial postback on the consumer. Web part A (Provid …