Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
widget
- Page 1
widget help
Programming
Web Development
17 Years Ago
by balagod
Hi, I am trying to create a
widget
to display live stock quotes. then i have to deploy in iGoogle. Please explain me how can i proceed. 1.i need
widget
creation tutorial. 2.igoogle deployment tutorial. Server Language: PHP -Bala
Re: widget help
Programming
Web Development
17 Years Ago
by balagod
I go through the documents. i got an idea about making google javascript gadgets . so making xml file. But i have to know URL gadgets. i am going to host web page in my site. how can i test this external URL
widget
into igoogle?
widget-mania
Community Center
Geeks' Lounge
16 Years Ago
by seanbettle
Has anyone come across any cool
widget
they'd recommend? I'm still 'building my collection', so …
Widget to send a MySQL table to wxpython?
Programming
Software Development
14 Years Ago
by acrocephalus
Hello! As a part of a database project, I need to find a way to send a MySQL table to wxpython and then select some of its records (using a Select/Remove button) to store them in another class of the database. Is there any kind of
widget
to do this? If not, can you give me any hint on how to do this? Cheers! Dani
Re: widget help
Programming
Web Development
17 Years Ago
by johnsquibb
have you checked out the igoogle documentation ? [URL="http://code.google.com/apis/gadgets/index.html"]http://code.google.com/apis/gadgets/index.html[/URL]
Re: Widget to display my blog posts in my website
Digital Media
UI / UX Design
15 Years Ago
by almostbob
… on any other site, in your choice of window/popup/
widget
rollover long winded answer, I get like that when I…
Android Native - How to create a homescreen Widget
Programming
Mobile Development
2 Years Ago
by dimitrilc
…**. Create a new class called **
Widget
**, which overrides **AppWidgetProvider**. class
Widget
: AppWidgetProvider() { override fun onReceive…attachments/4/574a71d121c302e5519c34288e1af7ec.gif) ## Solution Code ## **
Widget
.kt** class
Widget
: AppWidgetProvider() { override fun onReceive(context: Context?,…
Tkinter: protecting text in the Entry widget
Programming
Software Development
19 Years Ago
by G-Do
…def __init__(self, root): # Set instance-specific variables (
widget
dimensions, # command variable) self.display_height = 20 self…Frame(root) self.mainframe.pack() # Add a ScrolledText
widget
(the display) self.display = ScrolledText(self.mainframe,…
How do I change the text within an already existing tkinter text widget
Programming
Software Development
10 Years Ago
by biocompute
… the previous classes to create the final assemnbeld GUI
widget
def __init__(self, parent=None): Frame.__init__(self,…=15).pack(side=LEFT) # re packs the top_right
widget
def makeWidgets(self): self.top_left = article_review_entry_button_widget(self).pack(side…
Re: Tkinter: protecting text in the Entry widget
Programming
Software Development
19 Years Ago
by G-Do
…__init__(self, root): # Set instance-specific variables (
widget
dimensions, # the prompt, the command variable self.display_height…Frame(root) self.mainframe.pack() # Add a ScrolledText
widget
(the display) self.display = ScrolledText(self.mainframe,…
Tkinter resize Text widget along with root window
Programming
Software Development
14 Years Ago
by Peter_TARAS
…character ratio (both horizontal and vertical) for the text
widget
, and based on this information I compute roughly the new… size of the text
widget
by considering the new root window size (both horizontal…thick border between the root window margins and the text
widget
. This is normal to happen (although undesired). What …
click listener on android widget Button not working
Programming
Mobile Development
9 Years Ago
by KhizarIqbalEngr
…;); // Enter relevant functionality for when the last
widget
is disabled } static void updateAppWidget(Context context, … R.layout.bluetooth_toggle); // Instruct the
widget
manager to update the
widget
appWidgetManager.updateAppWidget(appWidgetId, views); } @Override…
Re: How do I change the text within an already existing tkinter text widget
Programming
Software Development
10 Years Ago
by biocompute
Hello, Thank you for your response. Which class is written incorrectly, ScrolledText? ScrolledText seems to work correctly as it creates a scrolled text
widget
that works correctly as a stand alone
widget
. If my class is written incorrectly how do I correct it? Thanks again, George
Re: How do I change the text within an already existing tkinter text widget
Programming
Software Development
10 Years Ago
by vegaseat
… the way it is written you can access the Text
widget
inside the class this way self.top_right = ScrolledText(self, text… since you assigned text = Text() to self.text The Text
widget
does not have an argument called 'text', to insert text…
Re: How do I change the text within an already existing tkinter text widget
Programming
Software Development
10 Years Ago
by vegaseat
… a method settext() to change the text in the Text()
widget
. Also Text() does not behave the way you thought (like…
Using document.write to control javascript twitter widget
Programming
Web Development
14 Years Ago
by tekboi
…"></script> <script> new TWTR.
Widget
({ version: 2, type: 'search', search: '@BigNotch', interval: 6000,…script> '); } else { document.write('<' + 'script> new TWTR.
Widget
({ version: 2, type: 'search', search: '@BigNotch', interval: 6000, title: 'Follow…
Intent and Shared Preferences in Android Widget
Programming
Mobile Development
11 Years Ago
by sash_kp
…the next time onwards,by clicking on the **
widget
**,it should take me to the home page …my take on it when the user launches the
widget
for the first time: public class MyWidgetProvider extends AppWidgetProvider…MYPREFS",0); //Create a pending intent for a
widget
click Intent intent = new Intent(context,TheMainActivity.class);…
Re: Using document.write to control javascript twitter widget
Programming
Web Development
14 Years Ago
by Luckychap
…src="http://widgets.twimg.com/j/2/
widget
.js"></script> <…17) { document.write("<script> new TWTR.
Widget
({ version: 2, type: 'search', search: '@BigNotch', interval…} else { document.write("<script> new TWTR.
Widget
({ version: 2, type: 'search', search: '@BigNotch', interval:…
Tkinter Text Formatted 'Listbox Like' Widget for a Large Number of Entries
Programming
Software Development
16 Years Ago
by Nine Tails
…will display information for a large number of items. This
widget
needs to have the following properties: 1.) Highlights a…are aligned into columns The problem is that the Listbox
widget
does not provide text formatting (which means that it… came up with the idea of creating a Text
widget
that would contain lines of labels where each label …
deleting a label widget in Tkinter
Programming
Software Development
14 Years Ago
by Peter_TARAS
…observing these matrices by representing them in a Label type
widget
. The problem is that when I generate and represent …the bigger matrix. My guess is that the previous Label
widget
(representing the 10x10 matrix) isn't override by the …me how to avoid the Label
widget
superpositions - also how to shrink the parent
widget
in order to fit the label…
Entry Widget Probelms
Programming
Software Development
17 Years Ago
by bm1167
… trying to do is set up an entry
widget
that allows only 11 characters which I learned… how to do for a different entry
widget
. Now I want to put two "/"…; in the
widget
as separators for a date. I know how…; but they appear at the front of the
widget
even after specifying where they should appear. Does …
Twitter Widget error
Programming
Web Development
9 Years Ago
by codemonkey88
Hello, I have a website that uses the user timeline
widget
from Twitter. A couple of days ago, it stopped …displaying the
widget
and instead just shows "tweets from @username". …logged back into the Twitter dev control pannel and the
widget
preview is working fine. I even tried rebuilding and …
React component will not render widget.
Programming
Web Development
9 Years Ago
by jmann22
…and images except for 1 line rendering a twitter
widget
. It works fine but when i route to a…<div id="jkparty-twitter"> <!--
Widget
--> <a className="twitter-timeline" href=&…quot;https://twitter.com/JKFilms" data-
widget
-id="660182203867901952">Tweets by @JKFilms<…
wxPython Canvas widget -- RFC
Programming
Software Development
17 Years Ago
by jrcagle
… beginning of a hopefully useful project: to create a Canvas
widget
for wxPython that will mimic or improve on the Tkinter… Canvas
widget
. Those of you who have coded with both will probably…the beginnings of an attempt to create a wxPython Canvas
widget
. The Canvas keeps a list of IDS of items and…
Tkinter interactive terminal as widget
Programming
Software Development
15 Years Ago
by txwooley
… put a terminal into my tk gui program as a
widget
. I figured out how to have the output of a… command sent to a text
widget
: [CODE] root = Tkinter.Tk() tfield = Tkinter.Text(root) tfield.pack… five different wireless extensions and their info into a text
widget
. Now I want the user to select which extension we…
Re: deleting a label widget in Tkinter
Programming
Software Development
14 Years Ago
by Peter_TARAS
Ok - Thank you - I've tried the .destroy() method and it worked. I already tried the solutions you proposed - this time however I declared that object related to the
widget
as global - and now it works. Thanks
Re: tkinter text widget help
Programming
Software Development
13 Years Ago
by bumsfeld
Here is example ... [code]# one look at the Tkinter Text
widget
# use ctrl+c to copy, ctrl+x to cut selected… import Tkinter as tk root = tk.Tk() # create the text
widget
# width=width in chars, height=lines of text text = tk…pack() abc = "hello world" # show result in text
widget
text.insert('insert', abc) # start cursor in the text…
Tkinter menu widget causes delays in scheduled callbacks
Programming
Software Development
13 Years Ago
by NewbieXcellence
… menu self.master.config(menu=menubar) #frame for the text
widget
frame = Frame(self.master) frame.pack(fill=BOTH, expand=1…) #text
widget
and scrollbar self.text_widget = Text(frame) self.text_widget.config(state…
Anyone know a good wordpress plugin to create a widget like this?
Programming
Web Development
13 Years Ago
by spyece
… for some WordPress plugin to create a tabbed
widget
like this one. [B]
Widget
Preview[/B] [img]http://imgcrave.com/u/KLzXt… accordion, i am looking for horizontal accordion or a tabbed
widget
plugin. Thanks in advance.
Web "widget" with c# code
Programming
Web Development
12 Years Ago
by rubenrav
…. What i want to do is, to make a graphical
widget
to my website that shows the info of my device…. I want the
widget
to update every minute. I want the
widget
to show a light, depending on…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC