473,386 Members | 1,652 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

movable text

Hi,
Does anybody know how to make a text moving in the text area??
Apr 29 '07 #1
4 1548
ilikepython
844 Expert 512MB
Hi,
Does anybody know how to make a text moving in the text area??
What have you tried on that? Do you need the logic or psuedocode for it or you need help writing the code?
Apr 29 '07 #2
bartonc
6,596 Expert 4TB
Hi,
Does anybody know how to make a text moving in the text area??
You'll need to remind us of your GUI toolkit in order to get help on this issue.
Apr 30 '07 #3
3hfx
1
Hi, if you are using wx GUI, you can use this:
wx.lib.ticker module

Expand|Select|Wrap|Line Numbers
  1. newsTK = wx.lib.ticker.Ticker(logDataPanel,-1,newsText,fgcolor = wx.Color(96,49,85),bgcolor = 'White', start=True,ppf=1,fps=50, direction="rtl", pos = (0,0) ,size = (430,15) )
thats it.
enjoy
May 4 '07 #4
bartonc
6,596 Expert 4TB
Hi, if you are using wx GUI, you can use this:
wx.lib.ticker module

Expand|Select|Wrap|Line Numbers
  1. newsTK = wx.lib.ticker.Ticker(logDataPanel,-1,newsText,fgcolor = wx.Color(96,49,85),bgcolor = 'White', start=True,ppf=1,fps=50, direction="rtl", pos = (0,0) ,size = (430,15) )
thats it.
enjoy
Hello, 3hfx. Thanks for dropping in.

Keep posting,
Barton (forum moderator)
May 4 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: sean | last post by:
I'm having problems trying to sort a series of authors who post online using Movable Type. I've tried posting my problem to the Movable Type support group, but no one has even answered my question....
0
by: Fuzzyman | last post by:
Movable Python has just been released on sourceforge. Movable Python is a frozen distribution of Python. It will run python scripts without needing to be installed. ...
1
by: Mircea | last post by:
How I can create a movable component, for example a button, in run-time? Thanks
2
by: Ryan Ternier | last post by:
Hello, I'm looking at creating an application that allows users to create their own templates, and thought of using the same idea's MS used when creating http://sympatico.my.msn.com/. I looked...
10
by: Hello | last post by:
Hello, How to prevent user from moving the form at run time. At the same time, I want to keep my control box and form border. Thanks, Douglas ^^
0
by: Fuzzyman | last post by:
It's finally happened, `Movable Python <http://www.voidspace.org.uk/python/movpy/>`_ is finally released. Versions for Python 2.3 & 2.4 are available from `The Movable Python Shop...
1
by: loga123 | last post by:
Hi All, I am using ASP .NET 2.0. I have gridview displaying data and when a row is selected on gridview "detailsview" pops up based on the row selected from gridview. I want to make this...
3
gauravgmbhr
by: gauravgmbhr | last post by:
hello friends can some one tell me plz can I create a movable as well as resizable html component using javascript plz help me or email me some link that can be helpfull for me
1
by: moho | last post by:
Hi I've started to create movable divs with forms in them. When your grab the div you can move it. The bad thing is that you actually can move the form when having the cursor in the one of the input...
1
by: trint | last post by:
How can I add movable windows to my c# dotNet web app? Do I have to convert the whole thing to AJAX or is it even known how Google does this? Thanks, Trint
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.