Ramanuj Kumar

Greenhorn
+ Follow
since Feb 22, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ramanuj Kumar

Hi,
What is the relationship btw PartSashContainer.java and IWorkbenchwindow.java
Please explain with example

With Thanks
rama
Hi All Exparts ;
In eclipse presentation I want to know that how i can draw a line in betwen view part and editor part.



please help me to solve this issue.

with Thanks
Rama
Hi All,
Can any one tell me how can i draw a Vertical line after eclipse Perspective bar.In my Eclipse Presentation I have set Perspective Bar in left side and it will show only icon.but now i need to draw one line after these perspective bar.How can i do that?

here is my code where i initialize ...

Thanks in Advance.
With Regards,
Rama.
Hi All,
Issue solved.
Thanks,
rama
Hi all expert,
I want to show my image horizontally.i am using java script function window.open() to show my image in a deferent page.But it is displaying image from top to biottom/vartically,but i want to show all image from left to right/horizontally.How can i do this.
Please help me regarding this.
Thanks in advance,
Rama.
Hi all,
Please suggest me some good books about swings and AWT.
15 years ago
Hi,
Thanks for reply.it seems that My dialog box will break in two part. but if i move the dialog or change the position then it looks ok.this is only happens in leopard safari when i use mouse scroll over Dialog box.
Please help me to solve this.
thanks,
rama
15 years ago
Hi All,
In My application all dialog box page's are breaking in two three parts when i run my application in leopard safari.Can any body help me to fix this issue.
with thanks,
raghum.
15 years ago
hi all,
here is my code:

<td><html:textarea property="deptDesc" styleId="Message" style="width:200px;overflow-y:auto;" /></td>

in other browser this text area come with scroll bar except safari browser.i also need scroll bar in safari.
how to do please help me.
many thanks,
ramanuj.
15 years ago
Hello Experts,
when ever I open new Dialog Box in IE6,IE 7,And MAC safari,it will open with horizontal scroll bar .But In Mozilla Firefox it is working fine.in Mozilla Firefox it is coming with out scroll bar.
Please let me know how to solve this issue For IE 6,7 and mac safari.
With many Thanks,
Ramanuj.
Hi all,
I found one issue in IE6 and IE 7.the "NoWrap" attribute is not working.For other browser its worked.
Any work around ???
many Thanks.
Ramanuj.
Hi,
You can use following method:

window.location.reload();
Regards,
Ramanuj.
16 years ago
JSP
hi Anubhav;
Yes I am setting error message in message resource and also got that message.But i want to show that message via confirm dialog of java script with 2 buttons OK and Cancel.
is it possible to do like that ???
16 years ago
hi all,
i am facing one issue in IE6 anf IE7.the javascript nchange() is not working in IE6 and 7 but working fine in mozila,safari netscape.here is my code.



please help me to solve this issue.
Many thanks in advance.
16 years ago
Hi Anubhav,
Thanks for your reply.but after implementing like this i always getting error message when ever i load the page.
But what i actually want is.once i save the page data will goes to server and check whether that name is present already or not.if yes then only it will show me error.
here is my code.

here i am getting error but my requirement is after showing the message user can save too.so i need confirm(); java script dailog box.
can you tell me how i can show the action class message in my jsp page through java script code.
16 years ago