python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to add i18n in the Help content toolbar and search button for an eclipse RCP application?
We have i18nized our help content in our eclipse RCP application. The TOC files and the HTML files they refer receive the OS nl and displays data accordingly. But the search, go button, Scope, All top...
Sudipto Saha
Votes: 0
Answers: 0
i have an issue with parsing ini file using ini parser, am getting the output as key = value , what am looking to is something like this : Key=value
am using ini parser to read ini file and modify and create some keys based on user input, problem is am getting a format of (key = value) and what am looking to have is (key=value) as the application ...
S Dais
Votes: 0
Answers: 1
ConfigParser .set not working as expected
I'm having trouble understanding why my code isn't working as expected. I want to choose, as I boot up for the first time my program, the path each of two datasets.
#Import
import tkinter as tk
import...
Tom
Votes: 0
Answers: 1
TCL/TK Wish can't find file in the same directory
I am trying to write a TCL/TK Script that accesses an INI File with the command [::ini::open DBW.ini]. I am using the inifile package for this and am trying to run on wish for the gui.
However, wish a...
Wheak
Votes: 0
Answers: 1