Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
right-to-left
- Page 1
Differential Directory, indexing method
Programming
Software Development
1 Month Ago
by xrjf
… in a node, which also contains references to the
left
and
right
nodes (if they exist), and to the disk record… record 1. The index is updated to: 1J → record 1,
right
→ record 2, and then 6S → record 2. Now, if…, updating the structure to: 1J → record 1,
right
→ record 3, 6S → record 3,
right
→ record 2, and finally 7m → record 2…
McCharts - ArkTS
Programming
Software Development
2 Months Ago
by 杨_659
… properties 1. Width and height 2. Spacing between top, bottom,
left
and
right
3. Font size 4. Font color 5. Data · Drawing…
Re: Differential Directory, indexing method
Programming
Software Development
1 Month Ago
by xrjf
… the project. Now, decades later, I feel it is the
right
time to share it publicly. This release is both a…
Re: Differential Directory, indexing method
Programming
Software Development
1 Month Ago
by rproffitt
DiDi appears to be some China based UBER service but then again I can't find a question or much else to discuss here.
Re: Differential Directory, indexing method
Programming
Software Development
1 Month Ago
by xrjf
For example, as Donald Knuth points out in The Art of Computer Programming, the theoretical lower bound for comparison-based sorting algorithms is K × log₂(N). I developed a very simple method that matches this performance. However, DiDi goes far beyond: its performance is proportional to K × (maximum key length), regardless of the number of …
Re: Differential Directory, indexing method
Programming
Software Development
1 Month Ago
by xrjf
As an illustration, consider the theoretical lower bound for comparison-based sorting, as stated by Donald Knuth in The Art of Computer Programming: K × log₂(N). I developed a simple method that matches this limit. For example, to sort the list {2, 5, 7, 1, 4, 3, 8, 6}: Sort pairs: (2, 5) → [1] (1, 7) → [2] (3, 4) → [3] (6, 8) → [4] Merge…
Re: Differential Directory, indexing method
Programming
Software Development
1 Month Ago
by xrjf
"Just to clarify a previous mistake: the efficiency should be K × N × log₂(N), not K × log₂(N) as I initially wrote."
Re: Differential Directory, indexing method
Programming
Software Development
1 Month Ago
by xrjf
I've just made an update because some records weren't being added properly. The issue was that the form didn't take into account that the register field (in the call to DiDi) is passed by reference.
Re: Differential Directory, indexing method
Programming
Software Development
1 Month Ago
by xrjf
Just a quick update for anyone interested: I have revisited and significantly improved the code, aiming for a more professional structure and better performance. The updated version avoids freezing the UI during long operations and follows more robust programming practices. If you’d like to see DiDi in action, there is also a video …
Re: Right-to-left labels
Programming
Software Development
15 Years Ago
by sknake
I have a form set up as
Right
-To-
Left
and the label grows to the
left
-- not the
right
. >>"when the text is inserted into the label at runtime, it enlarges to the
left
and goes out of the form" So you want the
Left
coordinate fixed just like if it was a regular form,
right
?
Right-to-left labels
Programming
Software Development
15 Years Ago
by aulason
hi there, i'm designing a form in
Right
-to-
Left
mode. there are some autosize labels getting their text from …. logically, the label should be extended to the
right
, since the
Right
-to-
Left
property is set to true. i tried to change…
Re: Right-to-left labels
Programming
Software Development
15 Years Ago
by aulason
[quote]I have a form set up as
Right
-To-
Left
and the label grows to the
left
-- not the
right
.[/quote] weird! i've started a new solution, set the RightToLeft and RightToLeftLayout to yes/true and the label is still growing up to the
right
! did you set anything else in order to get that behavior?!
Re: Right-to-left labels
Programming
Software Development
15 Years Ago
by aulason
does it mean that VS2008 can't handle
right
-to-
left
forms properly?! would you please tell me how you managed to make the label behave correctly when it's placed inside a panel/groupbox?
Right-to-Left file-dialog
Programming
Software Development
15 Years Ago
by A.Najafi
Hi All, Can I Show my file-dialog form as
Right
-to-
Left
? because Persian language is
Right
-to-
Left
. Thanks.
Right and Left homepage sections
Digital Media
UI / UX Design
13 Years Ago
by HelenLF
Is there a way to create a 3 column layout where the centre column is a fixed width but the
right
and
left
columns are fluid? I need the
right
and
left
columns to be a different colour.
Re: Right-to-Left file-dialog
Programming
Software Development
15 Years Ago
by sknake
Also take a look at: [url]http://www.daniweb.com/forums/thread209516.html[/url] [url]https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=481906[/url] There are some bugs when using
Right
-To-
Left
forms that Microsoft has acknowledged but does not plan on fixing.
right-to-left text in a JTextArea
Programming
Software Development
16 Years Ago
by tanha
How can I use
right
-to-
left
text in a JTextArea?
Add binary matrix right to left
Programming
Software Development
14 Years Ago
by kas04
… are doing integer division). Repeat for each column, going
right
to
left
. Set total to 0 before each time. And this is… I have to try to add the binary numbers from
right
to
left
. I've added them normal and cout them so… I need to figure out how to add them from
right
to
left
. Please help: [CODE] #include <iostream> #include <…
Re: Add binary matrix right to left
Programming
Software Development
14 Years Ago
by kas04
… at least nine places cause once you start adding from
right
to
left
through the columns there will be some carry over… should then out put the ans[] array starting from
right
to
left
that way the answers line up with fill array. For…
Scretch right and left
Digital Media
UI / UX Design
10 Years Ago
by davy_yg
… am trying to scretch
right
and
left
my header and footer but as far as now it only scretch
right
. #navigation {margin: -5px…;} What else should I change to make it sretch both
left
and
right
?
display right to left langage in pdf with itextsharp
Programming
Software Development
14 Years Ago
by narama87
… post in here , well , i want to display a
right
to
left
langage like urdu,arabic .. my code is working fine , but… object and set its size to letter and give space
left
,
right
, Top, Bottom Margin Dim doc As New Document(iTextSharp.text…
Moving ball to the right or left: it works but..
Programming
Software Development
13 Years Ago
by kurohige
… { private JButton jbtRight = new JButton("
Right
"); private JButton jbtLeft = new JButton("
Left
"); private BallCanvas canvas = new BallCanvas(); public…] it does run but after pressing the button for
right
or
left
the position in which the ball was before doesn't…
Re: Mirror Right to Left
Programming
Software Development
12 Years Ago
by Monkey101
… --> (x, (mirrorPoint ( mirorrPoint - y))) would mirror it
right
to
left
Mirroring
Left
to
right
is -->((mirrorPoint(mirrorPoint - x)), y) I do not… text book as a guide but only explains mirroring from
left
to
right
.
Re: Mirror Right to Left
Programming
Software Development
12 Years Ago
by Monkey101
… area of a picture from
left
to
right
. To mirror a picture
right
to
left
would have the same idea
right
? import java.awt.*; import…
writing text from right to left
Programming
Software Development
10 Years Ago
by fonzali
hi , I am trying to write " hi " in persian using unicodes like this : print('\uFEB3\uFEFC\uFEE1') but it prints from the
left
side and in reverse order like " ih " ( in persian or farsi language we write from
right
to
left
) how can I fix this ? thanks
Re: concatenate right to left language with string
Programming
Software Development
7 Years Ago
by JamesCherrill
… than that I don’t know. They are
left
-to-
right
mark: 0x200e
right
-to-
left
mark: 0x200f I think you insert them in…
Random Green Balloons moving from right to left
Programming
Game Development
13 Years Ago
by hifistyle
… Balloons that appear along the Y axis and move from
right
to
left
. I've included the just this particuliar function of… X coordinate so we can // place the ball at the
right
edge of the screen. int greenBalloonX = dbScreenWidth() - dbGetImageWidth(GREEN_BALLOON_IMAGE); // The…
Form Text characters move right to left + Timer
Programming
Software Development
17 Years Ago
by VijayKumaran
Dear friends, In VB.NET... How to write coding "Form Text characters move slowly
right
to
left
using of Timer"? Please help me and solve my doubt. Yours, Vijaykumaran
How To: Right to left TREE VIEW
Programming
Web Development
16 Years Ago
by ashkan3030
Dear my friends, Here is my serious problem, Is it possible get the TREE VIEW in
right
to
left
position in asp.net .
Mirror Right to Left
Programming
Software Development
12 Years Ago
by Monkey101
I have to mirror a piece of the picture
right
to
left
. Here is what I have: My picture stays the same …
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