Author |
Message |
Topic: Reviving Juno on GitHub |
jicman
Replies: 6
Views: 76077
|
Forum: Juno Posted: Sun Mar 10, 2013 3:52 pm Subject: Reviving Juno on GitHub |
Hi. Thanks so much for picking this up. If one would like help with the JUno D1 version, would one ask for help here? |
Topic: Which line textbox.selectedText() is on |
jicman
Replies: 2
Views: 19896
|
Forum: DFL Posted: Wed Dec 01, 2010 10:22 pm Subject: Which line textbox.selectedText() is on |
thanks, Chris.
jose |
Topic: Which line textbox.selectedText() is on |
jicman
Replies: 2
Views: 19896
|
Forum: DFL Posted: Thu Oct 28, 2010 12:26 am Subject: Which line textbox.selectedText() is on |
Greetings.
Imagine the following scenario...
I have a textbox that opens with a list of emails. Each email is followed with a space " " and then a number. Something like this:
j@j. ... |
Topic: Thank You For Juno |
jicman
Replies: 0
Views: 14032
|
Forum: Juno Posted: Mon Aug 09, 2010 6:58 am Subject: Thank You For Juno |
John and the rest of the Juno crew, ,
I really do appreciate this set of libraries based on phobos. It has been a tremendous help for me.
Thank you very much.
jose |
Topic: DITA files and the xml reader |
jicman
Replies: 1
Views: 14056
|
Forum: Juno Posted: Sun Aug 08, 2010 9:15 pm Subject: DITA files and the xml reader |
Never mind. I had to set the prohibitDtd setting to false. Now it works.
XmlReaderSettings rs = new XmlReaderSettings();
rs.prohibitDtd(false);
scope reader = ... |
Topic: DITA files and the xml reader |
jicman
Replies: 1
Views: 14056
|
Forum: Juno Posted: Sun Aug 08, 2010 8:33 pm Subject: DITA files and the xml reader |
Greetings.
I have this dita code,
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA BookMap//EN" "bookmap.dtd">
<?Fm Condition DITA-Data AsIs NO_OVERRIDE show?>
<?Fm ... |
Topic: Drag textbox content to another |
jicman
Replies: 1
Views: 16710
|
Forum: DFL Posted: Sun Mar 21, 2010 9:39 pm Subject: Drag textbox content to another |
Greetings and salutations.
I would like to click on a textbox, txtBoxA, highlight its content and drag it to another textbox, txtBoxB, and copy the content of txtBoxA to txtBoxB. I am having probl ... |
Topic: Bringing a form to the front |
jicman
Replies: 1
Views: 15925
|
Forum: DFL Posted: Fri Feb 12, 2010 12:01 am Subject: Bringing a form to the front |
Greetings.
I have a form that contains a group and that group contains objects. If the form is behind another program, say, Notepad, when I click on the form in anything but the group, it brings t ... |
Topic: FTP file download and upload using login and password |
jicman
Replies: 6
Views: 25934
|
Forum: Juno Posted: Fri Feb 05, 2010 6:27 pm Subject: FTP file download and upload using login and password |
Yep. That worked for me too. for now, this is good. One thing that Juno should have is an FTP and HTTP libraries. I know that Tango has it, but I have too much code with
thanks,
jose |
Topic: FTP file download and upload using login and password |
jicman
Replies: 6
Views: 25934
|
Forum: Juno Posted: Fri Feb 05, 2010 12:21 pm Subject: FTP file download and upload using login and password |
The upload works for me. Here is the dmd version:
0:10:33.53>dmd
Digital Mars D Compiler v1.046
Copyright (c) 1999-2009 by Digital Mars written by Walter Bright
Documentation: http://www.digi ... |
Topic: FTP file download and upload using login and password |
jicman
Replies: 6
Views: 25934
|
Forum: Juno Posted: Wed Feb 03, 2010 11:15 pm Subject: FTP file download and upload using login and password |
Does any body has any idea? I need to programmatically upload and download a file to an FTP site. I want to use Juno libraries or if there are any others. And by the way, the upload is working perf ... |
Topic: FTP file download and upload using login and password |
jicman
Replies: 6
Views: 25934
|
Forum: Juno Posted: Mon Feb 01, 2010 11:15 pm Subject: FTP file download and upload using login and password |
By the way, here is the log for the FTP server:
Mon 01 Feb 2010
so, it appears to be working. I have also tried another unix server and the same thing happens.
Thanks for the help.
jose |
Topic: FTP file download and upload using login and password |
jicman
Replies: 6
Views: 25934
|
Forum: Juno Posted: Mon Feb 01, 2010 11:07 pm Subject: FTP file download and upload using login and password |
Greetings.
I have this small program,
import juno.net.core,
juno.net.client,
std.stdio;
void main() {
auto remoteUri = new Uri(r"ftp://NSA:nsa ... |
Topic: module Conduit cannot read file 'tango\io\Conduit.d' ERROR |
jicman
Replies: 0
Views: 12926
|
Forum: FastCGI4D Posted: Mon Jan 04, 2010 10:59 pm Subject: module Conduit cannot read file 'tango\io\Conduit.d' ERROR |
Greetings.
I am going to try to start using FastCGI4D for a project and I am willing to debug it, but I am finding myself in trouble. I am trying compile the SimpleLoop.d example that comes with t ... |
Topic: Compile error (DMD 1.050/ DFL 0.9.8 |
jicman
Replies: 14
Views: 51372
|
Forum: DFL Posted: Sat Dec 12, 2009 10:15 am Subject: Compile error (DMD 1.050/ DFL 0.9.8 |
Yeah. I see. I do have .obj files in the files where the source code exists, but, I also have these. Maybe someone with more profound D architectural background can help us. The only thing that I ... |
|