FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 298 matches
Forum Index
Author Message
  Topic: Reviving Juno on GitHub
jicman

Replies: 6
Views: 58244

PostForum: 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: 16731

PostForum: 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: 16731

PostForum: 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: 11865

PostForum: Juno   Posted: Mon Aug 09, 2010 6:58 am   Subject: Thank You For Juno
John and the rest of the Juno crew, Smile,

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: 12031

PostForum: 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: 12031

PostForum: 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: 14343

PostForum: 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: 13676

PostForum: 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: 22474

PostForum: 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: 22474

PostForum: 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: 22474

PostForum: 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: 22474

PostForum: 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: 22474

PostForum: 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: 11133

PostForum: 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: 43332

PostForum: 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 ...
 
Page 1 of 20 Goto page 1, 2, 3 ... 18, 19, 20  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group